标签:
GitHub上的代码与CSDN博文之间的对应关系为:
代码
博文
https://github.com/zhouzxi/ReadConfig
Linux下配置文件读取操作流程及其C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/45563263
https://github.com/zhouzxi/SimpleLogSystem-Linux
Linux下一个简单的日志系统的设计及其C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/45917613
https://github.com/zhouzxi/SimpleLogSystem-Windows
Windows下一个简单的日志系统的C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/44592819
https://github.com/zhouzxi/ChangeFileSuffix
修改文件后缀的C语言实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/44491887
https://github.com/zhouzxi/SerialNo
C程序中唯一序列号的生成:http://blog.csdn.net/zhouzhaoxiong1227/article/details/28291647
https://github.com/zhouzxi/TestFileDelete
Linux下的删除过期文件操作:http://blog.csdn.net/zhouzhaoxiong1227/article/details/38496785
https://github.com/zhouzxi/Sh2Sql
Linux下如何将数据库脚本文件从sh格式变为sql格式:http://blog.csdn.net/zhouzhaoxiong1227/article/details/38084031
https://github.com/zhouzxi/DirCreate
Linux下的目录创建命令使用实践:http://blog.csdn.net/zhouzhaoxiong1227/article/details/37767005
https://github.com/zhouzxi/Struct2Struct
C语言中结构体变量之间赋值:http://blog.csdn.net/zhouzhaoxiong1227/article/details/44783305
https://github.com/zhouzxi/WriteFileHeader
写文件头的算法流程及C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/44959323
https://github.com/zhouzxi/EncryptPwdAndDecryptPwd
程序中对密码进行加解密的C代码示例:http://blog.csdn.net/zhouzhaoxiong1227/article/details/45046249
https://github.com/zhouzxi/Sleep
程序休眠问题的C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/45394003
https://github.com/zhouzxi/LockAndUnlock
Linux下互斥量加锁与解锁操作的C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/45599463
https://github.com/zhouzxi/FileNameAndLine
Linux下获取代码文件名、代码所在行数及日期时间的C程序实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/45716153
https://github.com/zhouzxi/GetSecNumBetweenTwoYear
Linux下获取当前时间到1970年之前某年份的秒数的C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/45848241
https://github.com/zhouzxi/CombineSpace
合并字符串中连续的多个空格的C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/45932891
https://github.com/zhouzxi/BatchReadFile
分批读取文件中数据的程序流程及其C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/46236117
https://github.com/zhouzxi/LoopCreateTableAndProc
基于ORACLE数据库的循环建表及循环创建存储过程的SQL语句实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/46344419
https://github.com/zhouzxi/TestSocket
socket消息流程介绍及其C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/46416555
https://github.com/zhouzxi/TimeSpan
Linux下时间范围判断的程序流程及其C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/46534497
https://github.com/zhouzxi/FileMerge
Linux下合并前缀相同的文件的程序流程及其C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/46813985
https://github.com/zhouzxi/WriteLocalFile
Linux下按照时间和大小生成新文件的程序流程及其C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/46990525
https://github.com/zhouzxi/DelExpiredFiles
Linux下两种删除过期文件的方法详述:http://blog.csdn.net/zhouzhaoxiong1227/article/details/47124707
https://github.com/zhouzxi/TestAlign
写文件时字段对齐和填充的C代码实现:http://blog.csdn.net/zhouzhaoxiong1227/article/details/48162189
https://github.com/zhouzxi/WriteFileNonStop
目的文件已不在原目录,程序还会继续执行写文件操作吗?:http://blog.csdn.net/zhouzhaoxiong1227/article/details/48524801
我以后写的大部分文章将发表在大师兄社区里面,欢迎大家继续支持,也欢迎大家来社区提问和写文章。
版权声明:本文为博主原创文章,未经博主允许不得转载。
部分博客中的代码已放到了GitHub上,欢迎大家下载阅读!
原文地址:http://blog.csdn.net/zhouzhaoxiong1227/article/details/49755765