摘要: 2017-11-12更新 安装搜狗拼音: http://blog.csdn.net/iamplane/article/details/70447517 因为IBus在14.04中有些问题(见此随笔:http://www.cnblogs.com/qrlozte/p/5709546.html),所以我改 阅读全文
posted @ 2015-04-17 23:58 rldts 阅读(586) 评论(0) 推荐(0)
摘要: 1. 打开VBOX(Oracle VM VirtualBox),启动Ubuntu 2. 点击"设备>安装增强功能" 3. 进入Ubuntu打开文件管理器,如下图 4. 输入root用户的密码,等待安装完毕后(出现什么Press Return to close this window),按ENTER完 阅读全文
posted @ 2015-04-17 23:30 rldts 阅读(1650) 评论(0) 推荐(0)
摘要: 输入ulimit -a 如果core file size为0,那就说明没有打开core dump,尽管你的程序crash的时候会显示core dumped,但实际上不会生成core file 输入ulimit -c 1024即可,其中1024是生成的core file的最大大小。这个值可以根据实际情 阅读全文
posted @ 2015-04-17 15:26 rldts 阅读(1034) 评论(0) 推荐(0)