安装php扩展软件#哈稀函数库[root@localhost~]#tar-zxvfmhash-0.9.9.9.tar.gz[root@localhostmhash-0.9.9.9]#cdmhash-0.9.9.9[root@localhostmhash-0.9.9.9]#./configure[root@localhostmhash-0.9.9.9]#make[root@localhostmhash-0.9.9.9]#makeinstall#处理中文各种编码之间的..
分类:
其他好文 时间:
2014-08-06 19:29:22
阅读次数:
286
最近刚接触ubuntu和apache,第一次配置就被apahce搞到完全崩溃,跟着网上的配置修改apache的charset和apache2.conf以后,开始出现访问http://localhost然后直接让下载的提示:"you have chosen to open",怎么找都没找到问题到底载哪...
分类:
其他好文 时间:
2014-08-06 14:42:41
阅读次数:
196
由于前几天重装了Mac的系统,准备接下来把一些必需的实验环境都搭建起来。这里简单总结一下在Mac OS X上部署Tomcat应该注意的事情:
下载Tomcat的对应版本,如http://tomcat.apache.org/download-70.cgi里面的zip。下载在希望部署的目录下解压。这里需要解决两个问题,一个是脚本的权限问题。在终端中定位到tomcat目录下,输入
sudo ...
分类:
其他好文 时间:
2014-08-06 11:53:11
阅读次数:
151
此笔记是学习Maven时自己摸索+各种百度而来,并非全部原创,望与各位一同学习,勿拍~勿拍~安装步骤: 1.下载Maven的最新版本,地址:http://maven.apache.org/download.cgi 2.将下载完成的压缩包放至D盘根目录(图方便,一会儿安装完再删就好) 3...
分类:
其他好文 时间:
2014-08-05 22:06:10
阅读次数:
251
目录CGI--URL--—————————————————————分割线———————————————————————CGI——通用网关接口(CommonGatewayInterface/CGI)是一种重要的互联网技术,可以让一个客户端,从网页浏览器向执行在网络服务器上的程序请求数据。CGI描述了客...
分类:
其他好文 时间:
2014-08-04 21:07:37
阅读次数:
284
1.web应用元素a.成员:web浏览器web服务器b.行为:web请求:请求内容:静态内容:如html文件,图像。动态内容:需服务器运行一个程序进而做出响应。网关接口&CGI脚本:标准化的生成动态内容的过程__网关接口,符合网关接口标准的程序__CGI脚本。web响应:2.web应用:MVC模式好...
分类:
编程语言 时间:
2014-08-04 17:34:47
阅读次数:
210
1cs3157 – Advanced ProgrammingSummer 2014, Project 1, 150 pointsJune 17, 2014Follow these step-by-step instructions. This homework must be submitted e...
分类:
编程语言 时间:
2014-08-04 10:48:57
阅读次数:
361
1Columbia Universitycs3157 – Advanced ProgrammingSummer 2014, Lab #2, 60ish pointsJune 9, 2014Follow these step-by-step instructions. This lab must be...
分类:
编程语言 时间:
2014-08-04 10:46:47
阅读次数:
356
1Columbia Universitycs3157 – Advanced ProgrammingSummer 2014, Lab #3, 40 pointsJune 10, 2014This lab is due June 23rd 11:59 pm.? lab in C. We will be ...
分类:
编程语言 时间:
2014-08-04 10:43:57
阅读次数:
271
sudo apt-get install apache2sudo apt-get install php5sudo apt-get install php5-mcrypt需要开启 mod_rewrite 模块修改 apache2 的配置文件 /etc/apache2/apache2.conf为 la...
分类:
其他好文 时间:
2014-08-04 01:51:56
阅读次数:
309