OAuth2 protocol and Spring Security OAuth2 integration
The authorization protocol of OAuth 2.0 allows third-party applications to access restricted HTTP resources. As usual, when you use Github and Google...
python learning notes hands on how to use native urllib to send network requests
example teaching urllib.urlopen(url[,data[,proxies]]) : https://docs.python.org/2/library/urllib.html The default library of network requests in pyth...
Git on 4 server - configure server
Let's see how to configure ssh access on the server side. In this case, we will use the authorized_keys method to authenticate the user. At the ...
ByteBuddy manipulating Java bytes example: automatically removing spaces on both sides of a string
I learned a little bit about ByteBuddy today. Its official warehouse address is: https://github.com/raphw/byte-buddy. Official description: Runtime co...
Prototype application in JS (inheritance and extension)
Prototypes in JS Prototype is a very important mechanism in JavaScript. Through [[prototype]], we can easily implement the inheritance and extension ...
Kubeflow series: Solve one-click installation of kubeflow based on Ali cloud mirror in China
Environmental preparation kubeflow is very demanding for the environment. See the official requirements:at least one worker node with a minimum of: 4 ...
android ------ RecyclerView imitates Taobao shopping cart
Shopping cart is often used in e-commerce projects. There are many projects with different interfaces. Choose one to talk about it. RecyclerView imita...
How to create a shaky loader with pure CSS
Effect preview Online demo Press the "click preview" button on the right to preview on the current page, and click the link to preview in f...
A simple example of go in + caspin RBAC
Explain //Libraries used: github.com/casbin/casbin github.com/gin-gonic/gin github.com/facebookgo/inject This article is for reference: https://githu...
k8s uses glusterfs to realize dynamic persistent storage
brief introduction This article introduces how to use glusterfs to provide k8s with the function of dynamic pv application. Glusterfs provides the un...
GDB debugging Mysql source compilation and installation
Download source code git clone https://github.com/mysql/mysql-server.git cd mysql-server git checkout 5.7 Compilation and installation Installation de...
The usage of c/c + + overloaded operator standard library function
The usage of overloaded operator standard library function Question: is int(int, int) a common type?? For example, function: int add(int a, int b); Fo...
Teach you 10 minutes to build a cool personal blog
Take personal blogs for example, Blog address Preparation install $ npm install -g hexo-cli Initialization $ hexo init <folder> $ cd <folder&...
How to create the button effect of bubble fill with pure CSS
Effect preview Online demo Press the "click preview" button on the right to preview on the current page, and click the link to preview in f...
Echo server C + + 4-UDP connect version
Calling the connect function for a UDP socket does not establish a connection with the UDP socket of the other party, but registers the destination IP...
mac[linux] uses lsyncd to synchronize multiple files of two machines in real time
What is Lsyncd? Lsyncd is a lightweight real-time file backup solution, which is very easy to install and use. It can be used to synchronize files bet...
Learn from me the factory mode of design mode
The Factory mode is widely used. It can be seen everywhere in the JDK underlying source code and major mainstream frameworks. Generally, classes named...
Custom plug-in of vertical waterfall flow based on jquery
The company's new project has made a plate about pictures. It found some waterfall plug-ins on the Internet that are not very suitable for itself...
python uses grpc and packages it into python module
xmlrpc is still a feasible solutionI. environmentpython3.6 II. Installation module pip3 install grpcio pip3 install protobuf pip3 install grpcio-tool...
30 second PHP snippet Math math
This article is from GitHub open source project I jump. 30 second snippet of PHP code A selection of useful PHP snippets that you can understand in 30...
The implementation of editable table by iView
create at: 2019-02-20 assembly <i-table highlight-row ref="currentRowTable" :columns="columns" :data="tableData">&...
Java code generator
Full automatic code generator Project address https://github.com/GitHub-Laziji/mybatis-generator The code template is located under resources and can ...
Using the Gin framework to build a simple login background (Go language)
I. Introduction to Gin framework Framework has always been a sharp tool in agile development, which enables developers to quickly start and make appl...
Java concurrent synchronized keyword and Lock interface
Welcome to read and communicate with us. Please leave a message if you have any questions. There are also open sources on GitHub JavaHouse , welcome ...
Using form create to dynamically generate vue components
Using form create to dynamically generate vue custom components and nested form components [github] | [description document] maker.create Build custo...
Nine palace pattern of lottery component
Written in front I changed my career in the middle and bumped into the front end by mistake. It may be due to my 'laziness'. I have never pu...
Customize the layout of personal microblog
Take personal blogs for example, Blog address Preparation install $ npm install -g hexo-cli Initialization $ hexo init <folder> $ cd <folder...
Use form create to dynamically generate vue components, supporting json format
[github] | [description document] Example let rule = [ { type:'row', children:[ { type:'i-col', props:{ span:12 }, children:[ form...
Configuration of axios in nuxt
Need npm axios? At the beginning, I thought that npm axios was needed, just like the common vue SPA development, and this way could work. But it is n...
[Xuefeng magnetic needle stone blog] python tkinter graphic tool style job
python test development project practice directory python tools book download - continuous update Use tkinter to draw the following window Reference ...