全部博文(103)
发布时间:2015-06-20 10:54:51
1.sudo apt-get install stardict 下载安装2.完成之后下载词库,把词库加入到/usr/share/stardict/dic目录下即可。3.词库下载:http://download.csdn.net/detail/love254443233/78646594. 卸载:sudo apt-get remove --auto-remove stardict.ok完了!尽情的享用stardict吧。.........【阅读全文】
发布时间:2015-06-15 19:19:07
vim 自动添加注释:http://blog.csdn.net/hxxiaopei/article/details/2720495......【阅读全文】
发布时间:2015-06-10 21:15:40
__attribute__((packed))详解标签: it分类: linux程序 1. __attribute__ ((packed)) 的作用就是告诉编译器取消结构在编译过程中的优化对齐,按照实际占用字节数进行对齐,是GCC特有的语法。这个功能是跟操作系统没关系,跟编译器有关,gcc编译器不是.........【阅读全文】