-
可以实时的监视文件目录被修改情况,非常方便监控自己的计算机...
可以实时的监视文件目录被修改情况,非常方便监控自己的计算机-Real-time monitoring can be modified directory is very easy to monitor your computer
- 2022-02-07 03:55:57下载
- 积分:1
-
简单的小写字母改为大写字母的程序读取文件…
简单的把读的文件中的字母由小写改为大写
只需在程序写的相应目录建相应文件即可-Simple to read documents in lowercase letters changed to uppercase by the program just to write the corresponding directory to build the corresponding document can be
- 2022-06-26 09:03:07下载
- 积分:1
-
C's a simple procedure that can be used in the C language curriculum design...
C++的一个简单的程序,可以用于C语言的课程设计之用-C"s a simple procedure that can be used in the C language curriculum design use
- 2023-06-06 03:35:04下载
- 积分:1
-
This program checks a folder and copies the specified files to another folder....
This program checks a folder and copies the specified files to another folder.
During this course it writes a log file
- 2023-06-26 21:00:03下载
- 积分:1
-
一个工业日志类,可以分类记录日志成.txt文件.
一个工业日志类,可以分类记录日志成.txt文件.-Log in an industrial category, the log records can be categorized into. Txt file.
- 2022-02-20 08:59:04下载
- 积分:1
-
COFF到ELF格式转换器
这是一个将COFF格式转换为ELF格式的实用程序。
- 2022-01-26 01:56:48下载
- 积分:1
-
ata encryption with DPAPI
ata encryption with DPAPI
- 2022-06-11 18:20:24下载
- 积分:1
-
自编写的一个清除指定目录的程序;我常用它来在windows启动时,删除临时目录的文件;...
自编写的一个清除指定目录的程序;我常用它来在windows启动时,删除临时目录的文件;-since the preparation of a list of designated clearing procedures; I used it to launch the windows, remove the temporary directory;
- 2022-06-29 05:31:32下载
- 积分:1
-
确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。
如果通过单击链接而到达了该网页,请与网站管理员联系,通知他们该链接的格式不正确。
单击后退...
确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。
如果通过单击链接而到达了该网页,请与网站管理员联系,通知他们该链接的格式不正确。
单击后退按钮尝试另一个链接。
HTTP 错误 404 - 文件或目录未找到。
Internet 信息服务 (IIS)
--------------------------------------------------------------------------------
技术信息(为技术支持人员提供)
转到 Microsoft 产品支持服务并搜索包括“HTTP”和“404”的标题。
打开“IIS 帮助”(可在 IIS 管理器 (inetmgr) 中访问),然后搜索标题为“网站设置”、“常规管理任务”和“关于自定义错误消息”的主题。 -ensure that the browser address bar of the website address and spelling correct format. If by clicking the link and arrived at the website, please contact Webmasters, informing them of the link format is not correct. Click the Back button to try another link. HTTP error 404-file or directory not found. Internet Information Services (IIS)-------------------------------------------------------------------------------- technical information (for technical support staff) to Microsoft Product Support Services and Search "HTTP" and "404" title. Open the "IIS help" (available on the IIS Manager (i
- 2022-01-25 14:56:48下载
- 积分:1
-
CFile.Open()的使用说明
CFile file;
CFileException fe;
//打开文件
if(!file.Open(lpszPathName,CFile::modeRead|CFile::shareDenyWrite,&fe))
{
ReportSaveLoadException(lpszPathName,&fe,FALSE,AFX_IDP_FAILED_TO_OPEN_DOC);
return FALSE;
}
CFIIE类是MFC的文件类的基类,它直接提供无缓冲的二进制 磁盘I/O设备,并且通过它的派生类可以提供对text文件和内存文件的存取。CFILE与CArchive类一起提供对MFC序列化的支持。
- 2022-08-18 11:25:14下载
- 积分:1