Github | Gitee
The knowledge base is named toBeBetterJavaer , which means To Be Better Javaer , which means "to become a better Java programmer". It is a collection of all original articles and learning materials since I learned Java by myself. The content includes core knowledge points such as Java basics, Java concurrent programming, Java virtual machine, Java enterprise development, and Java interviews. It is said that every good Java programmer likes her, she is humorous and easy to understand. If you want to learn Java, look for your second brother’s path to Java advancement.
The knowledge base aims to provide a series of:
High-quality original Java tutorials
Comprehensive and clear Java learning route
Free but reliable Java learning materials
Selected Java Job Interview Guide
Essential technologies required for Java enterprise development
Roses given to others have lingering fragrance in their hands. The knowledge base will continue to be updated , welcome to collect and appreciate it!
Note for reprinting : All the following articles are original to me (Silent Wang Er) unless stated as reprinted at the beginning of the article, and reprinting is not allowed. If malicious plagiarism/transportation is found, legal weapons will be used to protect one's rights. Let us maintain a good technical creation environment together!
It is recommended that you read through online reading websites for a better experience and faster speed!
Second brother’s Java advanced road online website (new domain name: javabetter.cn, easy to remember, recommended)
The online website of the old version of Java programmer's advancement path (the old domain name tobebetterjavaer.com is hard to remember)
Column on the road to Java advancement by the second brother of the technical school
If you prefer the offline PDF version, click this link to get Er Ge’s Java Advanced Path.pdf
The core content included in the knowledge base is all here. The major categories are Java core, Java enterprise development, database, computer basics, job interviews, learning resources, and programming life. Almost everything you need is here.
A person can go fast, but a group of people can go further. More than 6,000 golfers have joined Er Ge’s Programming Planet (click on the link for details). If you also need a good learning environment, scan the coupon below to join us. Newcomers can try it for free for 3 days, and if they are not satisfied, they can get a full refund (this can only help you so far).
This is a private circle of programming study guide + Java project practice + LeetCode question solving . You can read the Planet column, ask questions to your second brother, help you make a study plan, and check in and grow with your golf friends. The two pinned posts "Must-read for golfers" and "Knowledge Map" have accumulated a lot of high-quality content. I believe they can help you go faster, more steadily, and further .
The second brother’s Java interview guide column has been updated, a must-have for job interviews
The second brother’s technical combat project has been updated, and it’s a killer weapon in autumn.
The second brother's PmHub microservice practical project is online, available for both school recruitment and social recruitment.
Has helped more than 3,000 golfers revise their resumes
In addition to the Java learning route, there are also hard-core learning routes such as MySQL, Redis, C language, C++, Python, Go language, operating system, front-end, data structure and algorithm, Blue Bridge Cup, big data, Android, .NET, etc. Welcome to add to your collection. Tasting!
Java learning route one-stop version (recommended collection)
Java concurrent programming learning route (recommended collection)
Java virtual machine learning route (recommended collection)
MySQL learning route (recommended collection)
Redis learning route (recommended collection)
C language learning route (recommended collection)
C++ learning route (recommended collection)
Python learning route (recommended collection)
Go language learning route (recommended collection)
Operating system learning route (recommended collection)
Front-end learning route (recommended collection)
Algorithm and data structure learning route (recommended collection)
Blue Bridge Cup learning route (recommended collection)
Big data learning route (recommended collection)
Android Android learning route (recommended collection)
.NET learning route (recommended collection)
Linux learning route (recommended collection)
A must-read series before the interview ! Including Java basics, Java collection framework, Java concurrent programming, Java virtual machine, Spring, Redis, MyBatis, MySQL, operating system, computer network, RocketMQ, distribution, microservices, design patterns, Linux, etc.
A must-read for the counterattack of scumbags (Basics of Java eight-part essay interview questions)
A must-read counterattack against scum (Java collection framework eight-part essay interview questions)
A must-read counterattack against scumbags (Java concurrent programming eight-part essay interview questions)
A must-read counterattack against scumbags (Java virtual machine eight-part essay interview questions)
A must-read for the counterattack of scumbags (Spring eight-part essay interview questions)
A must-read counterattack against scumbags (MySQL eight-part essay interview questions)
A must-read counterattack against scumbags (Redis eight-part essay interview questions)
A must-read for the counterattack of scumbags (MyBatis eight-part essay interview questions)
A must-read for the counterattack of scumbags (operating system eight-part essay interview questions)
A must-read for the counterattack of the scumbag (computer network eight-part essay interview questions)
A must-read for counterattack against scumbags (RocketMQ eight-part essay interview questions)
A must-read counterattack against scumbags (distributed interview questions and eight-part essay)
A must-read counterattack against scumbags (eight-part essay on microservices interview questions)
A must-read counterattack against scumbags (eight-part essay on design pattern interview questions)
A must-read counterattack against scumbags (Linux interview questions and eight-part essay)
Java basics are very important ! Includes basic syntax, object-oriented, collection framework, exception handling, Java IO, network programming, NIO, concurrent programming and JVM.
Introduction to the booklet "Second Brother's Java Advanced Path"
A brief history, features, and prospects of Java
Tutorial on installing JDK under Windows and macOS
Install Intellij IDEA on macOS and Windows
Write the first program Hello World
Full analysis of 48 keywords and 2 reserved words
Understanding Java annotations
Basic data types and reference data types
Automatic type conversion and forced type conversion
Analysis of Java Basic Data Type Cache Pool (IntegerCache)
Detailed explanation of Java operators
Detailed explanation of Java flow control statements
Java grammar basic exercises
Mastering Java Arrays
Mastering Java Two-Dimensional Arrays
How to print Java array elegantly?
In-depth interpretation of the String class source code
Why are Java strings immutable?
In-depth understanding of Java string constant pool
Detailed explanation of String.intern() method
String, StringBuilder, StringBuffer
The difference between equals() and == in Java
What is the most elegant way to concatenate strings in Java?
How to split a string in Java?
classes and objects
Packages in Java
Java variables
Java methods
Detailed explanation of Java variable parameters
Teach you step by step to implement Java native methods in C language
Java constructor
Java access modifiers
Java code initialization block
Java abstract class
Java interface
Java inner classes
In-depth understanding of the three major features of Java: encapsulation, inheritance and polymorphism
Detailed explanation of Java this and super keywords
Detailed explanation of Java static keyword
Detailed explanation of Java final keyword
Master the Java instanceof keyword
Let’s talk about immutable objects in Java
What is the difference between method override Override and method overload Overload?
Deep understanding of annotations in Java
Java enumerations: small enums, elegant and clean
Overview of Java collection framework, including List, Set, Map, and Queue
A Deep Dive into Java ArrayList
A Deep Dive into Java LinkedList
Detailed explanation of Java Stack
Detailed explanation of Java HashMap
Detailed explanation of Java LinkedHashMap
Detailed explanation of Java TreeMap
Detailed explanation of Java double-ended queue ArrayDeque
Detailed explanation of Java priority queue PriorityQueue
The difference between Java Comparable and Comparator
Time complexity, evaluate the execution efficiency of ArrayList and LinkedList
The difference between ArrayList and LinkedList
In-depth analysis of Java generics
What is the difference between Java Iterator and Iterable?
Why is it forbidden to delete elements in foreach?
Learn more about Java IO
Java File: The starting point and end point of the IO stream
Java byte streams: the cornerstone of Java IO
Java Character Stream: The Story of Reader and Writer
Java buffered streams: Java IO’s reading and writing efficiency has improved qualitatively
Java conversion streams: a bridge between Java byte streams and character streams
Java print streams: PrintStream & PrintWriter
Java Serial Streams: Serialization and Deserialization of Java Objects
Java Serializable interface: It’s obviously an empty interface
A Deep Dive into the Java Transient Keyword
A thorough understanding of Java exception handling in one article, YYDS
Deep understanding of try-with-resources in Java
20 Best Practices for Java Exception Handling
The legend of NullPointerException
Does try-catch catching exceptions really affect performance?
Java Scanner: Tool class for scanning console input
Java Arrays: Utility class designed for arrays
Apache StringUtils: a tool class designed for Java strings
Objects: Tool class designed for manipulating Java objects
Java Collections: Tool classes designed for collections
Hutool: Domestic conscience toolkit to make your Java sweeter
Guava: Google’s open source Java tool library, so powerful
Other commonly used Java tool classes: IpUtil, MDC, ClassUtils, BeanUtils, ReflectionUtils
Java 8 Stream: Master the essence of stream programming
Best Guide to Java 8 Optional: An Elegant Way to Solve Null Pointer Problems
An in-depth introduction to Java 8 Lambda expressions: exploring the charm of functional programming
Java 14 is out of the box, with new features Record, instanceof, and switch.
Fundamentals of Java Network Programming: Computer Networks
Java Socket: Network socket for flying pigeons to pass messages
Awesome, I built an HTTP server using Java Socket.
How is Java NIO better than traditional IO?
One article thoroughly explains NIO, BIO and AIO in Java
Detailed explanation of Java NIO Buffer and Channel
Let’s talk about Paths and Files in Java NIO
Java NIO network programming practice: from entry to mastery
A thorough understanding of the Java IO model in one article
Java Naming Conventions: Writing Readable Code
Solve Chinese garbled characters: A complete guide to character encoding - ASCII, Unicode, UTF-8, GB2312 detailed explanation
An in-depth explanation of Java unboxing and packaging
In-depth understanding of Java shallow copy and deep copy
Java hashCode method analysis
Is Java pass by value or pass by reference?
Why can't we implement true generics?
Detailed explanation of Java reflection
Introduction to Concurrent Programming Booklet
Getting Started with Java Multithreading
Get the execution result of the thread
6 states and switching of Java threads
Thread groups and thread priorities
The difference between process and thread
What problems does multithreading bring?
Java Memory Model (JMM)
Volatile keyword analysis
synchronized keyword analysis
The four lock states of synchronized
A simple explanation of bias lock
CAS detailed explanation
Detailed explanation of AQS
Lock classification and JUC
ReentrantLockReentrantLock
Read-write lockReentrantReadWriteLock
Waiting for notification conditionCondition
Thread blocking wake-up class LockSupport
Concurrency container for Java
Concurrent container ConcurrentHashMap
Non-blocking queue ConcurrentLinkedQueue
BlockingQueue
Concurrent container CopyOnWriteArrayList
Local variable ThreadLocal
thread pool
Scheduled ThreadPoolExecutor
Atomic operation classAtomic
Magic Unsafe
Communication tools
Fork/Join
producer-consumer model
Introduction to JVM booklet
The vernacular guides you to understand JVM
How does the JVM run Java code?
Java's class loading mechanism (paid)
Java class file structure
Easily understand bytecode from the perspective of javap
Stack virtual machine and register virtual machine
Detailed explanation of bytecode instructions
In-depth understanding of JVM stack frame structure
In-depth understanding of the JVM's runtime data area
In-depth understanding of JVM's garbage collection mechanism
In-depth understanding of JVM garbage collectors: CMS, G1, ZGC
Where are the objects created by Java placed?
In-depth understanding of JIT (just-in-time compilation)
JVM performance monitoring command line
Visualization of JVM performance monitoring
Alibaba’s open source Java diagnostic tool Arthas
Memory overflow troubleshooting and optimization practice
CPU 100% troubleshooting and optimization practice
Summary of JVM core knowledge points
Is it possible to become a qualified Java programmer and move from theory to practice? This part of Java Advanced is a watershed !
What you get on paper is ultimately shallow, but you must know that you must practice it.
If you want to do your job well, you must first sharpen your tools. Everyone is familiar with this sentence. Proficient use of development/construction tools can greatly improve development efficiency and liberate productivity.
5 minutes to help you understand Nginx in simple terms
Integrated development environment, the main one for Java is Intellij IDEA, which is known as the most powerful Java development tool in history.
Share 4 essential IDEA debugging skills for reading source code
Share a plug-in that can play backgammon in IDEA
Share 10 IDEA god-level plug-ins that can be developed in one stop
Maven is currently a popular project construction tool that helps us manage third-party dependencies and project packaging based on pom coordinates.
I finally figured out Maven, the project construction artifact~
Git is a distributed version control system, created by the famous Linus Torvalds. The original purpose of Git was to better manage Linux kernel source code. Today, Git has become the standard for software developers around the world. If the Linux project has contributed to the success of open source software and rewritten the landscape of the software industry, then Git has changed the way developers around the world work and write.
Master Git thoroughly in 1 hour
GitHub remote warehouse port switching
Spring AOP Literacy
Spring IoC Literacy
Quickly build a Spring Boot project in one minute
Spring Boot integrates lombok
Spring Boot integrates MySQL and Druid
Spring Boot integrates JPA
Spring Boot integrates Thymeleaf template engine
How to enable transaction support in Spring Boot?
Using filters, interceptors, and listeners in Spring Boot
Spring Boot integrates Redis to implement caching
Spring Boot integrates Logback custom log framework
Spring Boot integrates Swagger-UI to implement online API documentation
Spring Boot integrates Knife4j to beautify and strengthen the ugly Swagger
Spring Boot integrates Spring Task to implement scheduled tasks
Spring Boot integrates MyBatis-Plus AutoGenerator to generate programming cat project skeleton code
Spring Boot integrates Quartz to implement programming and publish articles regularly
Spring Boot integrates MyBatis
Deploy Spring Boot to a remote Docker container with one click
How to run the source code of the Programming Meow (Spring Boot+Vue) project locally (macOS environment)?
How to run the source code of the Programming Meow (Spring Boot+Vue) project locally (Windows environment)?
How to run the Programming Meow practical project on the cloud server?
Two ways to handle verification logic in SpringBoot: Hibernate Validator + global exception handling
For a super detailed introduction to Netty, just read this article!
Chocolatey: A Windows command line software manager with 8.2k+ GitHub stars, incredibly easy to use!
Homebrew, a macOS command line software management tool with 32.5k+ GitHub stars, is really powerful!
Tabby: A more advanced open source terminal tool, GitHub star 21.4k
Warp: Known as the next generation terminal artifact, with 2.8k+ GitHub stars, I can’t put it down after using it.
WindTerm: A new generation of open source and free terminal tools, with 6.6k+ GitHub stars, so cool!
chiner: Kill PowerDesigner, a Chinese open source database design tool with beautiful interface and powerful functions.
DBeaver: Get rid of the paid Navicat and rely on it to operate all databases!
Forest: A minimalist declarative HTTP calling API framework
Junit: an open source Java unit testing framework
fastjson: Alibaba’s open source JSON parsing library
Gson: Google’s open source JSON parsing library
Jackson: The most starred JSON parsing library on GitHub
Log4j: the originator of Java logging framework
Log4j 2: A high-performance logging tool maintained by Apache
Logback: Spring Boot’s built-in log processing framework
SLF4J: Alibaba’s mandatory log facade
Full-text search engine Elasticsearch introductory tutorial
This may be the article that explains the concept of ZooKeeper most clearly.
Microservice gateway: from comparison to selection, from theory to practice
RabbitMQ introductory tutorial (concepts, application scenarios, installation, usage)
How to ensure that messages are 100% not lost?
A comprehensive review of Kafka core knowledge points
In short, it is a warehouse that organizes, stores and manages data according to the data structure . Almost all Java back-end development requires learning database knowledge, including the relational database MySQL, the caching middleware Redis, the non-relational database MongoDB, etc.
MySQL installation and connection, combined with technical practical projects
MySQL database operation, using Spring Boot to realize automatic creation of database
Basic operations of MySQL tables, combined with technical table automatic initialization
MySQL data types, 4000 words and 20 hand-drawn drawings, thoroughly mastered
MySQL’s character set and comparison rules, master it from Keep Up
Those executable files in the MySQL bin directory, including backup database, import CSV, etc.
MySQL field attributes, default value, whether it is empty, primary key, auto-increment, ZEROLFILL, etc.
Simple query of MySQL, start the journey of SELECT
MySQL's WEHRE condition query, focusing on understanding the % wildcard character
How to ensure data consistency between MySQL and Redis?
Understand MySQL transactions from the root
A simple introduction to the implementation of transactions in MySQL
Getting started with Redis (suitable for novices)
Let’s talk about cache avalanche, penetration, and breakdown
The most basic introductory tutorial for MongoDB
Computer basics include operating systems, computer networks, computer composition principles, data structures and algorithms, etc. For any Java back-end developer who wants to go further, he must spend time and energy to consolidate.
Do not build a high platform on the floating sand.
A comprehensive review of the core knowledge points of operating systems
A comprehensive review of the core knowledge points of computer networks
I have learned so much Java knowledge, spent countless brain cells, and burned countless hairs. Why? Of course, it’s about getting an offer that you like . How can we miss eight-part essays, interview questions, city selection, and high-quality interviews?
Although it is hard work to search for thousands of pounds, you will only get gold after blowing all the sand.
34 selected Java interview questions
13 Java HashMap Selected Interview Questions
60 MySQL Selected Interview Questions
15 MySQL Index Selected Interview Questions
12 Redis Selected Interview Questions
40 Nginx Selected Interview Questions
17 Dubbo Selected Interview Questions
40 selected Kafka interview questions
A must-read Java basic recitation version of eight-part essay
Java concurrent programming recitation version of eight-part essay must-read
Java virtual machine recitation version of eight-part essay must-read
Ctrip Interviewer: How to upload large files in seconds?
Alibaba Interviewer: Why do we need to separate databases and tables?
Taobao interviewer: How to design the coupon system?
Spring recruitment for master's degree readers won offers from Shenzhen Tencent PCG and Hangzhou Alibaba Cloud
Undergraduate reader has one year of working experience in a small company through social recruitment and won offers from Alibaba, Meituan, Toutiao, JD.com, Didi and others.
Non-major reader, spent one year through social recruitment to get Alibaba offer
Two Readers Recruitment, 28 rounds of interviews with 10 companies in two and a half years
Shuangfeiyibenqiuzhao received offers from 6 major manufacturers including Tencent IEG, Baidu, and Byte
Shuangfei students received school recruitment offers from Alibaba, Byte, and Bilibili, with a summary of four years of hard-core university experience
I have been drifting for 6 years, a summary of my experience after returning to Xi’an
Literacy of common vocabulary in interviews + sharing of characteristics of interviews in large factories
Are there any internship/summer internship offers? How to prepare for autumn recruitment?
How to optimize your resume, how to submit your resume, and how to prepare for interviews?
Precautions for school recruitment time points, resume writing, written examinations, HR interviews, internships, etc.
What IT Internet companies in Wuhan are worth joining?
What IT Internet companies in Beijing are worth joining?
What IT Internet companies in Guangzhou are worth joining?
What IT Internet companies are worth joining in Shenzhen?
What IT Internet companies in Xi'an are worth joining?
What IT Internet companies in Qingdao are worth joining?
What IT Internet companies in Zhengzhou are worth joining?
What IT Internet companies in Suzhou are worth joining?
What IT Internet companies are worth joining in Nanjing?
What IT Internet companies in Hangzhou are worth joining?
What IT Internet companies in Chengdu are worth joining?
What IT Internet companies in Jinan are worth joining?
Don’t know what to study? Don't know how to learn? Can't find high-quality learning resources ? The answers to all these questions can be found here.
I will share my more than ten years of programming experience and learning resources without reservation.
Download→Linux Cheat Sheet.pdf
Download → Share more than 1,000 classic computer books
Download → The most complete PDF resources on the Internet for programmers to learn and find jobs in 2022
Download→In-depth explanation of Java multi-threading PDF
Download → GitHub starred 115k+ Java tutorials
Download→Relearn Java Design Patterns PDF
Download→Java version of LeetCode exam notes
Download→Alibaba Java Development Manual
Download → Ruan Yifeng C language introductory tutorial
Download→BAT boss’s test notes
Download → Draw lines for the operating system PDF
Download→Douban Pro Git Chinese version with 9.1 points
Download→Resume Template
How should computer majors teach themselves programming? Which books, videos, and tutorials should they read?
How to read the book "In-depth Understanding of Computer Systems"?
What is the best way out for electronic information engineering?
How to fill in the application form for the college entrance examination in the major field of computer science, and how to choose between accounting, artificial intelligence, software engineering, big data, Internet of Things, and network engineering?
What are the must-read classic books for test and development engineers?
To what extent should you master Java back-end development for school recruitment?
How can programmers do "side jobs" amid massive layoffs?
How to continue to grow despite heavy work?
How to gain high concurrency experience?
How to negotiate salary with HR?
Programmers are in crisis at the age of 35, how to break it?
Should I go to an IT company with less than 20 people?
How can undergraduates enter first-class Internet companies such as Tencent and Alibaba?
Computer Postgraduate Entrance Examination 408 How to prepare for the unified examination?
From purchasing Alibaba Cloud server + domain name purchase + domain name registration + HTTP upgrade to HTTPS, comprehensively record the birth and improvement process of the "Second Brother's Java Advanced Road" knowledge base, involving docsify, Git, Linux commands, GitHub warehouse, etc. Practical knowledge points.
Buy cloud server
Install the pagoda panel
Purchase domain name & domain name resolution
Registered domain name
Configure HTTPS certificate for domain name
Use docsify+Git+GitHub+Code Cloud+Alibaba Cloud Server to build a knowledge base website
This knowledge base is built using VuePress and is based on the VuePress Theme Hope theme. You can pull the warehouse locally and run it directly through pnpm docs:clean-dev
.
The premise is that you have installed node.js and pnpm environment.
Click the link to see the running effect locally.
The author is an ordinary, ordinary, ordinary Java back-end developer who loves learning and sharing.
After I started working, I became more and more aware of the importance of communication and sharing. While constantly absorbing nutrients, I also hope to help more friends.
Second Brother's Java Advanced Path is not only a collection of all original articles and learning materials since the author learned Java by himself, but also a window for the author to spread knowledge to the world.
Get to know the author: Personal introduction Q&A
My first one, 100,000 (Bilibili video playback)
My first one, 10 million! Zhihu reading
My second one, 10 million! CSDN reading
The first PDF version of the open source knowledge base "Second Brother's Java Advanced Path" with 10,000+ stars on GitHub is finally here! Including Java basic syntax, arrays & strings, OOP, collection framework, Java IO, exception handling, new Java features, network programming, NIO, concurrent programming, JVM, etc., totaling more than 320,000 words, which can be said to be easy to understand and Funny and humorous... Details: Awesome, a Java tutorial with 10,000+ stars on GitHub
Search Silent Wang Er on WeChat or scan the QR code below to follow Brother Er’s original public account Silent Wang Er. Reply to 222 to receive it for free.
paicoding, an easy-to-use and powerful open source community, with detailed tutorials, including core computer knowledge points such as Java, Spring, MySQL, Redis, microservices & distribution, message queues, operating systems, computer networks, data structures and algorithms, etc. . If you learn programming, you will become a technical person.
Hippo4J, a powerful dynamic thread pool, comes with monitoring and alarm functions (no reliance on middleware), and fully complies with Alibaba coding standards.
JavaGuide, "Java Learning + Interview Guide" covers the core knowledge that most Java programmers need to master. To prepare for Java interviews, JavaGuide is your first choice!
Open source is not easy. If "Second Brother's Java Advanced Path" is of some help to you, you can invite the author for a cup of coffee, which can be regarded as a little encouragement for open source!
Thank you all for your appreciation of my funds, which will be counted every other month.
time | Friends | Appreciation amount |
---|---|---|
2024-10-06 | *sky | 10 yuan |
2024-10-04 | 2*2 | 20 yuan |
2024-09-25 | c*l | 1 yuan |
2024-09-14 | .*6 | 1.9 yuan |
2024-08-16 | * | 20 yuan |
2024-08-14 | *plum | 0.66 yuan |
2024-08-12 | *Z | 6.66 yuan |
2024-08-09 | *peak | 2 yuan |
2024-07-13 | *transport | 20 yuan |
2024-07-01 | *wind | 1 yuan |
2024-06-30 | *fan | 1 yuan |
2024-06-23 | *watt | 1 yuan |
2024-06-17 | *mang | 5 yuan |
2024-06-13 | *ah | 9.99 yuan |
2024-06-03 | S*d | 1 yuan |
2024-05-23 | *gas | 3 yuan |
2024-05-22 | w*r | 6.6 yuan |
2024-05-01 | *laugh | 0.01 yuan |
2024-04-24 | 1*0 | 3 yuan |
2024-04-10 | fan*x | 21 yuan |
2024-04-08 | *green | 5 yuan |
2024-04-08 | A symbol that cannot be typed out | 1 yuan |
2024-04-07 | *i | 0.01 yuan |
2024-04-06 | *ox | 10 yuan |
2024-04-03 | Y*T | 10 yuan |
2024-04-02 | B*E | 2 yuan |
2024-03-20 | *Card | 1 yuan |
2024-03-18 | *Ga | 6.66 yuan |
2024-03-17 | *prosper | 0.01 yuan |
2024-03-12 | *peng | 0.02 yuan |
2024-03-12 | y*u | 0.01 yuan |
2024-02-29 | r*y | 6 yuan |
2024-02-23 | *~ | 9.99 yuan |
2024-02-21 | Start all over again | 5 yuan |
2024-02-15 | *fight | 10 yuan |
2024-02-02 | *cut | 2 yuan |
2024-02-01 | *Kang | 9 yuan |
2024-01-31 | *Kang | 1 yuan |
2024-01-22 | *wonderful | 10 yuan |
2024-01-17 | *clear | 9.9 yuan |
2024-01-12 | *profound | 5 yuan |
2024-01-04 | * | 1 yuan |
2024-01-03 | * | 3 yuan |
2024-01-03 | Y*o | 2 yuan |
2023-12-22 | *tease | 50 yuan |
2023-11-25 | *Jun | 2 yuan |
2023-10-23 | * | 6.66 yuan |
2023-10-17 | *ha | 5 yuan |
2023-10-12 | 0*7 | 7.77 yuan |
2023-10-03 | S*d | 0.5 yuan |
2023-09-27 | *1 | 1 yuan |
2023-09-25 | L*e | 10.24 yuan |
2023-09-19 | *people | 2 yuan |
2023-09-15 | L*D | 2 yuan |
2023-09-15 | *warm | 5 yuan |
2023-09-11 | A*B | 1 yuan |
2023-08-21 | * | 2 yuan |
2023-08-18 | *Looking | 1 yuan |
2023-08-03 | *case | 10.24 yuan |
2023-08-02 | *, | 1 yuan |
2023-07-24 | m*l | 3 yuan |
2023-07-20 | lzy | 6 yuan |
2023-07-14 | s*! | 2 yuan |
2023-07-02 | *clear | 1 yuan |
2023-06-26 | *rain | 6.66 yuan |
2023-06-21 | *Hail | 6 yuan |
2023-06-21 | *Wolf | 3 yuan |
2023-06-19 | *Certainly | 2 yuan |
2023-06-18 | *road | 5 yuan |
2023-06-16 | * arts | 1 yuan |
2023-06-14 | G*e | 66.6 yuan |
2023-06-07 | *. | 0.5 yuan |
2023-05-23 | *W | 5 yuan |
2023-05-19 | *fly | 6 yuan |
2023-05-10 | c*r | 1 yuan |
2023-04-26 | r*J | 10.24 yuan |
2023-04-22 | *bright | 1 yuan |
2023-04-09 | * knife | 10 yuan |
2023-04-03 | *meaning | 0.02 yuan |
2023--03-17 | *Chang | 8 yuan |
2023-03-16 | * | 66.6 yuan |
2023-03-15 | *maple | 6.6 yuan |
2023-03-10 | ten years | 1 yuan |
2023-03-04 | *wind | 5 yuan |
2023-02-26 | an emoticon (emoji) | 1 yuan |
2023-02-23 | Cao*n | 5 yuan |
2023-02-11 | Nickname is loading. | 6.6 yuan |
2023-02-09 | *bright | 10 yuan |
2023-02-09 | *wind | 5 yuan |
2023-02-09 | *z | 3 yuan |
2023-02-09 | *husband | 10 yuan |
2023-02-08 | *precious | 5 yuan |
2023-01-18 | *read | 0.01 yuan |
2023-01-18 | *Come | 1 yuan |
2023-01-10 | A t | 1 yuan |
2023-01-07 | *loyalty | 5 yuan |
2023-12-02 | g*g | 0.1 yuan |
2022-11-13 | *king | 5 yuan |
2022-11-10 | *car | 1 yuan |
2022-11-10 | F*k | 1 yuan |
2022-11-05 | *H | 3 yuan |
2022-11-04 | *gold | 0.02 yuan |
2022-11-04 | *dust | 15 yuan |
2022-11-02 | *peak | 1 yuan |
2022-10-29 | * | 6 yuan |
2022-10-28 | k*k | 1 yuan |
2022-10-20 | *electricity | 2 yuan |
2022-10-15 | *deep | 5 yuan |
2022-09-30 | *jun | 1 yuan |
2022-09-28 | *Understand | 1 yuan |
2022-09-27 | *Mansion | 1 yuan |
2022-09-23 | *question mark (emogji) | 5 yuan |
2022-09-23 | H*n | 1 yuan |
2022-09-23 | *a | 0.01 yuan |
2022-09-08 | * | 20 yuan |
2022-09-07 | Dan*1 | 20 yuan |
2022-08-27 | *folder | 40 yuan |
2022-07-06 | Body*P | 2 yuan |
2022-07-05 | *Qian | 5 yuan |
2022-06-18 | *Jay | 2 yuan |
2022-06-15 | L*c | 15 yuan |
2022-06-10 | * | 1 yuan |
2022-06-09 | '*' | 1 yuan |
2022-06-07 | *Yong | 1 yuan |
2022-06-03 | *duck | 1 yuan |
2022-05-12 | *cigarette | 10 yuan |
2022-04-25 | *think | 5 yuan |
2022-04-20 | w*n | 1 yuan |
2022-04-12 | E*e | 10 yuan |
2022-03-19 | *wind | 9.9 yuan |
2022-03-04 | Yuan Xiaobo | 99 yuan |
2022-02-17 | *color | 1 yuan |
2022-02-17 | M*y | 1 yuan |
2022-01-28 | G*R | 6.6 yuan |
2022-01-20 | *Light | 50 yuan |
2022-01-14 | *Hao | 1 yuan |
2022-01-01 | just | 3.6 yuan |
2022-01-01 | Ma*yi | 6.6 yuan |
2021-12-20 | t*1 | 5 yuan |
2021-10-26 | *cat | 28 yuan |
2021-10-11 | *people | 28 yuan |
2021-09-28 | *people | 1 yuan |
2021-09-05 | N*a | 3 yuan |
2021-09-02 | S*n | 6.6 yuan |
2021-08-21 | z*s | 3 yuan |
2021-08-20 | A*g | 10 yuan |
2021-08-09 | *roll | 0.1 yuan |
2021-08-02 | *Second | 1 yuan |
2021-06-13 | *7 | 28 yuan |
2021-05-04 | *study | 169 yuan |
2021-04-29 | p*e | 2 yuan |
2021-04-28 | The god who runs the kite | 1 yuan |
If you have any suggestions for this project or find errors in the content, please submit issues for correction.
For knowledge points that I did not cover in the article, you are welcome to submit a PR.