ascii

Attack and defense world XCTF reverse advanced area (continuous update)

Words written in the front It's still a proce...
0:18 25 June 2020

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...
5:15 19 June 2020

[4] Let's Review C + +!

**** ฅ՞•ﻌ•՞ฅ̊**** [4] Generic programming and STL! Template Function template function: To establish a general functio...
0:38 19 June 2020

Centos7 logical volume management (LVM)

1, LVM concept 1. A physical device is a stor...
21:17 17 June 2020

Wechat code scanning payment (detailed code)

Wechat code scanning payment Recently, when the project w...
4:48 15 June 2020

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 ...
5:04 12 June 2020

Summary of JS common string API in javaScript tutorial

Some notes on js string and js array: String and array h...
6:44 7 June 2020

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...
5:46 24 May 2020

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 ...
22:05 11 May 2020

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 ...
2:36 5 May 2020

201509-3-template generation system

subject Problem description Chengcheng is building a website recently. Some of the contents of some pages come from dif...
5:00 8 February 2020

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...
3:35 8 February 2020

Basic Framework of MFC Programs for Window s Applications (C/C++)

Basic Framework of MFC Programs 3.1 Class Framework for MFC Projects ...
1:37 8 February 2020

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...
8:54 4 December 2019

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...
21:12 3 December 2019

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...
18:06 3 December 2019

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...
18:12 30 November 2019

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...
21:07 7 November 2019

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,...
18:11 12 July 2019