搜索资源列表
FileRelation2
- 这里用文件来做功能的说明,就是将编辑框中的内容保存为自己定义的后缀“.bing”,打开时只能打开后缀为“.bing”的文件,并将该文件的内容显示在Edit控件中,第一次运行程序后,程序在注册表中注册并将“.bing”文件和程序关联。当双击后缀为“.bing”的文件后,会自动运行改程序,并将该文件的内容显示在Edit控件中。程序路径改变后,在运行一次程序,该车姑娘徐将自动修改注册表里响应的路径来关联文件。-Function here to do with the file descr iption
rxdos_sources
- This material was created as a published version of a DOS quivalent product. This program logically functions in the same way as MSDOS functions and it is internal data structure compliant with MSDOS 6.0 -This material was created as a published v
start-stop
- shell编程,shell简单实用而且很强大,用SHELL实现程序的start、stop、restart。-shell programming, shell simple and practical and very powerful program with the SHELL achieve start, stop, restart.
HigherOrderPerl
- 一本有关perl变成的经典教程,由As a programmer, your bookshelf is probably overflowing with books that did nothing to change the way you program . . . or think about programming.-Perl into a book about the classic tutorial from As a programmer, your bookshelf is
log-analyz
- analyze the log file with plain text format, couting the number of the "error" log items. This program is written using Perl.
97a614fa66ed72b89e514696
- 想用vbs来控制鼠标的移动和点击,虽然按键精灵可以做到,但做这么简单的事情不想启动那么大一个程序,所以自己用VC写了一个小程序,可以让VBS来控制鼠标移动和点击。 用法: 移动鼠标到桌面坐标200,50的vbs命令如下: CreateObject("Wscr ipt.Shell").Run "mouse.exe m,200,50" 点击鼠标左键的vbs命令如下: CreateObject("Wscr ipt.Shell").Run "mouse.exe
sc-RO
- 运行sc-RO.bat后 1.程序会按照系统时间,将"copyfile" 复制一份并重命名为当前日期格式的文件夹,日期格式为"YYYYMMDD"。 2.如果新文件夹已复制,程序会监测是否存在"finish"的文件,如果不存在,则进行路由表获取,(获取完成后,获取窗口会停留在当前状态,点击一下便可消失)获取完成后生成"finish"文件。 3.返还sc-RO.bat窗口,会提示"请按任意键继续. . ." 程序后台运行文件对比程序,完成后弹出对比结果文件"fccheck.log"。-
tcp
- shell脚本编程,生成TCP活动状况报告 netstat --statistics --tcp命令可以列出tcp统计信息。编写shell脚本程序,每隔1分钟生成1行信息:当前时间;这一分钟内TCP发送了多少报文;接收了多少报文;收发报文总数;行尾给出符号+或-或空格(+表示这分钟收发报文数比上分钟多,收发报文数相同用空格,否则用符号-) -Shell scr ipting, TCP activity report generation The netstat--statist
Black-hat-seo-Baidu-spider-hijacking
- 黑帽seo百度蜘蛛劫持视频教程带程序,快速排名,百度权重劫持,百度快照劫持-Black hat seo Baidu spider hijack video tutorials with the program, fast ranking, Baidu weights hijacking, Baidu snapshot hijacking
parameters
- he following program was written to prove that character transliteration could be done with a user-level function. This program is not as complete as the system tr utility but it does most of the johe following program was written to prove that chara
main2.c
- Shell of linux simulator. Program with principal things of Operating Systems subject implement