简述:试用apache ab测试工具下载点http://httpd.apache.org/download.cgi参考:http://jingyan.baidu.com/article/e3c78d647a57833c4c85f502.htmlab的参数说明-n 需要执行的请求次数-c 并发的数量-...
分类:
Web程序 时间:
2014-11-10 17:22:40
阅读次数:
295
(1)相应的开发环境准备 (1)jdk1.6+的安装和环境变量配置(命令行敲java和javac,检验) (2)ant1.8+的安装和环境变量配置(命令行敲ant -v检验) http://ant.apache.org/bindownload.cgi (3)sol...
分类:
系统相关 时间:
2014-11-10 16:59:18
阅读次数:
283
一、软件准备Apache 2.2 :http://httpd.apache.org/download.cgi,下载msi安装程序,选择no ssl版本Tomcat 6.0 :http://tomcat.apache.org/download-60.cgi,下载Tomcat 6.0.18 zip文件注...
分类:
Web程序 时间:
2014-11-10 11:47:45
阅读次数:
219
本文记录学习WSGI时的一些知识点,值得后续学习中注意。 wsgi应用接口只要是一个可调用的对象就行,这个可调用的对象需要:1. 接受两个位置参数: a. 包含CGI形式变量的字典; b. 应用调用的回调函数,该回调函数的作用是将HTTP响应的状态码和header返回给server。2. ...
分类:
编程语言 时间:
2014-11-09 18:02:12
阅读次数:
212
一种奇葩的写法,纪念一下当时的RE。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 1...
分类:
其他好文 时间:
2014-11-09 17:50:08
阅读次数:
214
Red is current min. Yellow is sorted list. Blue is current item.(picture from wikipedia, a little too fast)10 numbers. Sort as ascend.1. Find the min ...
分类:
其他好文 时间:
2014-11-09 16:40:27
阅读次数:
225
本文转自http://blog.csdn.net/liaisuo/article/details/9064527今天在Eclipse搭建了Struts2 框架,并完成了一个很简单的例子程序。搭建好的全局图如下:第一步:在http://struts.apache.org/download.cgi下载S...
分类:
系统相关 时间:
2014-11-08 23:34:14
阅读次数:
303
We propose an approach based on the idea that cluster centers are characterizedby a higher density than their neighbors and by a relatively large dist...
分类:
其他好文 时间:
2014-11-08 18:16:04
阅读次数:
436
Oriented FAST and Rotated BRIEF这篇文章我们将介绍一种新的具有局部不变性的特征 —— ORB特征,从它的名字中可以看出它是对FAST特征点与BREIF特征描述子的一种结合与改进,这个算法是由Ethan Rublee,Vincent Rabaud,Kurt Konolig...
分类:
其他好文 时间:
2014-11-08 18:05:09
阅读次数:
366
??
1
安装ubuntu 14.04 64位操作系统
2
安装apache和sqllite以及依赖的sqllite开发库
3
配置目录
/etc/apache2
4 html页面目录 var/www/
5 cgi-bin目录
/usr/lib/cgi-bin
6
日志文件:/var/log/apache2
...
分类:
数据库 时间:
2014-11-08 13:42:43
阅读次数:
261