2014年3月30日

摘要: 先放几个官网链接:demo:http://alexgorbatchev.com/SyntaxHighlighter/manual/demo/使用说明(适合自己搭的博客):http://alexgorbatchev.com/SyntaxHighlighter/manual/installation.htmlthemes:http://alexgorbatchev.com/SyntaxHighlighter/manual/themes/brushes:http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/下载(3.0.83):http 阅读全文
posted @ 2014-03-30 13:12 timelyxyz 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 1. 下载bin文件,切忌oracle上现在下载到的旧版本的jdk的bin都是网页(执行会报错,见本文最后的截图),他们需要登录oracle后才能下载,所以我这里的url是从googlecode里觅来的。[root@localhost jdk1.6_32]# wget http://rfyiamcool.googlecode.com/files/jdk-6u32-linux-x64.bin2. 添加bin文件的执行权限[root@localhost jdk1.6_32]# chmod 777 jdk-6u32-linux-x64.bin3. 执行安装[root@localhost jdk1.6 阅读全文
posted @ 2014-03-30 10:34 timelyxyz 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 在Linux系统里有时候需要自己编译安装一些提供了源文件的软件,比如Nginx。一般编译的步骤是:configure -> make -> make install.1. configureconfigure是个shell脚本,用于检查当前安装平台的目标特征,比如是不是有cc或者gcc等编译器。configure的执行只需要bash或sh,不需要cc或gcc。另外,configure根据给定的参数和系统环境会生成Makefile控制代码,为第二步的编译作做准备。configure 后面的一些 option 参数,比如最常用的安装目录选项:$ ./configure --prefix 阅读全文
posted @ 2014-03-30 10:30 timelyxyz 阅读(793) 评论(0) 推荐(0) 编辑
摘要: 1. 安装关联程序[root@localhost opt]# yum search gcc[root@localhost opt]# yum install gcc-c++[root@localhost opt]# yum install make[root@localhost opt]# yum -y install zlib zlib-devel openssl openssl-devel pcre pcre-devel2. 下载Nginx[root@localhost files]# tar -zxvf nginx-1.4.7.tar.gz3. 配置Makefire[root@local 阅读全文
posted @ 2014-03-30 10:28 timelyxyz 阅读(175) 评论(0) 推荐(0) 编辑

导航