More servicesWindows Live
HomeHotmailSpacesOneCare
 
MSN
Sign in
 
 
Spaces home  秘密好望角★The.Secret.Cape.of...PhotosProfileFriendsMore Tools Explore the Spaces community

秘密好望角★The.Secret.Cape.of.Good.Hope

If you want peace, prepare for war.

Public folders

Folders shared with the world
感谢访问!
Updated 7/3/2008
8/29/2008

重新分类

  日志够多,微软也够绝:分类不能批处理,类别不能重命名,顺序不能重新排……
8/22/2008

如何进 SkyDrive?

方法一:
  有耐心和信心的话,说不定明天就能进去了。
方法二:
  用代理,而 Web 代理是最方便的,例如 KPROXY
方法三:
  用 Tor。如果打不开 Tor 的网页,请用谷歌搜索下载,或者转到第一步(如果非官方不去),或者访问德国镜像(目前可用)。
8/14/2008

Programming GTK+ Applications with NetBeans

    You may have read this GTK+ Application in NetBeans 6.0 article as me. However, after reading it and doing some experiments, I found the author just bring complexity into this should-be-simple factor. You don't need to go to command line at all. Below are my steps and by the way, they apply to both Linux and Windows.

  1. Install Netbeans and GTK+ environment.
  2. Add <GTK+ path>/bin to your path, and create an environment virable named PKG_CONFIG_PATH with the value of <GTK+ path>/lib/pkgconfig.
  3. Create your project with NetBeans with the C/C++ Application project template.
  4. Right click the project node in Project window and choose "Properties".
  5. Choose "C Compiler", and set "Additional Options" under "Command Line" to `pkg-config --cflags gtk+-2.0`.
  6. Choose "Linker", click "Library" and then "Add Options", choose "Other Options" and enter `pkg-config --libs gtk+-2.0`.
  7. Now you can edit source files and compile on the fly. For Windows users, the compiler may tell you that package pixman-1 required by cairo is not found. You can open <GTK+ path>/lib/pkgconfig/cairo.pc and delete pixman-1 dependency. That's safe because cairo actually needs nothing from pixman-1.

    You may notice that NetBeans might complain that some header files couldn't be found, so that you might not be able to use code completion. To solve this, go to "Options" dialog and add those header directories to "Code Assistant" under "C/C++" category.

8/10/2008

技术图书分享

  我将逐渐把我收藏的一些技术方面的好书放到 SkyDrive 上,其中有的做过修改(例如给 PDF 添加书签,或根据作者的勘误表“打补丁”),但决没有搞牛皮癣之类。另外,为了表示对 0day 的尊敬,文件名一律不改,但 nfo 文件就很难了,因为下载的时候就没有……

7/22/2008

《三国志 X》快速修炼手册

能力系列
统率、武力、智力、政治、魅力
  到巴蜀地方任一城市接受“灵山巡礼”的任务,完成后各项能力会加 1,等 180 天期满后再回酒家,任务失败,所以又可以再次接受这个任务,如此循环。缺点是这 180 天内无法接受其它酒家任务。

内政系列
农业、商业、技术
  多做相关内政即可。不一定要太守命令,花自己的钱去做也值得,还能提高名声。
修筑
  在天水接受“修复长城”的任务,地点固定,方便快捷。
治安
  驱逐恶棍,天天向上。
征兵、训练
  多打几仗经验值自然就够了。

战斗系列
突击、火矢、齐攻、镇静、鼓舞、奇袭、隐密
  依然是多打仗就行了。最好是能当上太守(君主就不说了),不然电脑每次都给你一队“软绵绵”的弓兵,绝对把你郁闷死。

计略系列
内讧、止行、引诱、混乱、天文、石阵
  战场上疯狂鼓舞,计略经验会飞速增长。“天文”和“石阵”所需的内政经验请参考上面的“内政系列”。
地理
  所需的“谍报”经验除了调查都市情报,利用“见闻”发现在野武将能更快提升。

单挑系列
恢复、集气、气焰、反击、反斩、三段、螺旋
  不断进出敌方的某个都市,潜入方法选“强行”,无限虐侍卫……

舌战系列
威压、抗辩、反论、曲义、道破、挑衅、怒骂
  不断进出敌方的某个都市,潜入方法选“笼络”(需要“名士”称号),继续虐侍卫……

称号系列
军师
  继续在战场上疯狂鼓舞……
名士
  名声的增长速度其实很快……
提督
  如果嫌水战机会少,就多造船吧。
间谍
  参考“计略系列”中的“地理”。
酒豪
  在会稽接受“采买高级酒”的任务,地点基本固定,方便快捷。
医师
  参考“内政系列”。
仙人
  习得“天文”后在战场上多来几次“变天”或“风变”。

View more entries