1

Comments

下了一个最新版的UCenter 1.5在windows7下安装,结果试了很多次都没成功。

我的服务器用的是WampServer Version 2.0,版本还算是比较新吧。php 5.3.0,Mysql 5.3.16,Apache 2.2.11。

每次填完数据库的信息后总是跳转到错误页面,报500错误。

(全文..)

< ,, >
0

Comments

我装的是xampp-1.7.1,这个组件包比较好用。现在开发需要用memcache,从网上搜了一下关于在xampp里添加组件的不多。只能自己想办法了。

1、先用yum把memcache装在机器上,我机子本身有一套apache,不过没有也无所谓,反正用不到。
yum install memcached php-pecl-memcache
(全文..)

< ,,, >
0

Comments

今天帮一个同事搭建虚拟主机,/etc/hosts 和httpd.conf都设置好了却不能访问,报500错误。
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
(全文..)

< ,, >

常用SVN命令整理

0

Comments

1、svn checkout Path 从版本库取出一个工作拷贝(path是服务器上的目录)
例如:svn checkout svn://**.**.**.**/svn/lc (会将lc文件夹里的文件全部下载)
简写:svn co
(全文..)

< , >
0

Comments

必须软件:subversion包 和 svn客户端(如TortoiseSVN,RapidSVN,eSVN等)

1 安装服务器
#apt-get install subversion
安装完成以后,要测试是否已经安装成功,则要输入以下命令:
[root@localhost root]#svnserve –version
若显示版本号等,安装成功. (全文..)

< ,, >