-
2101265
内容标识功能,可以为任何内容加上任何数量的标签()
- 2018-05-15 05:33:25下载
- 积分:1
-
CSharp-Word
C#对Word的常用操作,希望对你有所帮助。(C# on the Word of common operations)
- 2010-05-15 16:12:55下载
- 积分:1
-
SMARTSRC
源码演示了如何读取S.M.A.R.T硬盘信息的方法,并且将读出的硬盘信息保存于一个INI文件中。(This is very simple program which communicates with the Hard drive to get the information using S.M.A.R.T. available within the hard drive. )
- 2009-05-02 20:11:00下载
- 积分:1
-
cSharp_INI
C#如何操作注册表的例程,如何操作ini文件,修改、存储等(C# how to operate the registry routines, how to operate the ini file, modify, store, etc.)
- 2015-03-17 20:42:41下载
- 积分:1
-
php 文件操作 示例(递归删除目录)
//递归删除目录function deletedir($dir){$handle = opendir($dir); while(false !==($file=readdir($handle))){ if($file!=="."&&$file!==".."){ //排除当前目录与父级目录 $file=$dir .DIRECTORY_SEPARATOR. $file; if(is_dir($file)){ deletedir($file); }else{ @unlink($file);} } } @rmdir($dir) ; closedir($hadnle) ;}
- 2014-07-01下载
- 积分:1
-
444
近在眼前
程序功能:打开保存系统浏览文件夹对话框。
程序过程:在注册表中读写文件夹路径。
程序支持:需要 操作系统界面功能支持库 XP风格界面库 的支持(Sight program features: Browse for Folder dialog box to open the save system. The procedural process: read and write files in the registry folder path. The program Support: need the operating system interface functions support libraries XP style interface library support)
- 2013-03-06 19:40:37下载
- 积分:1
-
cExcel
微软的Excel对象模型包括了128个不同的对象,从矩形,文本框等简单的对象到透视表,图表等复杂的对象.下面我们简单介绍一下其中最重要(VC Read Excel)
- 2016-05-21 09:42:15下载
- 积分:1
-
poi-bin-3.8-20120326.tar
poi导出Excel jar 下载对以有很大帮助(poi export Excel jar Download a great help to have)
- 2012-10-26 20:59:01下载
- 积分:1
-
miller
本文件用去具体阐述米勒码的编码方法与具体源代码(The file can tell the way of miller code encoding and the specific codes of miller code to technology people)
- 2014-02-17 17:35:05下载
- 积分:1
-
iniparse
配置文件INI 解析,读取INI文件,修改INI文件,新增INI文件远吗,测试通过(Configuration file INI parsing, read the INI file, modify the INI file, add the INI file far, test)
- 2021-04-13 11:38:56下载
- 积分:1