Hundred-Armed Giant and Tartarus

Preface A static code detection tool, including Ali java protocol detection and link detection, supports custom pmd and link configurations, and integrates git with incremental detection plug-ins when submitting code. Hector Chris, also known as the Hundred-Armed Giant, comes from Greek mythology and is the son of Uranus and Gaia, the God of t ...

Posted by omarh2005 on Tue, 23 Jul 2019 07:05:15 -0700

RK3288[android 7.1] Debugging Notes RK Dual USB Touch Screen

In native Android system code, the event entity touched already contains a member called displayId. This shows that Android is basically a two-touch framework, and if the display ID of the touch event corresponds to the home screen, then it does. The event is sent to the TouchdedWindow on the home scree ...

Posted by acoole on Fri, 19 Jul 2019 04:08:10 -0700

Development and Publication of node Plug-ins

This article will mainly share with you how to quickly create node plug-ins and publish them to npm.npm is a tool for JavaScript programmers to share and reuse code. We can not only install other people's plug-ins, but also publish our own code. NPM installs too much, it's time to publish a wave 1. Initialize a node project Let me name this n ...

Posted by discombobulator on Mon, 15 Jul 2019 16:57:15 -0700

The UI Library WeUI Designed for Wechat

Open source: https://www.oschina.net/p/weui WeUI Details WeUI is a UI library designed by the official design team of Wechat for Wechat Mobile Web applications. WeUI is a set of basic style library which is consistent with the original visual experience of Wechat. It is designed for the development of Wechat Web, which can make the user's ...

Posted by simonmlewis on Sat, 13 Jul 2019 12:44:02 -0700

Java Basic Tutorial - Serialization

serialize Serialization: Serialize, which writes Java objects to IO streams (which can be stored in databases, files, etc.) Deserialize, which reads and restores Java objects from an IO stream. So to understand: serialization is to seal the object, and deserialization is to unblock. Objects contain not only characters, but more non-characters, ...

Posted by Justin98TransAm on Fri, 12 Jul 2019 16:38:04 -0700

Java Transaction Processing Full Resolution (4) - Successful Case

stay This series Of Last article In this article, we mentioned that in order to use the same Connection object in the same transaction, we can achieve the goal of sharing by passing the Connection object, but this is ugly. In this article, we will introduce another mechanism (Connection Holder) to complete transaction management. This is a seri ...

Posted by gbrown on Thu, 11 Jul 2019 16:08:15 -0700

gRPC Programming of Tensorflow (3)

This section is mainly about python's tutorial. here gRPC Foundation: Python This tutorial provides guidance for Python programmers on how to use gRPC. By learning the examples in the tutorial, you can learn how to: Define services in A. proto file. Generate server and client code with protocol buffer compiler. Use the Pyth ...

Posted by anne13 on Wed, 10 Jul 2019 16:41:29 -0700

Mounting Aliyun OSS to Local Use Based on OSSFS

Summary: Limitations Compared with the local file system, the function and performance provided by ossfs have some limitations. Specifically include: Random or additional writing of a file results in rewriting of the entire file. Metadata operations, such as list directory, have poor performance because they require remote access to oss se ...

Posted by Digwood on Sun, 07 Jul 2019 16:23:42 -0700

Git and Nodejs Learning Notes

First of all, make clear our task for this time. Task Map This assignment is divided into four parts. them.png Git Creates Version Library First Using cd to enter version Library mkdir creates a version LibraryThe pwd command is used to display the current directoryAs shown in the following figure Figure 1 Make this directory a ...

Posted by designedfree4u on Sun, 07 Jul 2019 13:20:27 -0700

Teenagers, it's time to deploy your php code in a more elegant way

Let's recall how you released your code last time: 1. First, back up the online code with ftp 2. Upload modified files 3. Test whether the function is normal. 4. The website is 500. Replace it with a backup as soon as possible. 5. The replacement is wrong/the replacement is missing. 6. A successful server release 7. Log on to each station to pe ...

Posted by jordanwb on Sat, 06 Jul 2019 19:11:39 -0700