2013年11月27日
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 10 #define PROC "/proc/" 11 12 13 typedef int Myfunc(int pid) ; 14 static Myfunc myfunc; 15 16 17 #define P() printf("%s:%d\n",__FUNCTION__,__LINE__) 18 static int dopath(Myfunc *fun... 阅读全文
posted @ 2013-11-27 16:17 J.evan 阅读(445) 评论(0) 推荐(0) 编辑
摘要: windows下一般系统编码为 GB2312(中文版的windows), 由于我比较喜欢utf8格式的编码,现将修改方式和大家分享如果要使新建立工程、java文件直接使UTF-8则需要做以下工作: 1、windows->Preferences...打开"首选项"对话框,左侧导航树,导航到general->Workspace,右侧 Text file encoding,选择Other,改变为UTF-8,以后新建立工程其属性对话框中的Text file encoding即为UTF-8。2、windows->Preferences...打开"首选项&q 阅读全文
posted @ 2013-11-27 12:09 J.evan 阅读(235) 评论(0) 推荐(0) 编辑