SwiftDate Use Notes
The new version of SwiftDate has some major updates, removes the original DateFormat and adds something new.
1. String to Date
SwiftDate can automatically identify the mainstream time formats (ISO8601, RSS, Alt RSS,. NET, SQL, HTTP...), and you can also specify formats manually. Creating a new Date has never been so easy.
// All default datetim ...
Added by BoltZ on Thu, 12 Sep 2019 06:31:27 +0300
Experience Retrieval (Pure Manual) => Python-logging Module Logging Principle Analysis and Use
logging module
logging module is a large module. It has a complete log system.Mainly divided into: main Logger - processor - formatterlogging is a python built-in module that does not require installation. Import mode: import logging is enough
Log ranking (weak - > strong)
DEBUG < INFO < WARNING < ERROR < FATAL
DEBUG : Some in ...
Added by ub_kh on Wed, 11 Sep 2019 06:35:41 +0300
LibGDX Rebuilding Flappy Bird - Packaging Resources
Original Link: https://my.oschina.net/u/2432369/blog/610413
Modify Android startup icon and name
First, we need to replace the default startup icon for Android projects.There is a spe ...
Added by danielhalawi on Wed, 11 Sep 2019 00:41:52 +0300
What is JWT in java jwt token?
Links to the original text: http://www.leftso.com/blog/220.html
Reprint: http://www.leftso.com/blog/220.html There are other good blog articles and special collections for learning and sharing.
First, what is JWT? Understanding JWT and ...
Added by Nugen on Tue, 10 Sep 2019 09:15:31 +0300
How does Go implement protobuf encoding and decoding: principle
Links to the original text: https://mp.weixin.qq.com/s/O8...
This is a companion article to analyze how Go implements protobuf encoding and decoding:
How to Realize the Coding and Decoding of protobuf by Go (1): Principle
How Go implements protobuf encoding and decoding (2): source code
This edition is the first one.
Introduction to Protocol ...
Added by danharibo on Mon, 09 Sep 2019 16:14:10 +0300
201871010134-Summary of Zhou Yingjie's Second Week Study of Object-Oriented Programming (java)
project
content
Which course does this assignment belong to?
https://www.cnblogs.com/nwnu-daizh/
What are the requirements for this assignment?
https://www.cnblogs.com/nwnu-daizh/p/11475377.html
Target of homework learning
Learn and master Java Application program structure;
Learn and master the da ...
Added by michalchojno on Mon, 09 Sep 2019 15:58:38 +0300
Chapter 4. Spring MVC Processing Request Data
Request data: request parameters, request header (Cookie), request body (parameters submitted by post)
1. Request Processing Method Signature
(1) Spring MVC analyses the signature of the processing method (method name + parameter list).
The HTTP re ...
Added by jdeer0618 on Fri, 06 Sep 2019 12:48:32 +0300
Talk about coding things, and by the way, implement base64
Catalog
Conversion between binaries
Arbitrary Binary Conversion of Arbitrary Binary Numbers
Converting Arbitrary Number to Decimal Number
Several Interview Questions on parseInt
Coding History
base64 encoding
Why base64 is needed
How to Realize base64
Read buffer to json object
Convert decimal to binary
Put the binary together by 3*8 a ...
Added by sherry on Fri, 06 Sep 2019 11:45:14 +0300
Actual RocketMQ Solves Distributed Transaction Problem
How to ensure consistency:
RocketMQ Solves Distributed Transactions (Reliable Message Final Consistency Scheme)
1. System A sends a prepared message to MQ. If the prepared message fails, cancel the operation directly and do not execute.
2. If the message is sent successfully, then execute Local Transaction. If it is successful, tell MQ to se ...
Added by tomm098 on Fri, 06 Sep 2019 10:51:18 +0300
A very useful AssetBundle resource loader
Loxodon Framework Bundle is a very useful AssetBundle loader as well as an AssetBundle redundancy analysis tool.It automatically manages the complex dependencies between AssetBundles and maintains the dependencies between AssetBundles by reference co ...
Added by lisa3711 on Fri, 06 Sep 2019 06:36:54 +0300