码迷,mamicode.com
首页 >  
搜索关键字:fast cgi    ( 6078个结果
Apache ab 测试工具使用(一)
简述:试用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
solr源码导入eclipse
(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 + Tomcat集群配置详解 (1)
一、软件准备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
Python WSGI开发随笔
本文记录学习WSGI时的一些知识点,值得后续学习中注意。 wsgi应用接口只要是一个可调用的对象就行,这个可调用的对象需要:1. 接受两个位置参数: a. 包含CGI形式变量的字典; b. 应用调用的回调函数,该回调函数的作用是将HTTP响应的状态码和header返回给server。2. ...
分类:编程语言   时间:2014-11-09 18:02:12    阅读次数:212
HDU 4965 Fast Matrix Calculation 矩阵乘法 乘法结合律
一种奇葩的写法,纪念一下当时的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
Selection Sort
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
使用Eclipse搭建Struts2框架
本文转自http://blog.csdn.net/liaisuo/article/details/9064527今天在Eclipse搭建了Struts2 框架,并完成了一个很简单的例子程序。搭建好的全局图如下:第一步:在http://struts.apache.org/download.cgi下载S...
分类:系统相关   时间:2014-11-08 23:34:14    阅读次数:303
笔记Clustering by fast search and find of density peaks
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
ORB特征点检测
Oriented FAST and Rotated BRIEF这篇文章我们将介绍一种新的具有局部不变性的特征 —— ORB特征,从它的名字中可以看出它是对FAST特征点与BREIF特征描述子的一种结合与改进,这个算法是由Ethan Rublee,Vincent Rabaud,Kurt Konolig...
分类:其他好文   时间:2014-11-08 18:05:09    阅读次数:366
Linux下apache服务器安装,sqlite安装,apache启动,关闭,重启,编写cig程序进行测试,浏览器访问cig程序
?? 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!