浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年9月6日

摘要: 我们需要再造一些概念,soa,agile,智慧的地球,agile好多年了,期待it界的达人,营销界的高手,跨界组合,再创辉煌,o yeah 阅读全文
posted @ 2010-09-06 22:40 lexus 阅读(175) 评论(0) 推荐(0)

摘要: 主要是上线了资讯板块,这个板块使用后台生成静态化文件来操作,首页,列表页,还有详细页。另外更改编码从gb18030到gbk和gb2312上线后使用这个线上gzip工具测试了一下是否支持gzip压缩传输,这个工具还是不错的,之前用过国外,还是这个用的详细,亲切。http://www.abans.cn/tool/gzip?site=http://www.15-1688.com/news/index.h... 阅读全文
posted @ 2010-09-06 19:20 lexus 阅读(227) 评论(0) 推荐(0)

摘要: sudo easy_install elixirsudo easy_install PyRSS2Gensudo easy_install beakersudo apt-get install libevent-devsudo easy_install geventsudo apt-get install python-MySQLdb 阅读全文
posted @ 2010-09-06 15:22 lexus 阅读(163) 评论(0) 推荐(0)

摘要: http://projects.unbit.it/uwsgi/wiki/uWSGIDjangoApp 阅读全文
posted @ 2010-09-06 14:59 lexus 阅读(155) 评论(0) 推荐(0)

摘要: 源码安装nginx就面临这样的麻烦,不能使用service nginx restart 来重启nginx,没办法只能重新加载下nginx.#/usr/local/nginx/sbin/nginx -s reload 阅读全文
posted @ 2010-09-06 14:25 lexus 阅读(152) 评论(0) 推荐(0)

摘要: http://www.cnblogs.com/benio/archive/2010/07/27/1786208.html 阅读全文
posted @ 2010-09-06 14:25 lexus 阅读(180) 评论(0) 推荐(0)

摘要: #user nobody;worker_processes 1;error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;pid logs/nginx.pid;worker_rlimit_nofile 10240;events { use epoll; worker_connec... 阅读全文
posted @ 2010-09-06 12:14 lexus 阅读(237) 评论(0) 推荐(0)

摘要: http://www.hostloc.com/redirect.php?fid=45&tid=2473&goto=nextnewset 阅读全文
posted @ 2010-09-06 11:20 lexus 阅读(140) 评论(0) 推荐(0)

摘要: http://www.lockice.com/blog/2010/03/nginx-gzip-static-commpress.htmlnginx gzip 静态文件压缩nginx gzip 静态文件压缩能很大程度上提高网站的访问速度,但是文件的压缩会占用很大的内存,如果将网站的静态的文件提前用gzip压缩后再配置nginx的rewrite规则来转向到压缩后的文件将会对网站的性能有很大的提高。思路... 阅读全文
posted @ 2010-09-06 09:49 lexus 阅读(1449) 评论(0) 推荐(0)

摘要: Nginx 自从 0.7.53 版本之后新增了一些命令行参数,请看:[oschina@liubc oschina]$ /opt/ngx/sbin/nginx -hnginx version: nginx/0.8.45Usage: nginx [-?hvVt] [-s signal] [-c filename] [-p prefix] [-g directives]Options: -?,-h : ... 阅读全文
posted @ 2010-09-06 09:46 lexus 阅读(1086) 评论(0) 推荐(0)

摘要: Ubuntu支持GBK,GB2312编码2009-09-19 11:48修改/var/lib/locales/supported.d/local文件,在文件中添加zh_CN.GBK GBKzh_CN.GB2312 GB2312sudo dpkg-reconfigure --force locales然后在输出的结果中会出现zh_CN.GB2312 donezh_CN.GBK done1)为gli... 阅读全文
posted @ 2010-09-06 08:40 lexus 阅读(785) 评论(0) 推荐(0)

摘要: error_page 404 500 502 503 504 /500.html; # redirect server error pages to the static page /50x.html # #error_page 500 502 503 504 /50x.html; location = /500.html { root /home/mlzboy/my/idea2/search... 阅读全文
posted @ 2010-09-06 07:53 lexus 阅读(319) 评论(0) 推荐(0)

摘要: http://motian.org/post/ubuntu-10-04-install-552.html 阅读全文
posted @ 2010-09-06 00:10 lexus 阅读(311) 评论(0) 推荐(0)