摘要: getconf LONG_BIT 阅读全文
posted @ 2013-08-28 16:51 陳聽溪 阅读(192) 评论(0) 推荐(0)
摘要: 一兄弟遇到一个闹心的事情;设置系统时间死活失败;估计是hwclock出了问题。cannot access the hardware clock via any known methodhttps://www.kernel.org/pub/linux/utils/util-linux/v2.18/===================================http://bbs.chinaunix.net/thread-1949611-1-1.html我下载了 fc13的util-linux-ng-2.17.2-3.fc13.src.rpm。编译后,提取 /sbin/hwclock 文件 阅读全文
posted @ 2013-08-28 16:26 陳聽溪 阅读(1357) 评论(0) 推荐(0)
摘要: https://code.google.com/p/goclipse/===========================================https://code.google.com/p/golang-china/wiki/InstallInstall安装go环境UpdatedNov 17, 2010bybord...@gmail.com译者简介安装C语言工具安装Mercurial获取代码安装Go编写程序进一步学习更新go到新版本社区资源环境变量译者 原文:http://golang.org/install.html 翻译:柴树杉(chaishushan@gmail.c.. 阅读全文
posted @ 2013-08-28 15:53 陳聽溪 阅读(1088) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/redguardtoo/article/details/7768233Table of Contents1 典型的工作流2 将子窗口自动编号,然后按M-0…9跳转(最爱)3 undo/redo之前的窗口操作(最爱)4 焦点移动到下一窗口(常用)5 水平/垂直切分当前窗口(常用)6 将当前子窗口最大化(常用)7 删除当前子窗口(偶尔用)8 移动焦点到上下左右的窗口(基本不用)9 存储/载入窗口布局到register(基本不用)1典型的工作流在两个子窗口中对比文件内容打开更多的窗口以参考其他信息.对某个窗口内容比较有兴趣,跳转到该窗口,将该窗口最大化看完最 阅读全文
posted @ 2013-08-28 14:48 陳聽溪 阅读(627) 评论(0) 推荐(0)
摘要: http://heipark.iteye.com/blog/1750970What is WSGI ?WSGI is the Web Server Gateway Interface. It is a specification for web servers and application servers to communicate with web applications (though it can also be used for more than that)WSGI是一种Web服务器网关接口。它是一个Web服务器(如nginx)与应用服务器(如uWSGI服务器)通信的一种规范。 阅读全文
posted @ 2013-08-28 11:37 陳聽溪 阅读(853) 评论(0) 推荐(0)