ThinkAndroid简介ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架,其开发宗旨是简单、快速的进行Android应用程序的开发,包含Androidmvc、简易sqliteorm、ioc模块、封装Androidhttpclitent的http模块,具有快速构建文件缓存功能,无需考虑..
分类:
移动开发 时间:
2014-10-11 02:46:45
阅读次数:
341
修改host文件: 使用ab做性能测试: E:\Apache2.2\bin>ab -n1000 -c100 http://bbs.ct.gd/
分类:
Web程序 时间:
2014-10-11 02:22:24
阅读次数:
165
打开..\wamp\bin\apache\apache2.4.9\conf\httpd.conf配置文件, <Directory "c:/wamp/www/"> ??? # ??? # Possible values for the Options directive are "None", "All", ??? # or any combination o...
分类:
其他好文 时间:
2014-10-09 21:14:58
阅读次数:
30595
Debian's default Apache2 installation attempts to make adding and
removing modules, virtual hosts, and extra configuration directives as
flexible as...
分类:
其他好文 时间:
2014-10-09 14:46:34
阅读次数:
237
一句命令:sudo apt-get install apache2产生的启动和停止文件是:/etc/init.d/apache2 启动:sudo apache2ctl -k start 停止:sudo apache2ctl -k stop 重新启动:sudo apache2ctl -k res...
分类:
其他好文 时间:
2014-10-08 17:51:55
阅读次数:
284
一、改动httpd.conf打开appserv的安装文件夹,找到httpd.conf文件,分别去掉以下两行文字前面的#号。#LoadModule vhost_alias_module modules/mod_vhost_alias.so去掉#意思是启用apache的虚拟主机功能。#Include c...
分类:
其他好文 时间:
2014-10-07 13:24:13
阅读次数:
223
源码安装index.html的目录[root@localhost htdocs]# vim /usr/local/apache2/htdocs/index.html It works!在线安装index.html的目录[root@localhost html]# vim/var/www/html/i...
分类:
Web程序 时间:
2014-10-07 01:21:32
阅读次数:
880
第一种: sudo?apt-get?install?apache2?php5?mysql-server?php5-mysql 第二种: sudo?tasksel?install?lamp-server
分类:
其他好文 时间:
2014-10-06 21:47:51
阅读次数:
214
[root@localhost ~]# vim -n /usr/local/apache2/conf/httpd.conf 1 # 2 # This is the main Apache HTTP server configuration file. It contains ...
分类:
其他好文 时间:
2014-10-06 02:15:19
阅读次数:
1733
ubuntu下的虚拟主机的配置相对window下的虚拟主机配置有些许不同。 对于要新建的虚拟主机,我们可以有如下几个步骤: 1.在/etc/apache2/sites-available/目录下新建一个你要配置主机的文件,打开他,进行配置:sudo vi /etc/apache2/sites...
分类:
其他好文 时间:
2014-10-05 20:57:18
阅读次数:
226