Code |
Blog |
Https://github.com/zhouzxi/ReadConfig |
Linux configuration file read operation flow and its C code implementation: http://blog.csdn.net/zhouzhaoxiong1227/article/details/45563263 |
Https://github.com/zhouzxi/SimpleLogSystem-Linux |
The design of Linux's next simple log system and its C code implementation: http://blog.csdn.net/zhouzhaoxiong1227/article/details/45917613 |
Https://github.com/zhouzxi/SimpleLogSystem-Windows |
The C code implementation for Windows under a simple log system: http://blog.csdn.net/zhouzhaoxiong1227/article/details/44592819 |
Https://github.com/zhouzxi/ChangeFileSuffix |
Modify the file suffix of the C language implementation: http://blog.csdn.net/zhouzhaoxiong1227/article/details/44491887 |
Https://github.com/zhouzxi/SerialNo |
Generation of unique serial numbers in C programs: http://blog.csdn.net/zhouzhaoxiong1227/article/details/28291647 |
Https://github.com/zhouzxi/TestFileDelete |
Delete expired file operation under Linux: http://blog.csdn.net/zhouzhaoxiong1227/article/details/38496785 |
Https://github.com/zhouzxi/Sh2Sql |
How to change a database script file from SH format to SQL format under Linux: http://blog.csdn.net/zhouzhaoxiong1227/article/details/38084031 |
Https://github.com/zhouzxi/DirCreate |
Directory creation commands under Linux use practice: http://blog.csdn.net/zhouzhaoxiong1227/article/details/37767005 |
Https://github.com/zhouzxi/Struct2Struct |
Assigning values between struct variables in C: http://blog.csdn.net/zhouzhaoxiong1227/article/details/44783305 |
Https://github.com/zhouzxi/WriteFileHeader |
Write the file header algorithm flow and C code implementation: http://blog.csdn.net/zhouzhaoxiong1227/article/details/44959323 |
Https://github.com/zhouzxi/EncryptPwdAndDecryptPwd |
C code example for decrypting a password in a program: http://blog.csdn.net/zhouzhaoxiong1227/article/details/45046249 |
Https://github.com/zhouzxi/Sleep |
Program sleep problem C code implementation: HTTP://BLOG.CSDN.NET/ZHOUZHAOXIONG1227/ARTICLE/DETAILS/45394003 |
Https://github.com/zhouzxi/LockAndUnlock |
C code implementation of mutex locking and unlocking operation under Linux: http://blog.csdn.net/zhouzhaoxiong1227/article/details/45599463 |
Https://github.com/zhouzxi/FileNameAndLine |
The C program implementation that obtains the code file name, the number of lines in the code, and the date time under Linux: http://blog.csdn.net/zhouzhaoxiong1227/article/details/45716153 |
Https://github.com/zhouzxi/GetSecNumBetweenTwoYear |
Linux Gets the C code implementation for the number of seconds in a year before the current time until 1970: http://blog.csdn.net/zhouzhaoxiong1227/article/details/45848241 |
Https://github.com/zhouzxi/CombineSpace |
C Code implementation for merging multiple spaces in a string: http://blog.csdn.net/zhouzhaoxiong1227/article/details/45932891 |
Https://github.com/zhouzxi/BatchReadFile |
program flow and C code implementation of data in batch read files: http://blog.csdn.net/zhouzhaoxiong1227/article/details/46236117 |
Https://github.com/zhouzxi/LoopCreateTableAndProc |
SQL statement implementation based on the Oracle database's cyclic build table and looping creation of stored procedures: http://blog.csdn.net/zhouzhaoxiong1227/article/details/46344419 |
Https://github.com/zhouzxi/TestSocket |
Introduction to the socket message flow and its C code implementation: http://blog.csdn.net/zhouzhaoxiong1227/article/details/46416555 |
Https://github.com/zhouzxi/TimeSpan |
The program flow and C code implementation of the time range judgment under Linux: http://blog.csdn.net/zhouzhaoxiong1227/article/details/46534497 |
Https://github.com/zhouzxi/FileMerge |
program flow and C code implementation for files with the same prefix under Linux: http://blog.csdn.net/zhouzhaoxiong1227/article/details/46813985 |
Https://github.com/zhouzxi/WriteLocalFile |
program flow and C code implementation for generating new files by time and size under Linux: http://blog.csdn.net/zhouzhaoxiong1227/article/details/46990525 |
Https://github.com/zhouzxi/DelExpiredFiles |
Two ways to delete outdated files under Linux details: http://blog.csdn.net/zhouzhaoxiong1227/article/details/47124707 |
Https://github.com/zhouzxi/TestAlign |
C Code implementation for field alignment and padding when writing files: http://blog.csdn.net/zhouzhaoxiong1227/article/details/48162189 |
Https://github.com/zhouzxi/WriteFileNonStop |
The destination file is no longer in the original directory, will the program continue to perform the write file operation? : http://blog.csdn.net/zhouzhaoxiong1227/article/details/48524801 |