Attack and defense world XCTF reverse advanced area (continuous update)
Words written in the front
It's still a proce...
Python format string format
Author: Tyan Blog: noahsnail.com | CSDN | A brief book 0. Test environment Python 3.6.9 1. Introduction There are tw...
[4] Let's Review C + +!
**** ฅ՞•ﻌ•՞ฅ̊**** [4] Generic programming and STL! Template Function template function: To establish a general functio...
Wechat code scanning payment (detailed code)
Wechat code scanning payment
Recently, when the project w...
LeetCode -- question 30 -- concatenate the substrings of all words
Concatenate substrings of all words Difficulty: difficulty Given a string s and some words of the same length. Find out ...
Summary of JS common string API in javaScript tutorial
Some notes on js string and js array:
String and array h...
Video learning notes of "basic data types in binary and Java" on muke.com
Video address: https://www.imooc.com/video/21195 Introduction: as we all know, computers are stored in binary. Learnin...
Spring Security has its own firewall!You don't know how secure your system is!
Previously, a small partner said that it would be better to write a Filter intercept request for Spring Security, which ...
Be careful with ToLower and ToUpper. Be careful to drag your system down
I don't know when to start. Many programmers like to use ToLower and ToUpper to realize string equality comparison that ...
201509-3-template generation system
subject Problem description Chengcheng is building a website recently. Some of the contents of some pages come from dif...
Solution to the problem of expanding the character string of Luogu P1098
Title Description In the question of "reading program writing results" in the popularity group of the prelimin...
Basic Framework of MFC Programs for Window s Applications (C/C++)
Basic Framework of MFC Programs 3.1 Class Framework for MFC Projects
...
Some methods of re
re.compile(pattern, flags=0) Create a reusable variable from a regular expression. The generated object can be used in other places repeatedly, inste...
fdisk and parted partition
There are two types of linux partitions I contact: one is using fdisk partition, and the other is parted partition. The former is for MBR mode partiti...
Why Python 3 chooses to support non ASCII identifiers
The original text is: PEP 3131 -- Supporting Non-ASCII Identifiers. Python 2 does not support non ASCII identifiers. The full name of PEP is Python En...
Convert from BitArray to Byte
I have an eight BitArray , I need a function to convert it to a byte. How do you do it? Specifically, I need a correct ConvertToByte function: BitArr...
Programming job 20191104082520 (branch and jump) to blog
1 Write a program to read the input, stop reading the #character, and report the number of spaces, line breaks, and all other characters read. #includ...
Java Basic Tutorial - Conversion Stream
Conversion flow Usually, the default encoding method for Window s is GBK, and UTF-8 encoding is generally recommended for Java projects. At this time,...