-
loaddir
1、列出目录下的文件夹和文件,以文件夹在前,文件在后的方式显示 2、可以打开目录进入二级或N级目录 3、可以删除文件及文件夹 4、可以移动文件,如果指定文件夹不存在,将会被创建 (1 Lists folders and files under the directory to the previous folder, file after the display 2, you can open the directory into the secondary or N 3 level directory, you can delete files and folders 4, you can move files, If the specified folder does not exist, it will be created)
- 2016-08-08 21:46:58下载
- 积分:1
-
20120921
用Perl来检索txt文档中信息,生成excel的文档,前提是格式相同,用来生成测试结果的(This script will analysis the test cases and generate an bat report.)
- 2012-12-11 15:17:42下载
- 积分:1
-
kaiguand
开关灯的源文件和帮助文件,实现用代码控制灯泡的开灯关灯(Light switch program)
- 2015-12-20 17:34:39下载
- 积分:1
-
drill
钻孔设计文件,可以自动计算钻孔和焊盘的设计尺寸(Drilling design files can be automatically calculated and drilling pad design size)
- 2016-05-30 07:27:21下载
- 积分:1
-
C-read-write-excel
利用c语言读取和写入excel,代码简单易懂,可以让你很容易学会(Using c language written excel, simple and easy to understand code that allows you to easily learn)
- 2014-06-11 23:49:02下载
- 积分:1
-
php 导入导出Excel表 实例源码(PHPExcel)
php 导入导出Excel表 实例源码(PHPExcel)
- 2014-08-07下载
- 积分:1
-
VChelper
一本不错的VC开发帮手,可以随时查找VC中的函数等内容,使VC开发变得简单。(A good helper of the development of the VC, you can always find the contents of the function of the VC and VC development easier.)
- 2012-06-11 17:06:55下载
- 积分: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
-
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
-
second
在数字通信系统中可靠与快速往往是一对矛盾,为了解决可靠性,(In a digital communication system is reliable and fast tend to be a pair of contradictions, in order to solve the reliability,)
- 2017-04-01 04:02:55下载
- 积分:1