The Site: Blog Index The Wiki Site Index Changes About
Recently I started to play Might & Magic VII again…After many years, still enjoy The most customizable among M&M series.
I started a heavy might-oriented party: Knight, Monk, Thief, Paladin.
Brutal huh?
前两天portage升级FireFox(mozilla-firefox)到3.6-r2, 发现装完后不能启动,报错:
The application has been updated, but your version of SQLite is too old and the application cannot run.
居然说我sqlite版本太旧,查了一下,
ls /usr/lib64/xulrunner-1.9.2/libsqlite*
有一个libsqlite3.so,看来是xulrunner自己copy过来的,干掉他,就OK了。gentoo-china overlay的firefox-bin-3.7alpha(默认自带sqlite)依旧没问题.
看了一部分ImageMagick的官方范例,用convert命令的txt:转换可以把点阵图片转换成文本文件,其中包含了每一个像素的颜色信息。包括:
摘自
"UNIX SYSTEMS Programming: Communication, Concurrency, and Threads", by Kay a. Robbins, and Steven Robbins. 第190页