上一页 1 2 3 4 5 6 ··· 11 下一页
  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) 编辑
  2013年11月24日
摘要: 新下载的eclipse4.2.1版本,显示中文字体很小,但是英文比较正常。网上查看要更改字体大小,但是更改后英文也变大了,不是想要的结果。window – preferences – general – appearance – colors and fonts – basic – text font – edit把弹出页面中的“西欧语言”改成“中欧字符”,即可解决。原文:http://coolheaded.cn/?p=14 阅读全文
posted @ 2013-11-24 11:52 J.evan 阅读(313) 评论(0) 推荐(0) 编辑
  2013年11月22日
摘要: busybox ifconfig eth0 10.0.16.45 netmask 255.255.254.0 broadcast 10.0.16.186busybox route add default gw 10.0.16.1 阅读全文
posted @ 2013-11-22 11:30 J.evan 阅读(1316) 评论(0) 推荐(0) 编辑
  2013年11月17日
摘要: 开源Flash播放器http://www.open-open.com/ajax/Video.htm 阅读全文
posted @ 2013-11-17 20:42 J.evan 阅读(190) 评论(0) 推荐(0) 编辑
  2013年11月14日
摘要: 1、grep搜索不保护字符串的命令格式如下:#带-v参数jevan@df ~ grep "agc" -vRn ./ 阅读全文
posted @ 2013-11-14 11:05 J.evan 阅读(167) 评论(0) 推荐(0) 编辑
  2013年11月13日
摘要: 家里有个u盘启动盘,用大白菜U盘工具做的。1、把iso文件放到u盘里,把ISO文件中的casper目录下的vmlinuz和initrd拷贝到u盘根目录下;2、修改启动顺序,选u盘启动;3、启动时迅速按ctrl+C,出现命令行;命令如下:root (hd1,0) #选择u盘kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04-desktop-i386.iso locale=zh_CN.UTF-8init /initrd.lzboot以上三条指令挨着执行。注:输入命令时可以用TAB补全。4、进入了图形操作界面,这个就不需要说了。 阅读全文
posted @ 2013-11-13 18:52 J.evan 阅读(5966) 评论(0) 推荐(0) 编辑
  2013年11月12日
摘要: 报错:403. That’s an error.Your client does not have permission to get URL /2 from this server. That’s all we know.proxy.ini文件中:google_cn 改成google_hk 或者改一下proxy.ini中的hosts[google_cn]mode = httpswindow = 2hosts = 74.125.235.130|74.125.235.131|74.125.235.132|74.125.235.133|74.125.235.134|74.125.235.135.. 阅读全文
posted @ 2013-11-12 20:11 J.evan 阅读(735) 评论(0) 推荐(0) 编辑
  2013年11月9日
摘要: 1 sy@shouyong-Aspire-4750:~/chromium/linux/home/src_tarball/tarball/chromium/src$ GYP_DEFINES="branding=Chrome buildtype=Official" gclient runhooks 2 3 ________ running '/usr/bin/python src/build/download_nacl_toolchains.py --no-arm-trusted --keep' in '/home/sy/chromium/linux/h 阅读全文
posted @ 2013-11-09 21:43 J.evan 阅读(576) 评论(0) 推荐(0) 编辑
摘要: 1,直接下载压缩包:http://chromium-browser-source.commondatastorage.googleapis.com/chromium_tarball.html2,安装depot_tools:http://dev.chromium.org/developers/how-tos/install-depot-tools由于ubuntu系统中自带的有一个ninja工具,导致老是编译不过去。一定要把depot_tools加到PATH中。3,config:https://code.google.com/p/chromium/wiki/CommonBuildTasks#Con 阅读全文
posted @ 2013-11-09 21:32 J.evan 阅读(348) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页