自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Andrew's Blog

keep moving, don't settle

  • 博客(5)
  • 资源 (3)
  • 收藏
  • 关注

转载 Mastering the Java CLASSPATH

Copied from: http://kevinboone.net/classpath.htmlaHomeArticlesContactCVSite info• Articles • Articles about computingMastering the Java CL

2012-11-21 13:14:17 1036

转载 VI reference

http://blog.eddie.com.tw/2012/04/27/screencast-1-learning-vim-from-the-beginning/http://www.ibm.com/developerworks/cn/linux/l-tip-prompt/tip15/http://man.ddvip.com/soft/vieditor/vi.html

2012-11-07 23:24:33 722

转载 Enable colorful terminal

http://it.toolbox.com/blogs/lim/how-to-fix-colors-on-mac-osx-terminal-37214

2012-11-07 22:28:15 680

原创 A simple JNI example

tested on CentOS 5.8Step 1: declare a native function in the java source file public class AddMe{ static { System.loadLibrary("hello"); } public native vo

2012-11-03 22:16:29 883

转载 How do programs execute?

Copied from: http://stackoverflow.com/questions/1599434/how-does-program-execute-where-does-the-operating-systems-come-into-playFor starters, a modern CPU has (at least) two modes, a mode in which

2012-11-02 19:19:39 648

Yacc+Lex快速入门

Lex和Yacc的入门必读 简单易懂 有实例

2009-04-12

五子棋算法(比较简单容易理解的算法)

五子棋的算法,这个算法比较容易理解,可以很容易地自己参考然后实现,不错的算法

2008-10-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除