最近因为要写新的mobile site页面,有好几个页面上面必须用到photo
slider。使用插件:/** Swipe 2.0** Brad Birdsall* Copyright 2013, MIT
License**/Github:https://github.com/thebird/Swi...
分类:
Web程序 时间:
2014-05-10 08:32:41
阅读次数:
453
系统配置为Centos 5.5
x85版,使用yum安装httpd对于没有安装vim的,可以使用此命令安装: yum -y install
vim-enhanced配置httpd.conf文件: vim
/etc/httpd/conf/httpd.conf(1)指定apache的监听对应端口,如图示...
分类:
其他好文 时间:
2014-05-10 08:31:44
阅读次数:
340
打开 /etc/httpd/conf/httpd.conf 文件修改两个地方 #Listen
12.34.56.78:80 Listen 80 #把80改为你设置的端口,我设置端口为5555 Listen 5555 NameVirtualHost
*:80 #把80改为你设置的端口,我设置端口为55...
分类:
其他好文 时间:
2014-05-10 08:07:15
阅读次数:
284
yum install policycoreutils-python
分类:
其他好文 时间:
2014-05-10 07:59:06
阅读次数:
163
#增加软连接ln -s /usr/local/git/bin/* /usr/bin/
分类:
其他好文 时间:
2014-05-09 23:26:47
阅读次数:
313
CentOS的yum源中没有git,只能自己编译安装,现在记录下编译安装的内容,留给自己备忘。确保已安装了依赖的包yum
install curl yum install curl-devel yum install zlib-devel yum install
openssl-devel yum ...
分类:
其他好文 时间:
2014-05-09 22:59:31
阅读次数:
391
CentO中把vsftpd安裝配置好了,以為大功告成,但用FTP 登入出現下錯誤:500
OOPS: cannot change directoryCentOS系統安裝了SELinux,因為預設下是沒有開啟FTP的服務。//查看SELinux設置#
getsebool -a|grep ftpftp_...
分类:
其他好文 时间:
2014-05-09 22:59:08
阅读次数:
351
出于工作需要,定制CentOS内核,以改进TCP的传输效率,如何改进这里暂且不提,下面重点讲解如何获取源码,编译。...
分类:
其他好文 时间:
2014-05-09 21:48:43
阅读次数:
492
版本:1.0.0-beta
作者:石硕
更新:2014-04-30 15:51:40
============================================================
Linux拥有众多的发行版,每个发行版都有提供镜像,但是,在国内这些镜像的下载速度参差不齐,
偶尔会有更新失败的情况。
网上众多推荐的镜像源为163的镜像,笔者通过一段...
分类:
系统相关 时间:
2014-05-09 21:06:04
阅读次数:
382
1. 确保安装的 fiddler 是最新的 beta 版本,安装地址
http://www.getfiddler.com/dl/Fiddler2BetaSetup.exe2. 关闭 fiddler3. 下载并安装 fiddler
证书生成器 FiddlerCertMaker.exe (注:fiddl...
分类:
移动开发 时间:
2014-05-09 20:10:37
阅读次数:
432