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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 585 586 587 588 589 590 591 592 593 ··· 630 下一页

2010年8月24日

摘要: 我的笔记本四年了,就是屏幕越来越暗了, 阅读全文
posted @ 2010-08-24 15:28 lexus 阅读(234) 评论(0) 推荐(0)

摘要: http://grigio.org/pimp_my_gedit_was_textmate_linuxhttp://github.com/gmate/gmateabove link is very usefulgmate另外的一个用python写的带自动完成功能的编辑器http://editra.org/plugins 阅读全文
posted @ 2010-08-24 15:09 lexus 阅读(251) 评论(0) 推荐(0)

摘要: What is Keepalived ? The main goal of the keepalived project is to add a strong & robust keepalive facility to the Linux Virtual Server project. This project is written in C with multilayer TCP/IP... 阅读全文
posted @ 2010-08-24 14:00 lexus 阅读(416) 评论(0) 推荐(0)

摘要: 使用logrotate做nginx日志轮询http://willko.javaeye.com/blog/416243http://blog.csdn.net/chhxo/archive/2010/06/08/5656429.aspx 阅读全文
posted @ 2010-08-24 13:31 lexus 阅读(188) 评论(0) 推荐(0)

摘要: http://www.nasboq.com/http://www.google.com/analytics/zh-CN/http://www.51.la/http://www.cnzz.com/http://tongji.cn.yahoo.com/http://tongji.linezing.com/mystat.html 阅读全文
posted @ 2010-08-24 12:04 lexus 阅读(226) 评论(0) 推荐(0)

摘要: ~~~~ 阅读全文
posted @ 2010-08-24 11:27 lexus 阅读(285) 评论(0) 推荐(0)

摘要: 原则上和网页一样由于gb2312,gbk的编码较utf8小,以及历史遗留因素,因此国内的很多网站都延用了gbk编码,utf8在储存上暂用的空间大也是一个因素 阅读全文
posted @ 2010-08-24 11:13 lexus 阅读(158) 评论(0) 推荐(0)

摘要: http://www.javaeye.com/topic/http://www.blogjava.net/Jack2007/archive/2008/05/30/204146.htmlhttp://www.infoq.com/cn/articles/etagshttp://www.slashdotdash.net/2007/07/31/rails-performance-tip-using-ysl... 阅读全文
posted @ 2010-08-24 10:38 lexus 阅读(152) 评论(0) 推荐(0)

摘要: 下载链接非常小,极不好找,费老劲了,http://yuilibrary.com/downloads/download.php?file=2a526a9aedfe2affceed1e1c3f9c0579用例请大家附上,HOWTO:http://developer.yahoo.com/yui/compressor/#workjava -jar yuicompressor-2.4.2.jar json2... 阅读全文
posted @ 2010-08-24 10:27 lexus 阅读(408) 评论(0) 推荐(0)

摘要: 之前我以为是nginx开启gzip on之后就会一直返回gzip的格式,原来还是根据请求的header来返回对应的如果有gzip请求才返回gzip格式,其余还是返回html,ooooooooooooopppppppppppppppppsgood good article :http://www.sapub.net/html/y2010/nginx-squid-gzip.html 阅读全文
posted @ 2010-08-24 10:09 lexus 阅读(164) 评论(0) 推荐(0)

摘要: 网页的缓存是由HTTP消息头中的“Cache-control”来控制的,常见的取值有private、no-cache、max-age、must-revalidate等,默认为private。其作用根据不同的重新浏览方式分为以下几种情况:(1) 打开新窗口如果指定cache-control的值为private、no-cache、must-revalidate,那么打开新窗口访... 阅读全文
posted @ 2010-08-24 10:03 lexus 阅读(643) 评论(0) 推荐(0)

摘要: 这前一直是用网上的php网页来检测,没有找到源码,这回好了,来看个本地版本吧curl -I -H "Accept-Encoding:gzip, deflate" http://www.15-1688.comreference:http://sudone.com/linux/web_page_header.htmlHTTP/1.1 200 OKContent-Type: text/html; cha... 阅读全文
posted @ 2010-08-24 09:31 lexus 阅读(339) 评论(0) 推荐(0)

摘要: very very good site:http://sudone.com/日志http://www.extmail.org/forum/thread-11538-1-1.htmlhttp://www.cnblogs.com/amboyna/archive/2009/08/09/1542171.html缓存其它http://wiki.nginx.org/NginxGooglePerftoolsMo... 阅读全文
posted @ 2010-08-24 09:05 lexus 阅读(306) 评论(0) 推荐(0)

摘要: http://www.woorank.com 阅读全文
posted @ 2010-08-24 07:30 lexus 阅读(305) 评论(0) 推荐(0)

2010年8月23日

摘要: http://en.wikipedia.org/wiki/Chunked_transfer_encodinghttp://uedlife.sinaapp.com/blog/?p=11 阅读全文
posted @ 2010-08-23 20:34 lexus 阅读(261) 评论(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;events { worker_connections 1024;}http { include mime.types;... 阅读全文
posted @ 2010-08-23 20:09 lexus 阅读(334) 评论(0) 推荐(0)

摘要: http://unformatt.com/news/python-mechanize-gzip-response-handling/http://news.ycombinator.com/item?id=1424488good articlehttp://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compres... 阅读全文
posted @ 2010-08-23 19:34 lexus 阅读(421) 评论(0) 推荐(0)

摘要: sudo ntpdate time.windows.com 阅读全文
posted @ 2010-08-23 19:16 lexus 阅读(155) 评论(0) 推荐(0)

摘要: Adobe Illustrator用来打开.ai文件 阅读全文
posted @ 2010-08-23 18:33 lexus 阅读(162) 评论(0) 推荐(0)

摘要: http://www.zgsppf.com 阅读全文
posted @ 2010-08-23 13:00 lexus 阅读(119) 评论(0) 推荐(0)

上一页 1 ··· 585 586 587 588 589 590 591 592 593 ··· 630 下一页