会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Darkmatter in Cyberspace
Email: lee_chau at 163.com
上一页
1
···
8
9
10
11
12
13
14
15
16
17
下一页
2014年3月18日
绿色djvu阅读软件
摘要: 官方的djvu viewer都需要安装,总算找到一个绿色版的,名为STDU Viewer,可以阅读的格式包括DjVu, PDF, TIFF, XPS, FB2等,版本为1.6.2。
阅读全文
posted @ 2014-03-18 08:04 leechau
阅读(188)
评论(0)
推荐(0)
2014年3月17日
VIM正则表达式的懒惰模式
摘要: 例如有如下一段话: Another whale sighting occurred on , . AK and HI 要匹配每一个,如果用匹配,则匹配到的目标是, ,也就是尽量大的匹配范围,要将匹配模式改为尽量小(即懒惰模式),需要用{-}代替,即写成,就可以达到目标了。
阅读全文
posted @ 2014-03-17 18:21 leechau
阅读(707)
评论(0)
推荐(0)
文件夹同步软件比较
摘要: 比较软件列表 Toucan: GNU/GPL, 绿色; Allway Sync免费版: ASF; GoodSync: GS, proprietary ware;TotalCommander: TC, proprietary ware;Microsoft SyncToy: ST;Super Flexible File Synchronizer Pro v5.54a: SFFS,proprietar...
阅读全文
posted @ 2014-03-17 18:21 leechau
阅读(667)
评论(0)
推荐(0)
Haskell Interactive Development in Emacs
摘要: InstallationFollowing haskell-mode.Use MELPA repository: add the following into ~/.emacs(require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t) (pa...
阅读全文
posted @ 2014-03-17 18:21 leechau
阅读(287)
评论(0)
推荐(0)
Access Java API in Groovy Script
摘要: $ cat Hello.java package test;public class Hello {public int myadd(int x, int y) { return 10 * x + y;}}$ cat myapp.groovy import test.Hellodef hello = new Hello()println hello.myadd(13, 5)$ javac Hel...
阅读全文
posted @ 2014-03-17 18:20 leechau
阅读(247)
评论(0)
推荐(0)
手工设置Eclipse文本编辑器的配色
摘要: Eclipse中不同的文件都有自己专门的编辑器配色设置,下面分别说明。文本编辑器的背景色: Window->Preferences-> General->Editors->Text Editors->Appearance color options->Background color; java文件:Window->Preferences->Java->Editor->Syntax Colorin...
阅读全文
posted @ 2014-03-17 18:20 leechau
阅读(388)
评论(0)
推荐(0)
Color Theme of Emacs
摘要: Choose color theme interactively: M-x customize-themes, or M-x color-theme-select (use key "q" to quit);Theme "manoj-dark" is a good dark theme;Customize default color theme: add "(load-theme 'manoj-d...
阅读全文
posted @ 2014-03-17 18:20 leechau
阅读(164)
评论(0)
推荐(0)
Gnucash的投资记录
摘要: 投资活动主要涉及3个账户:资产(Asset)下的子账户记录投资金额,收入(Income)下的子账户记录投资收入,支出(Expense)下的子账户记录投资费用支出(例如银行手续费,证券交易费等)。以购买A银行的货币基金为例,4月2日用储蓄账户B买入2000元基金,在【资产->投资】下建立子账户【A银行货币基金】,从 B 账户transfer 2000元到 【A银行货币基金】账户,(待续) 总结: 买...
阅读全文
posted @ 2014-03-17 18:20 leechau
阅读(433)
评论(0)
推荐(0)
Special Forms and Syntax Sugars in Clojure
摘要: (...): function literals, p40, 64;'(...): suppress evaluation, p24;_(...): comments, p18;"...": regular expression, p17;(def x y): bind x to y;(fn [parameters] (function-body)): define a function;(def...
阅读全文
posted @ 2014-03-17 18:20 leechau
阅读(112)
评论(0)
推荐(0)
Use w3m as Web Browser
摘要: Installation: apt-get install w3m.use "a" to input text, "tab" to jump between hyper-links, "enter" to click the hyper-link.
阅读全文
posted @ 2014-03-17 18:19 leechau
阅读(157)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
17
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告