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

10 2011 档案

摘要:http://www.cnblogs.com/yuepeng/archive/2011/03/21/1990105.html select 查询的一般格式是select {[ distinct | all ] columns | *} //1 选择列from {tables | views | other select} //2 数据来源where conditions //3 选择条件group... 阅读全文

posted @ 2011-10-29 20:47 wangwangkunkun 阅读(125) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/liuben/article/category/373751 阅读全文

posted @ 2011-10-28 17:23 wangwangkunkun 阅读(104) 评论(0) 推荐(0)

摘要:http://www.chinaunix.net/jh/4/783629.html 阅读全文

posted @ 2011-10-26 23:28 wangwangkunkun 阅读(122) 评论(0) 推荐(0)

摘要:http://51170526.blog.163.com/blog/static/7363335020109203628356/ 阅读全文

posted @ 2011-10-25 13:36 wangwangkunkun 阅读(168) 评论(0) 推荐(0)

摘要:http://mysuperbaby.iteye.com/blog/935741 有两篇文章写的都不错, 这里转载一下. 各种SCM工具下使用http代理下载源码 经常有使用SCM下载源码的必要,尤其是软件开发人员。但偶们的网络环境经常逼得我们不得不使用代理,或者是因为速度,或者是因为直连根本就不通。而且源码通常是零零碎碎的几千几万个小文件,不像一般的软件是单个的文件,一个下载工具即可搞定。1,... 阅读全文

posted @ 2011-10-20 21:45 wangwangkunkun 阅读(1919) 评论(0) 推荐(0)

摘要:cscope的工作需要vim、ctags的配合,它们都是基于命令行的。在Ubuntu下,用户只需执行“sudo apt-get install cscope cscope-indexer ctags vim-full”即可完成软件安装。下面只是给出了三种工具的常用方法,更多功能可查看man手册,或者官方文档。在Ubuntu下默认安装的vim,没有语法加亮功能。所以需要安装vim-full,并在vi... 阅读全文

posted @ 2011-10-18 23:18 wangwangkunkun 阅读(915) 评论(0) 推荐(0)

摘要:http://www.cnblogs.com/wangtianxj/archive/2009/08/27/1555296.html http://unix.ctocio.com.cn/aesummary/372/8814872.shtml 阅读全文

posted @ 2011-10-13 21:39 wangwangkunkun 阅读(677) 评论(0) 推荐(0)

摘要:http://www.nickymouse.net/blog/category/about-web/python/ 阅读全文

posted @ 2011-10-09 22:22 wangwangkunkun 阅读(151) 评论(0) 推荐(0)

摘要:http://static.googleusercontent.com/external_content/untrusted_dlcp/labs.google.com/zh-CN//papers/chubby-osdi06.pdf http://blog.nosqlfan.com/html/591.html http://blog.csdn.net/historyasamirror/article... 阅读全文

posted @ 2011-10-08 16:53 wangwangkunkun 阅读(128) 评论(0) 推荐(0)

摘要:打开组策略运行输入gpedit.msc 用户配置windows设置 脚本 登陆 属性 添加 浏览你的文件就行了 阅读全文

posted @ 2011-10-08 14:33 wangwangkunkun 阅读(706) 评论(0) 推荐(0)

摘要:11 参考文献11.1 书籍类[1] <<Distributed Systems: Principles and Paradigms>>[2] << High Performance Mysql>>11.2 论文类11.2.1 分布式理论[1] Time, clocks, and the ordering of events in a distributed system.[2] Impossib... 阅读全文

posted @ 2011-10-06 17:24 wangwangkunkun 阅读(1099) 评论(0) 推荐(0)