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
阅读全文
摘要:http://os.51cto.com/linuxman
阅读全文
摘要:http://auto.sina.com.cn/z/qictidfd/index.shtml
阅读全文
摘要:http://os.51cto.com/art/201109/290392.htm
阅读全文
摘要: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:/
阅读全文