Introduction to Application of Reptiles
Articles Catalogue
I. Overview of the Basic Principles of Reptiles
1. Basic Reptilian Process
2. Request and Response
3. Request
4. Response
5. The data types captured
6. Analytical Approach
7. JavaScript rendering
8. Preservation of data
2. Reptilian login github
1. Send get request to Github log ...
Added by nigaki on Mon, 12 Aug 2019 09:15:27 +0300
Sword Finger offer Online Programming (08-12) [8]
Date: 2019--8-12
1. Converting strings to integers (Examining knowledge points: strings and programmatic conversions)
Topic Description
Converting a string to an integer (realizing the function of Integer.valueOf(string), but returning 0 when string does not meet the number requirement) requires t ...
Added by mysoogal on Mon, 12 Aug 2019 08:55:36 +0300
Hand in hand to teach you how to write Kubernetes'golang service
Links to the original text: https://www.qikqiak.com/post/write-kubernets-golang-service-step-by-step/
We've talked a lot about the operation of kubernetes itself, but we haven't talked about how to write a complete kubernetes application ...
Added by Gamerz on Mon, 12 Aug 2019 07:08:00 +0300
Concurrency Control via context for Go Translations
Author: Sameer Ajmani | Address: blog.golang.org/context
Translator's Preface
The translation of the second official blog post is mainly about the context package for Go Concurrency Control.
Overall, I think Previous It is the foundation and core of Go concurrency.context is a set of easy-to-use libraries developed for goroutine control on the ...
Added by phenley on Mon, 12 Aug 2019 06:14:02 +0300
Line by line source code analysis clearly AbstractQueued Synchronizer
Links to the original text: https://www.javadoop.com/post/AbstractQueuedSynchronizer
When analyzing Java concurrent package java.util.concurrent source code, we need to understand AbstractQueued Synchronizer (abbreviated as AQS below), becau ...
Added by craigerjs on Sat, 10 Aug 2019 09:38:59 +0300
Day35 MVP architecture, dagger 2, butterknife usage
Brief introduction to butterKnife framework
ButterKnife is a View injection framework focusing on Android systems. It used to write a lot of findViewById to find View objects. With ButterKnife, these steps can be easily eliminated.
ButterKnife - > For UI Annotation Class Framework
-> Setting up ...
Added by pearjam on Fri, 09 Aug 2019 10:27:38 +0300
Exploration and Solution of the Reasons for Frequent Exit of MIUI Background Programs
Links to the original text: http://www.cnblogs.com/sadgoblin/p/3696471.html
Exploration and Solution of the Reasons for Frequent Exit of MIUI Background Programs
First ...
Added by FMB on Fri, 09 Aug 2019 07:16:23 +0300
Redemption from Parallel World
Here comes the divine torture.
Why is it called redemption? Discuss a "death question" with you first. If your woman ticket or your wife asks you, "I fell into the water with your mother, who will you save first?" Haha, yes, that's the old voice of China, this torture of your heart's century problem! Are you scared? You c ...
Added by Telemachus on Mon, 05 Aug 2019 07:19:48 +0300
Error handling in Restful API
brief introduction
With the rise of mobile development and front-end development, more and more Web back-end applications tend to implement Restful APIs.The Restful API is a simple, easy-to-use front-end and back-end separation scheme that simply handles client requests and returns the results without r ...
Added by Guldstrand on Thu, 01 Aug 2019 04:32:04 +0300
Reasons for Failure of MQTT Big Message
Background
The MQTT protocol was used to build a chat server in the group. The connection became unavailable the day before yesterday when the big news (more than 5,000 Chinese characters) was tested. No reply was received for all the messages sent subsequently.
Server environment:
Netty : 4.1.32.Final
Use the MqttDecoder that comes with Netty ...
Added by le007 on Thu, 25 Jul 2019 11:59:49 +0300