搜索资源列表
aspcheck
- ASP探针。以Ajiang和COCOON的ASP探针的代码为原型,主要探测内容:服务器有关参数,服务器组件情况,服务器运算能力,服务器磁盘信息,服务器连接速度 -ASP probe. Ajiang and Cocoon to the ASP code for the probe prototype detection major elements : server parameters, the server components, server computing, the server di
asp探针
- 主要探测内容: 1、服务器基本信息; 2、服务器组件支持情况; 3、服务器磁盘信息; 4、当前文件夹信息; 5、服务器脚本解释和执行速度; 6、罗列服务器环境变量; 7、服务器安全性检测。-principal exploration : a server basic information; 2, the server component of support; 3, the server disk; 4, the current folder information; 5, the serve
b-check
- 探测信息最多的PHP探针,除一般的信息外,还提供了探测CUP信息,磁盘信息,网络速度测试等。-PHP to detect the largest number of probe information, in addition to general information, also provided information to detect CUP, disk information, network speed test.
ASPtanzhen
- ASP探针主要探测内容: 1、服务器基本信息; 2、服务器组件支持情况; 3、服务器磁盘信息; 4、当前文件夹信息; 5、服务器脚本解释和执行速度; 6、罗列服务器环境变量; 7、服务器安全性检测。-ASP main detection probe: 1, basic information server 2, the server component to support the situation 3, server disk information 4,
FilesClient
- 可以与远程建立SOCKET连接下载网络上的文件写入到本地硬盘,可以下载本地文件,并并显示下载速度-SOCKET connection with the remote set up to download the file on the network to write to the local hard disk, you can download a local file, and displays the download speed and
aspcheck
- 主要探测内容: 1、服务器基本信息; 2、服务器组件支持情况; 3、服务器磁盘信息; 4、当前文件夹信息; 5、服务器脚本解释和执行速度; 6、罗列服务器环境变量; 7、服务器安全性检测。-Main probe: 1, the basic server information 2, the server component to support the case 3, server disk information 4, the current f
ASPCHECK
- 探针。探索服务器硬件、软件环境。 ASPCHECK.asp ASP探针 ========================= 开发环境:Visual InterDev 6.0 运行环境:Microsoft IIS 4.0 或更高版本 主要探测内容: 1、服务器基本信息; 2、服务器组件支持情况; 3、服务器磁盘信息; 4、当前文件夹信息; 5、服务器脚本解释和执行速度; 6、罗列服务器环境变量; 7、服务器安全性检测。-Pr
ASPtzhen
- 主要功能: 服务器概况、组件支持情况、内存变量、环境参数检测 连接速度测试、磁盘信息和速度测试、脚本运算能力测试 服务器安全评价 -Main functions: the server overview of the components supported memory variable environmental parameters detect connection speed test, disk information and the speed test scr i
totsearch_v3.3
- 淘特站内搜索引擎是由淘特JSP搜索引擎发展而来,系统基于Lucene.Net核心,通过高效的中文分词算法将数据库中内容进行分析、索引并保存至硬盘中。前台搜索时,通过读取索引文件查询,避免了传统数据库查询在高并发及海量数据下的性能问题。因前台搜索不在连接数据库,为不希望数据库放到前台的特殊用户群体提供了数据快速查询解决方案。 淘特站内搜索引擎(C#版)v3.3更新内容: 1、解决生成的文件链接始终是第一个的错误 2、解决GbK编码搜索程序Default_Gbk.aspx下一页链接错误的
9ganphp_build
- 目前功能最强大,界面最清爽的PHP探针 2012-04-13 增加以下功能: 1. 增加显示硬盘使用状态 2. 增加网速测试 3. 增加实时更新显示系统负载和内存硬盘使用状态 -At present the most powerful, the most refreshing interface PHP probe 2012-04-13 add the following features: 1 add to show the use of the state of
lisvbbs
- Lisvbbs是一套基于PHP+Mysql架构的开源产品,能够有效应付千万并发的大型社区平台软件。lisvbbs将动态的页面全部生成高速的文件缓存,存放于硬盘内,这种方式无异于将动态php生成静态html,但又比生成html灵活得多,省去了生成html所消耗的服务器资源,从而使论坛的整体性能得到了大幅度提高。lisvbbs前身是本站历经两年为新加坡华人《星河论坛》及中国华南《木棉论坛》所提供的社区平台,经过了无数次大型的并发数考验,匀能安全而稳定地运行,现在开放版的《丽物论坛》全功能提供给有需要
qtxtdbp
- 特征: 标准的CRUD操作; 支持搜索; 速度快。 与其他文本数据库的主要区别: 不同于其他任何文本数据库,QTxtDB仅对需要的记录进行操作,不会为了一条记录而完全重写整个文本文件。大大提高了效率。 采用固定长度字段,方便记录的删除、更新。(为了速度,牺牲一点点硬盘空间是值得的。)-features: Standard CRUD operation Support search Fast speed. Main differences wi
shuijing-cpu-java
- 用类描述计算机中CPU的速度和硬盘的容量。要求Java应用程序有4个类,名字分别是PC、CPU、HardDisk和Test,其中Test是主类。 PC类与CPU和HardDisk类关联的UML图如下: 其中,CPU类要求getSpeed()返回speed的值,要求setSpeed(int m)方法将参数m的值赋值给speed。HardDisk类要求getAmount()返回amount的值,要求setAmount(int m)方法将参数m的值赋值给amount。PC类
PC
- CPU类要求getSpeed()返回speed的值,要求setSpeed(int m)方法将参数m的值赋值给speed。HardDisk类要求getAmount()返回amount的值,要求setAmount(int m)方法将参数m的值赋值给amount。PC类要求setCPU(CPU c)将参数c的值赋值给cpu,要求setHardDisk(HardDisk h)方法将参数h的值赋值给HD,要求show()方法能显示cpu的速度和硬盘的容量。(The UML diagrams associa