让 kweather 显示南京的天气

FROM: http://wdxmy.blogspot.com/2007/03/kweather.html 让 kweather 显示南京的天气: 编辑配置文件 /usr/share/apps/kweatherservice/weather_stations.desktop 找到 [AS_CN],在最后一行后面添加 "loc55=Nanjing ZSNJ ------ ---" 更多的中国城市代码可以在这里查询 http://worldaerodata.com/countries/China.html

2008-03-18 · wuan

永中的员工倒苦水

FROM: http://www.javaeye.com/topic/169315 本人06年毕业于名校计算机系(名牌专业) 基于以下几个原因到了现在这家公司工作: 家在同一个城市 公司有政府支持,号称两年内上市 做的产品跟世界顶级公司竞争,似乎蛮有实力的样子 300人左右,公司不小,应该比较正规,比较有前途及钱途 有些不满意的地方也就不计较了,比如说: 月薪低(不怕笑话...

2008-03-11 · wuan

git svn 常用功能示例

版本的要求 务必保证 git-core 和 git-svn 的版本大于 1.5.3,这里使用的版本为 1.5.4.2-1~bpo40+2。 svn 仓库 我们这里以 Google Code Hosting 提供的 svn 仓库为原型虚拟了一个: https://virtual.googlecode.com/svn 用户名和密码分别为: zhang, ftpw 建立工作目录 1$ mkdir /tmp/virtual && cd /tmp/virtual 2$ git-svn init https://virtual.googlecode.com/svn/trunk . --username=zhang 3$ git-svn fetch 4$ ls -F debian/ HOME/ README TODO 新建目录(1),并将该目录作为 git-svn 的工作目录(2)...

2008-03-09 · wuan

They just give up

FROM: http://www.bullogger.com/blogs/drunkpiano/archives/123651.aspx 每当你情绪低落寻死觅活时,总有一些喜剧发生让你破涕为笑重新鼓起生活的风帆,比如胡紫微同学发表输出价值观的重要奥运演说,比如重庆人民对张晓舟的愤怒声讨,比如恒源祥广告商破罐子破摔的决心。 有一次和D走在一起,那天刮大风下大雨,大街上好多人的伞都被吹得东拉西扯。我们走着走着,看到路...

2008-02-29 · wuan

gtk-update-icon-cache

GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of system call and disk seek overhead when the application starts. Since the format of the cache files allows them to be mmap()ed shared between multiple applications, the overall memory consumption is reduced as well.

2008-02-28 · wuan