发布时间:2014-11-04 13:39:53
Ubuntu 14.10安装SecureCRT 7.31、软件准备Ubuntu14.10 x64SecureCRT7.3的版本:scrt-7.3.0-657.ubuntu13-64.x86_64.deb下载地址:http://www.vandyke.com/download/securecrt/download.html2、安装SecureCRT在终端下执行:点击(此处)折叠或打开$sudo dpkg -i scrt-7.3.0-657.ubun.........【阅读全文】
发布时间:2014-11-03 14:38:51
cc1plus: error 无法从gb2312 转换到 utf-8linux系统里提供的文件转化编码的命令iconv,使用如下: iconv -t utf-8 -f gb2312 -c test.cpp > test_linux.cpp-f 原编码-t 目标编码-c 忽略无法转换的字符......【阅读全文】
发布时间:2014-09-28 23:16:22
os: ubuntu 12.04 x64Qt 5.2.1 + QtCreator 3.0.1设置断点,点击调试运行时报如下错误“ptrace: Operation not permitted.Could not attach to the process. Make sure no other debugger traces this process. Check the settings of /proc/sys/kernel/yama/ptrace_scope For more details, see /etc/sysctl.d/1.........【阅读全文】