dpkt package official document parsing Sinicization - -- HTTP Request Example(tcp layer [tcp.data carrier http header request and other information]
Links to the original text: https://dpkt.readthedocs.io/en/latest/print_http_requests.html
dpkt package official document parsing Sinicization - -- HTTP Request Example(tcp layer [tcp.data carrier http header request and other information]
P ...
Posted by codeman on Fri, 04 Oct 2019 08:34:50 +0200
Method of hot deployment without restarting application after mybatis dynamically updates xml files
Links to the original text: http://ju.outofmemory.cn/entry/356304
mybatis application program, because it is semi-automated sql, a large number of SQL is configurated in XML files, and in the process of developing programs, it is usually ...
Posted by karq on Thu, 03 Oct 2019 22:26:22 +0200
Android Development - Toolbar Common Settings
This note is used to record common Toolbar settings, such as Toolbar color settings, display the return button, and display three buttons on the right.
Before Android used ActionBar and Android5.0, Toolbar recommended ActionBar instead of ActionBar.
Recently, I started to use kotlin slowly. The code posted may be kotlin's code. Excuse me, if yo ...
Posted by kutti on Thu, 03 Oct 2019 21:30:13 +0200
[Mid-Autumn Festival] Universe First IDE Visual Studio
Official website
https://visualstudio.microsoft.com/zh-hans/vs/
File
https://docs.microsoft.com/zh-cn/visualstudio/designers/getting-started-with-wpf?view=vs-2019
https://docs.microsoft.com/zh-cn/dotnet/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application
The first WPF desktop application
Install Visual Studio
Create a ...
Posted by zfred09 on Thu, 03 Oct 2019 15:00:25 +0200
Ajax&Json Notes
Content today
1. AJAX:
2. JSON
AJAX:
1. Concept: ASynchronous JavaScript And XML Asynchronous JavaScript and XML
1. Asynchronization and Synchronization: Based on Communication between Client and Server
* The client must wait for the response from the server. The client can't do anything else w ...
Posted by MrJW on Wed, 02 Oct 2019 16:16:19 +0200
Spring Framework Learning Notes: Spring MVC Framework
Spring MVC framework is based on Spring framework, which can make it more convenient for us to develop the Web and realize front-end and back-end separation.
Ideas and principles
We defined a custom MVC framework just like Spring MVC, and both ideas are the same.
It is suggested to combine two articles for learning.
JSP Learning Notes (6) - Cus ...
Posted by Nicholas on Wed, 02 Oct 2019 16:05:41 +0200
Data transmission structure Protobuf learning data accumulation
First, the reason: android project to use the bottom of the given protobuf interface, but how to parse or how to use do not understand, so consult a wave.
2. Relevant information found:
1. Definition: Protocol Buffers (also known as protobuf) is an extensible structured data sequence mechanism inde ...
Posted by mchip on Wed, 02 Oct 2019 09:05:58 +0200
Spring Cloud Ribbon configuration
Ribbon Load Balancing
Ribbon is a load balancer released by Netflix. Spring Cloud Ribbon is a load balancing solution. It is based on Netflix Ribbon and is a load balancing client for controlling HTTP requests.
After registering Ribbon in the registry, Ribbon can automatically help service consumers c ...
Posted by nicky77uk1 on Wed, 02 Oct 2019 06:05:20 +0200
Business Payment to Customer's Change
Business name (or other non-service business name with the main body) has been stationed for 90 days
Business name (or other non-service business name with the main body) has 30 consecutive days of normal transactions
Log in to pay business platform, product center, and open enterprise payment. /**
* e ...
Posted by Charles Wong on Tue, 01 Oct 2019 09:41:53 +0200
How to Debug Classes Quickly with UiAutomator on Mac OS
Recently, when I used UiAutomator to debug classes quickly on Mac OS, I found that it is very different from using classes in Windows environment. There are many pits to fill in for my Mac OS white. Today, I finally revised them and shared the code for your reference. The main difference is that when you execute a command, you need to precede i ...
Posted by neuromancer on Tue, 01 Oct 2019 07:50:38 +0200