-
Site traffic too, IIS use up a lot of resources, this is a small program to rest...
网站流量太大,IIS占用大量资源,这是个IIS重启小程序,可以自己设定时间,IIS重启约费时20秒-Site traffic too, IIS use up a lot of resources, this is a small program to restart IIS, you can set up their own time, IIS restart about 20 seconds time-consuming
- 2022-08-07 00:47:19下载
- 积分:1
-
Zhejiang University ACM algorithm and data structure internal training materials...
浙江大学ACM竞赛算法与数据结构内部培训资料,推荐-Zhejiang University ACM algorithm and data structure internal training materials, recommended
- 2022-07-14 14:37:43下载
- 积分:1
-
这是一个C语言的格式化工具,可以调整程序,保存程序…
这是一个C语言格式化工具,可以节省编程人员调整程序格式的时间,只要导入点击格式化就OK了。-This is a C language formatting tools, you can adjust the procedure to save programmers time format, as long as the import format click on OK.
- 2022-02-25 01:25:46下载
- 积分:1
-
USB接口虚拟示波器软件软件工程,打开即可运行
USB接口虚拟示波器软件软件工程,打开即可运行-USB virtual oscilloscope software engineering software, will be open operation
- 2022-02-24 19:42:53下载
- 积分:1
-
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈...
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈-Useful information on a drawing if you have similar trouble also upload information onto Kazakhstan
- 2022-04-19 03:37:36下载
- 积分:1
-
land certificate Print, Print collective land certificate. State
土地证打印,有集体土地证打印。国有土地证打证-land certificate Print, Print collective land certificate. State-owned land certificate playing cards!
- 2022-04-19 21:09:46下载
- 积分:1
-
ERwin的使用教程,非常好,本人就事看此教程入门的.
ERwin的使用教程,非常好,本人就事看此教程入门的.-ERwin use of tutorials, very good, I do look at this tutorial on getting started.
- 2022-02-05 04:20:35下载
- 积分:1
-
ZD-BS是一个基于asp+access的个人blog系统
程序特点:
1.数据结构合理,执行效率高
2.缓存优化,在资源和效率上充分考虑平衡
3.可定制能力强,并不是傻瓜式系统,如果需要,用户应当修改源码(参考下面使用说明)
4.开源,免费
用户admin密码admin
编辑注:这个版本是无数据库的,所以只能升级不能重新安装,(为方便新使用朋友在data目录下的数据库为1.2的可以正常使用.)只需要把原来zd-bs的数据库复制进去就可以了,链接参数等请修改config.asp。在IE6下后台的表格可能会出现width100%的bug-ZD-BS is based on asp+ Access personal blog system program characteristics: 1. A reasonable data structure to implement high efficiency 2. Cache optimization, efficiency in terms of resources and take full account of the balance 3. Customizable ability, not a fool system, if required, the user should modify source code (refer to the following instructions) 4. open source, free user admin password admin edit note: this version is no database, we can only upgrade can not be re-installed, (For the convenience of the new use friends in the data directory of the database for normal use can be 1.2.) only to the original database zd-bs copy into it, modify the link parameters config.asp. In IE6 the backgrou
- 2023-07-14 03:15:03下载
- 积分:1
-
改进后的高斯信号发生函数,可用于字符运算。
改进后的高斯信号发生函数,可用于字符运算。-Improved Gaussian signal, can be used for computing characters.
- 2022-01-26 05:12:57下载
- 积分:1
-
直接在内存运行PE
使用了PE加载技术、Hook技术用程序加载PE文件到内存并运行。当在内存中运行的程序,比如arp.EXE执行完之后就会退出,那结果是ExitProcess被调用,那将是我们主进程也结束,显然我们不希望这样。
处理办法:HOOK ExitProcess。问题来了,对MS的许多控制台程序,它们退出都是调用exit,所以如果HOOK ExitProcess, 那我们俩次在内存中运行arp.EXE之后就会死锁。所以对这类程序而言,不能H
OOK ExitProcess,只能HOOK msvcrt!exit。LOADER要加载一个EXE文件,这个EXE文件加载的地址是在0x400000。在我们LOADER的MAIN函数里面,这个地址已经被占用,而你是不能去Free这个地址
重新分布的,这样可能会导致程序崩溃,处理方法相见说明。
- 2022-01-21 18:51:40下载
- 积分:1