-
61727210
包含了泛型,枚举,静态导入,自动装箱拆箱,foreach,可变参数,反射等知识()
- 2017-10-13 20:31:07下载
- 积分:1
-
api2con
将空气质量指数转化为污染物浓度(二氧化硫,二氧化氮和颗粒物浓度)的小程序(convert API to concentration)
- 2011-01-24 15:36:37下载
- 积分:1
-
BX-5U0-25Q16BVS1G
BX-5U0 25Q16BVS1G.bin不小心损坏了后,可用这个文件恢复BX-5U0库文件(BX-5U0 25Q16BVS1G.bin accidentally damaged, the available file recovery BX-5U0 library files)
- 2013-11-25 06:25:07下载
- 积分: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
-
File_BinaryToText
实现二进制文件到文本文件的转换,提供目录选择,输出文件目录选择(To achieve binary file to a text file conversion)
- 2011-07-26 14:16:21下载
- 积分:1
-
word
可以把word表格转为数据库需要的格式文件(Word forms can be converted into the format required by the database file)
- 2013-08-06 10:29:13下载
- 积分:1
-
foresuncheck
说明: VC实现的曲线图形显示库,很适合作历史曲线显示。需要做历史曲线对比的可以参考下哈。(VC graphics library to achieve the curve, it is suitable for the historical curve display. History needs to be done under the curve of contrast can refer to Kazakhstan.)
- 2011-02-27 01:04:04下载
- 积分:1
-
8548CDS_init
8548E 配置文件( 8548E config)
- 2013-11-28 13:11:21下载
- 积分:1
-
logger
说明: 日志模块,日志记录,适用于所有程序,可直接调用。(Logging module, log recording)
- 2020-06-20 19:40:02下载
- 积分:1
-
ReplaceFileName
ReplaceFileName,批量文件名更改 ,批量文件名更改(ReplaceFileName, Bulk file name changes, batch file name change)
- 2008-04-04 23:56:23下载
- 积分:1