Enhanced functions of various editors

Browser plug in Google translation (Chinese and English) Markdown Preview Plus Github Tree Click view raw to download and install Word translation qiniu upload files Seven cattle online map Vim reference vim ~/.vimrc syntax on set number set tabstop=4 set expandtab set hlsearch VSCode Set up ...

Posted by CrazeD on Sat, 15 Feb 2020 11:16:09 -0800

[rk3399] [Android 7.1] debugging notes: set the default startup language to Chinese

Platform: RK3399 OS: Android 7.1 Kernel: v4.4.83 resolvent: diff --git a/target/product/full_base.mk b/target/product/full_base.mk index 65bdf0f..071d299 100644 --- a/target/product/full_base.mk +++ b/target/product/full_base.mk @@ -43,7 +43,8 @@ PRODUCT_PROPERTY_OVERRIDES := \ ro.config.notification_sound=pixiedus ...

Posted by shaundunne on Sat, 15 Feb 2020 10:26:33 -0800

Water wave animation of iOS animation

In order to provide a good interactive effect for users, many app s usually add animation effect to achieve the goal. A good animation effect will often play the role of masterstroke. Today, we will realize the water wave animation in IOS. First on the renderings: It's a little complicated to see many effects of realizing w ...

Posted by Stinger51 on Sat, 15 Feb 2020 08:47:17 -0800

Flutter has fun in 3d

1, Principle: Above: as follows The reason why three-dimensional (3d) is different from two-dimensional space is that it has vector, position and volume. In Flutter, we can find that Vector3, a three-dimensional vector class, is provided: it has position, direction, Euler angle information, and some vector functions. I h ...

Posted by spags on Sat, 15 Feb 2020 07:25:30 -0800

Detailed process and implementation of Github third party login

1, Flow chart 2, Specific implementation steps I. create OAuth App First of all, we need to create an OAuth App. Click according to the steps below Fill in the information in turn, and then click Register application Then we can see that an id and password will be generated, which will be used later. Try not to let others see it (I'm he ...

Posted by labmixz on Fri, 14 Feb 2020 07:35:57 -0800

Stack and Depth First Search (DFS)

Like BFS, Depth First Search (DFS) is another important algorithm for traversing/searching trees/graphs.It can also be used in more abstract scenarios. As mentioned in Tree traversal, we can use DFS to traverse in the first order, in the middle order and after order.There is a common feature in these t ...

Posted by thehippy on Thu, 13 Feb 2020 18:04:46 -0800

Spring cloud -- config configuration center

Config Server configuration It provides centralized external configuration for microservices, and configuration server provides centralized external configuration for various environments of each microservice application. Configuration information and business code are managed separately to support dynamic configuration of multiple environm ...

Posted by EWaveDev on Thu, 13 Feb 2020 07:21:58 -0800

Wechat applet development pit filling record

Recently, I need to help my girlfriend implement a wechat app, so I went to learn about the development of the app. For the development of wechat applets, I haven't been in touch with it before (but I have some experience in front-end development). As a complete novice, the starting materials must be We ...

Posted by umasankar on Thu, 13 Feb 2020 07:09:59 -0800

Sentinel: Wanzi explains the sentinel mechanism of microservice, I kneel

1. What is sentinel? With the popularity of microservices, the stability between services becomes more and more important. Sentinel takes traffic as the entry point, and protects the stability of services from multiple dimensions such as traffic control, fuse degradation, system load protection, etc. Sentinel has the following characteristics: ...

Posted by chomps on Wed, 12 Feb 2020 04:31:46 -0800

The book management system of Java practice (swing version) - other interfaces and function realization

Summary of this section This section mainly realizes the final function of the software and some summary of the project.   About the function of software The function of the software is to pop up a dialog box, tell the user some information about the software, and use the JDialog of swing to comp ...

Posted by opalelement on Tue, 11 Feb 2020 09:50:28 -0800