09 2011 档案

摘要:objcopy把一种目标文件中的内容复制到另一种类型的目标文件中.(1)将图像编译到可执行文件内Q: 如何将一个二进制文件,比如图片,词典一类的东西做为.o文件,直接链接到可执行文件内部呢?A:$ objcopy -I binary -O elf32-i386 -B i386 14_95_13.jpg image.o$ gcc image.o tt.o -o tt$ nm tt | grep 14_950805d6c7 D _binary_14_95_13_jpg_end00014213 A _binary_14_95_13_jpg_size080494b4 D _binary_14_95_1 阅读全文
posted @ 2011-09-22 14:56 阿C 阅读(662) 评论(0) 推荐(0) 编辑
摘要:http://os.51cto.com/linuxman 阅读全文
posted @ 2011-09-15 12:42 阿C 阅读(361) 评论(0) 推荐(0) 编辑
摘要:http://auto.sina.com.cn/z/qictidfd/index.shtml 阅读全文
posted @ 2011-09-10 21:36 阿C 阅读(175) 评论(0) 推荐(0) 编辑
摘要:http://os.51cto.com/art/201109/290392.htm 阅读全文
posted @ 2011-09-10 21:30 阿C 阅读(294) 评论(0) 推荐(0) 编辑
摘要:IntroductionAdd your content here.Eclipse安装SVN1 点Eclipse help菜单---> software update2 选Available Software选项卡,点击add site 新建新的地址资源,在地址里面填http://subclipse.tigris.org/update3 接下来就是安装了新建svn仓库1 在eclipse里面点windows菜单,然后选 show view--> other , 然后选择svn下的资源库2 在打开的窗口里面点击右键,选 "新建SVN资源库", 地址填https:/ 阅读全文
posted @ 2011-09-01 08:49 阿C 阅读(54491) 评论(0) 推荐(3) 编辑

点击右上角即可分享
微信分享提示