Wechat applet configuration ESlint

When we write large projects such as React and Vue, or use the framework to build small programs, in order to facilitate the collaborative development of multiple people, we often introduce ESlint to standardize the code writing, so that different developers can write unified code. For native applet pro ...

Posted by witold on Mon, 28 Oct 2019 04:03:29 +0100

Git learning notes -- installation and file submission and back on Git

Git learning notes (1) - installation and file submission and fallback on Git Remarks &&Learning website: Liao Xuefeng's official website (easy to understand, super recommended) -- https://www.liaoxuefeng.com/wiki/896043488029600 rookie tutorial -- https://www.runoob.com/git/git-tutorial ...

Posted by cooler75 on Sun, 27 Oct 2019 13:28:12 +0100

The method of building gitee hexo blog

The method of building gitee warehouse + hexo static blog on windows Build gitee blog Environmental requirements system Software windows Git, node.js (cnpm is recommended) Install Nodejs windows download binary package link: https://nodejs.org/dist/v10.16.3/node-v10.16.3-win-x64.zip Manually unzip it to the directory you want to store. H ...

Posted by peyups on Fri, 25 Oct 2019 13:19:47 +0200

The realization of vernacular series simple mvc web API framework

This article is a very simple mvc api framework, which is only used as the parsing method of the entry api, and this is not mvc framework, because there is no view layer, after all, most of them are front-end and back-end separation, of course, the view layer can also be provided, because only view is returned as text. GitHub address: https:// ...

Posted by tvance929 on Tue, 22 Oct 2019 13:46:16 +0200

Android 7.1 navigation bar adds keys, shutdown menu adds sleep option

platform rk3288 + Android 7.1 Requirement specification 1. Add the power button in the navigation bar and click it to open the shutdown menu. 2. Add sleep item in shutdown menu item and click backward sleep Related documents //modify modified: frameworks/base/core/java/android/view/WindowMana ...

Posted by faswad on Tue, 15 Oct 2019 19:14:55 +0200

lombok goes deep into practice

Official website video Official address: https://projectlombok.org The home video of the official website demonstrates how to use Lombok in eclipse. Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again, with one annotation your class ...

Posted by Johns3n on Thu, 10 Oct 2019 14:57:24 +0200

Using Gulp on Windows

Take Windows 10 as an example premise NodeJS has been installed and configured. install cmd enters the Windows command line window, enters the test directory, C: Develop gulptest, and executes under the test directory if no creation is required. C:\Develop>mkdir gulptest C:\Develop>cd gulp ...

Posted by blackhawk08 on Sat, 05 Oct 2019 16:37:35 +0200

c#Winform Custom Control - Splitting Line

premise It's been 7 or 8 years, and I've always wanted to make a beautiful set of custom controls, so I've got this series of articles. GitHub: https://github.com/kwwwvagaa/NetWinformControl Code cloud: https://gitee.com/kwwwvagaa/net_winform_custom_control.git If you think it's OK, please click ...

Posted by chrispbrown on Thu, 03 Oct 2019 04:17:42 +0200

Swoole Learning Swoole Source Installation

1. swoole source download Swoole official website download: https://www.swoole.com/ We download it with the source code (open source China) library. Here we use git to clone the source code package directly to the local root@5ee6bfcc1310:/work/study/softpackage# git clone git@gitee.com:swoole/swoole.git Or download it directly with curl and dec ...

Posted by PRSWeb on Thu, 03 Oct 2019 01:56:16 +0200

Java Agent-based Full Link Monitoring Three ByteBuddy Operational Monitoring Method Bytecode

Chapter list: pay attention to the public address, bugstack wormhole stack, reply to < JavaAgent based full link monitoring > get source code. Java Agent-based full-link monitoring JavaAgent " Java Agent-based Full Link Monitoring II "Increasing Monitoring Execution Time by Bytecode&quo ...

Posted by Malkavbug on Wed, 02 Oct 2019 18:45:12 +0200