登录
首页 » PHP » wenjianguanliqi

wenjianguanliqi

于 2012-09-04 发布 文件大小:59KB
0 299
下载积分: 1 下载次数: 3

代码说明:

  文件管理器,支持测试,很好的很专业,一定不要错过啦(File Manager, support testing, very good professional, must not miss!)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 629735
    On starting an EXE program, DS and ES point to the PSP()
    2018-05-14 13:42:19下载
    积分:1
  • CB3000.Designer
    Conf File for CB3000
    2009-06-30 20:19:06下载
    积分:1
  • tool
    windows xp字库提取并可以转化成任意用于显示屏显示的点阵(windows xp font extraction and can be converted into arbitrary for the display shows the lattice)
    2012-06-25 10:11:49下载
    积分:1
  • bample
    这是一个基于VB编程的运动控制卡示例程序,可以学习(This is a movement control CARDS sample program based on VB programming, can learn)
    2017-03-22 18:25:02下载
    积分: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
  • FileSplitter
    文件的分割,可以将任何文件分割成几个部分(The segmentation of the file, any file can be split into several parts)
    2012-02-10 11:35:22下载
    积分:1
  • ExcelFormat_src
    C++中对EXCEL的操作,包含绝大部分EXCEL的功能,如单元格格式操作等。(There has been the C++ project BasicExcel for quite some years now. It is very useful to read and write Excel sheets in .xls format. However, it contains only very basic functionality. There are missing features like text formatting using fonts, and display formats and formulas are not yet supported. This article covers this additional functionality. The new, derived project ExcelFormat is based on the old BasicExcel code, and just adds what I was missing for my own needs. If you want to see where I am using the new library, you can look at the Export functions of Service Manager and Uninstall Manager.)
    2020-07-09 17:48:55下载
    积分:1
  • 248547
    设置XP开机画面源码例程,程序演示了修改启动INI文件设置XP开机画面的功能。(Set XP boot screen code samples that demonstrate the program to modify the INI file settings XP startup splash screen functionality.)
    2016-11-01 10:05:54下载
    积分:1
  • ReadingFromAText
    从一个test file中定位需要查找的内容 (From a test file in the location need to search the contents of)
    2008-06-30 05:12:42下载
    积分:1
  • string_search.tar
    在一个目录下,查找包含指定字符串的行. 具体实在一些C++和C的文件,包括头文件和源码文件(in a directory,find the lines which include the special string)
    2014-04-05 20:38:39下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载