Simple realization and thinking of burying point tool based on babel
Relevant knowledge points
What is AST abstract syntax tree
Compilation process of program
Use of AST
Babel's principle
Examples and thoughts of burying points based on babel in personal implementation
What is AST abstract syntax tree
Compilation process of program
What i ...
Posted by gid on Thu, 10 Feb 2022 10:31:32 +0100
The nail group monitors the CVE information of Github
Monitor CVE-2022 related information in Github through nail group to realize robot message push.
1, Database information
Create the mysql database cvemonitor and import the sql file into the database. The sql statement is as follows:
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for git ...
Posted by twsowerby on Wed, 09 Feb 2022 22:09:55 +0100
gorilla/mux framework (RK boot): add Prometheus monitoring Middleware
introduce
Through a complete example, based on gorilla/mux Prometheus monitoring middleware is added to the micro service of the framework.
What is Prometheus monitoring interceptor / Middleware?
The monitoring interceptor will record Prometheus Metrics for each API request.
We will use rk-boot To start gorilla/mux Microservices.
P ...
Posted by infini on Wed, 09 Feb 2022 10:23:11 +0100
[Android_CN_OAID] the unique identification solution for Android devices can be used as an alternative to the unified SDK of Mobile Security Alliance (miit_mdid_xxx.aar).
Android_CN_OAID
The unique identification solution for Android devices can be used as an alternative to the mobile security alliance unified SDK (miit_mdid_xxx.aar). This project provides portable interfaces for major domestic mobile phone manufacturers to obtain OAID (open anonymous device identification) and overseas mobile phone platforms t ...
Posted by souravsasi123 on Wed, 09 Feb 2022 02:43:35 +0100
[crawler notes] R language simple dynamic web crawler (rvest package) example
1. Reptile target
It is generally believed that Python crawlers are powerful, but Python has some difficulties in solving dynamic loading or landing websites. Compared with some ordinary crawlers, using R language will be more convenient.
with https://www.thepaper.cn/ For example, the httr package commonly used in dynamic web pages is mainly ...
Posted by michealholding on Tue, 08 Feb 2022 16:32:55 +0100
Create your own GitHub exclusive home page
โ, Directory map
There are many online GitHub home page beautification tutorials and cool effects. Here are 11 beautification tools. It's better to teach people to fish than to teach people to fish. I will record the official website of all tools. Many plug-ins may play more than I recorded. It is mainly used not only in the beautificatio ...
Posted by jcd on Mon, 07 Feb 2022 04:54:07 +0100
Hexo blog reconstruction Road
preface
Some time ago, because my computer hard disk was damaged, all the files were lost, and I didn't back up the files of Hexo blog. I only copied all the markdown files to the cloud disk five months ago.
After consulting some online tutorials, I think there should be no way to save it, so I plan to redeploy this Hexo blog locally.
At the ...
Posted by Syntac on Thu, 03 Feb 2022 09:58:41 +0100
Git uses the common commands of GIT series from getting started to collecting dust in the earth
Git uses the ash eating series from entry to earth collection
๐ข๐ข๐ข๐ฃ๐ฃ๐ฃ
Hello! Hello, I'm [Xiao Zhang], a highly motivated blogger! ๐๐๐
โจ Writing style of [Xiao Zhang]: I like to explain every knowledge point in [easy to understand] style, rather than using [tall and tall] official statement.
โจ [Xiao Zhang] the blog is mainly ...
Posted by phorman on Thu, 03 Feb 2022 06:34:47 +0100
git learning record
1. Overview of GIT
1.1 overview and advantages of GIT
(1) git is actually a version control tool (a brief overview)
Collaborative modification a. Multiple people modify the same file on the server side in parallel without mutual influence Data backup a. It can not only save the current state of directories and files, but also save the ...
Posted by isuckat_php on Thu, 03 Feb 2022 00:26:20 +0100
hexo add automatically updated site statistics page
The original website Site statistics page I need bloggers to upload statistics manually every month. It's very troublesome and easy to kill people until I see it fox The statistics page of is a bright spot in front of me, so I went to learn from it. Note that most of the codes in this paper are from fox The hand of the big man. In addition, if ...
Posted by DrAxeman on Wed, 02 Feb 2022 01:24:48 +0100