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 ...
Small php framework
Project source address Link address( https://github.com/cxp1539/mi... Framework Simple php framework Framework features Single entry index.php Based o...
vue wechat sharing (actual battle)
Today, I met the demand of wechat sharing. Generally speaking, it's relatively simple, but I still met a hypothetical pit (really hypothetical) a...
React form element
Let's talk about the form elements of react today.Controlled elementLet's see how to get the value of the input box import React, { Componen...
The meaning and implementation of virtual DOM
This article comes from "An essay on the meaning and implementation of virtual DOM" , if you think it's good, welcome to Star Github wa...
Detailed Aspects Framework for iOS
We must ask ourselves such tasks: first, to learn, second to learn, and third to learn.- Lenin Today I watched a live Aspects sharing, so I want to wr...
The gin of golang network framework
golang native http library can easily implement an http server, but for complex web services, such as routing analysis, request parameter analysis, ob...
Laravel queue technique: Fail, Retry, or Delay
The article was forwarded from the professional Laravel developer community with the original link: https://learnku.com/laravel/t... When creating qu...
PowerShell saves clipboard pictures and constructs a MarkDown statement
target Recently learning to write documents with MarkDown, I hate passing pictures.Prepare to build your own wheel with PowerShell, but also search a...
Automatic building brush Taobao meow coin! It's the basic quality of programmers to be able to do nothing automatically!
In recent days, did the double 11's activities toss you around? If not, there are only two possibilities: first, you don't have a girlfriend...
Computing the Memory Occupied by object in android jvmti Application
The day before yesterday, I was aware of the question: What is the principle of Apply Changes provided by Android Studio 3.5? One responded to JVMTI,...
Getting Started with Webrtc Video Communications
Getting Started with Webrtc Video Communications WebRTC, named after Web Instant Messaging, is an open source W3C recommendation that was incorporate...
Requs Library - Web Crawler
Introduction to requests Library Official documents: requests quick start It is written in great detail and recommended to read the official document...
Developing Todos Records with jQuery
This example mimics the function of todo MVC in vue.js, using jQuery With development, the first version of jQuery will look a bit confusing and will...
Exploration of Golang Source Code (3) Realization Principle of GC
Golang has introduced tricolor GC since 1.5. After several improvements, the current 1.9 version of GC pause time can be very short. The reduction of ...
Use Electron to customize menus
Use Electron to customize menus Application examples for this series of articles have been published GitHub: electron-api-demos-Zh_CN Clone or run it ...
Faster than NGINX: nginx-1.15.5 vs mongols-1.2.3
nginx is an excellent representative of multi-process web server. This article is to be used. mongols -1.2.3 implements a multi-process web server fas...
Construction process of managed server of third weblogic master page
third Server Construction,with10.151.0.159Server example 1. First, create a new server name on admin master server 1.1 1.2 1.3.server_third_0_169 1.4...
android implements a spring-like server-side framework based on annotations
Anyone who has used spring or Retrofit knows that binding and decoupling functions and http requests is very convenient. Here's a simple annotat...
Decompiled Android APK on MAC - apktool, dex2jar, jd-jui installation (with manual signature)
This paper introduces the process of decompiling APK with powerful APK-Multi-Tool on Windows platform
Default Sorting Behavior and Query of NULL Value in PostgreSQL Database, Index Definition Specification - nulls first last, asc desc
Label PostgreSQL, NULLS FIRST, NULLS LAST, ASC, DESC, default behavior, sort background In the database, NULL value refers to the value of UNKNOWN, wh...
Ffmpeg combat course (9) under windows ffmpeg Command + nginx + rtmp to achieve push and pull.
Summary Nginx is a lightweight Web server/reverse proxy server and email (IMAP/POP3) proxy server. nginx-rmtp-module is a streaming media plug-in for...