-
一个简单又高效的日志系统
本文给出一个性能高,使用简单的日志解决方案。本模块实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态...
一个简单又高效的日志系统
本文给出一个性能高,使用简单的日志解决方案。本模块实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗尽。-A simple and effective logging system In this paper, a high-performance, using a simple log solution. The module to achieve volume of information to write the log files, from time to time automatically flush to a file, write to the file log level can be dynamically adjusted, a single log file size can be configured, cycling on the log file is written, this will not cause the machine space is the log File exhausted.
- 2023-08-14 16:20:03下载
- 积分:1
-
how to bundle multiple files into one executable file
如何将多个文件捆绑到一个与源代码匹配的可执行文件中。拉链
- 2022-09-12 07:25:04下载
- 积分:1
-
一个封装了各种文件操作的类,包括文件读取、打开、复制、查看等...
一个封装了各种文件操作的类,包括文件读取、打开、复制、查看等-an operation of the various types of documents, including documents read, open, copy, etc. View
- 2023-04-07 05:40:03下载
- 积分:1
-
输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。...
输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 - enter the first few weeks to determine what are the letters a few weeks, if the first letter of the same, then continue to determine the second letter.
- 2023-02-15 22:10:03下载
- 积分:1
-
bat,免费将蝙蝠成exe文件
bat转exe,可以自由将bat转化成exe文件-bat to exe, free will bat into exe files
- 2022-04-30 08:34:35下载
- 积分:1
-
FileMapping使用程序形式,在formmain.pas { } { formmain frmMain r * RES }是…
program FileMapping uses Forms, formMain in formMain.pas {frmMain} {$R *.res} begin Application.Initialize Application.CreateForm(TfrmMain, frmMain) Application.Run end.-program FileMapping uses Forms, formMain in formMain.pas {frmMain} {$R*.res} begin Application.Initialize Application.CreateForm(TfrmMain, frmMain) Application.Run end.
- 2022-03-29 14:12:49下载
- 积分:1
-
用C++复制文件代码,很好的代码。
文件拷贝的C语言源代码,虽然基础,却是十分实际的例子。-copying files code by c, good code.
- 2022-03-22 10:45:04下载
- 积分:1
-
图像-跟踪 Kman 滤波器-检测数据基
这是数据基为图像处理目的使用卡曼筛选......,它请看
- 2023-05-07 18:40:02下载
- 积分:1
-
繁体字和简体字是汉字中经常使用的两种汉字表现形式,在计算机中它们的内码稽核分别称为BIG5和GB码。平时经常会遇到这两种编码需要相互抓换的情况,因此掌握汉字内码...
繁体字和简体字是汉字中经常使用的两种汉字表现形式,在计算机中它们的内码稽核分别称为BIG5和GB码。平时经常会遇到这两种编码需要相互抓换的情况,因此掌握汉字内码对于软件开发人员非常重要。本例实现了汉字内码转换。-traditional and simplified Chinese characters are frequently used Chinese characters of the two forms, the computer code within their respective audit called BIG5 and GB yards. Usually encountered both need each other coding for grasping the situation, master CICS code for software developers is very important. The realization of the cases CICS code conversion.
- 2022-01-25 16:58:16下载
- 积分:1
-
文件分割合并程序 Dos版
该程序可实现文件的分割合并,可将任意格式的文件分割成设定的大小,并且可将任意格式文件块合并成原文件。
分割程序中,写定待分割文件地址和分割后文件存放地址以及文件需分割出的大小,则分割程序可以完成该指定文件的分割。
合并程序中,输入待合并文件的地址,则可以将该文件夹下的文件合并,若缺少文件序列,则会提示,如果可以合并,会显示合并成功。
- 2022-12-24 00:00:03下载
- 积分:1