03 2012 档案
摘要:http://altinukshini.wordpress.com/2011/07/28/how-to-install-nvidia-drivers-in-ubuntu-linux/
阅读全文
摘要:正需要的好东西,标记着:http://www.ruanyifeng.com/blog/2012/02/ranking_algorithm_hacker_news.htmlhttp://www.ruanyifeng.com/blog/2012/03/ranking_algorithm_reddit.htmlhttp://www.ruanyifeng.com/blog/2012/03/ranking_algorithm_stack_overflow.html
阅读全文
摘要:PHP:正则表达式处理微博中的话题和对象名转自:http://www.oschina.net/code/snippet_54100_3411$post_content = "@oschina和@twitter在研究用#PHP#的#正则表达式#过滤话题和对象名";$tag_pattern = "/\#([^\#|.]+)\#/";preg_match_all($tag_pattern, $post_content, $tagsarr);$tags = implode(',',$tagsarr[1]);$user_pattern = &quo
阅读全文
摘要:(记一些资料,Genosage的Sql需要好好优化一下。)Mysql分页limit 优化http://willko.iteye.com/blog/325618
阅读全文