11 2009 档案
摘要:整理了一下Vim方面的笔记,在某些方面填补了国内空白——就是有关tab和space的说明(背景音:脸皮好厚,大家扔西红柿)。1,打开水平滚动条 a,set guioptions+=b #(bottom scrollbar) b,set nowrap2,滚屏 a,一行[向下:ctrl+e, 向上:ctrl+y(Win32+p)] b,半屏[向下:ctrl+d, 向上:ctrl...
阅读全文
摘要:I need backup my blog that hosting on chinaunix. opening every page and saving as local file are boring, so I get the copy through Unix tools called wget.For more information about wget, please click:...
阅读全文
摘要:Blow are simple explanation on non-breakable space and trailing space.[non-breakable space] a,It's hard to type non-breakable space when you are typing.b,It's invisible character.c,It's 0xa0(hex),160(...
阅读全文
摘要:Just remember three Unix command to manage the user.1, useradd --add user 2, passwd --change password3, userdel --delete userExample: useradd Jerry passwd Jerry userdel Jerry [if you want to del...
阅读全文
摘要:1, How to install Gem behind the proxy ? a, update the RubyGem version more than 1.3.0 b, exec the command: gem install win32-service -r -p http://username:password@proxy_url:port (But I found that it...
阅读全文
摘要:利用Ruby查询Windows Service状态。
阅读全文
摘要:现象: 近来在程序中使用了水晶报表——在一个页面中用水晶报表生成PDF文档。程序运行良好,但有一个很奇怪的问题:程序运行一段时间后就必须重起一下IIS。 分析过程:我用Process Explorer对IIS进程检查发现进程里有很多文件没有释放。如下图:IIS进程中充斥了很多临时文件没有释放。解决方法:在用到水晶报表的页面事件Page_Unload中,将水晶报表相关对象释放...
阅读全文
摘要:演示C#3.0中对内迭代和外迭代支持的代码。———— 请善用Code Snippet.
阅读全文
摘要:对AOP突然来了感觉,写下了本篇,并不准确。可以参考,不可以全信。
写的还不过瘾,等有时间了,还想补一篇。
阅读全文
摘要:昨天又去逛书店了,跟往常一样最终还没有抵挡住诱惑,购买了一个“超大块头”——陆谷孙先生主编的《英汉大词典》。 之所以购买此书,主要原因是李笑来曾经推荐过该书,次要原因是我还想买本英文大词典——因为还是有些词我在《牛津英汉双解词典 6/e》中找不到,在《Collins Dictionary》中也找不到。买了之后,回来翻了翻,感觉...
阅读全文
摘要:公开自己的简单ORM框架代码,虽不完善,但是可以工作。
阅读全文
摘要:利用Ruby来简化日常中的工作。今天的任务是:分析并导入用户至Oracle数据库。
阅读全文