06 2016 档案

CentOS 6.5 安装Clang 3.5.0
摘要:来自引用: http://www.cnblogs.com/dudu/p/4294374.html编译llvm几乎耗费了1个小时…..编译CoreCLR需要Clang 3.5,而CentOS上安装的是Clang 3.4.2(yum repos中最新版也是这个),只能自己手工编译LLV... 阅读全文

posted @ 2016-06-28 21:24 norsd 阅读(646) 评论(0) 推荐(0)

TemplateText TT 在Runtime发生 Could not load type ...... because the format is invalid
摘要:Severity Code Description Project File Line Suppression State Error Running transformation: System.TypeLoadException: Could... 阅读全文

posted @ 2016-06-09 20:39 norsd 阅读(485) 评论(0) 推荐(0)

GDB 远程调试Linux (CentOS)
摘要:1.引用: https://blogs.msdn.microsoft.com/vcblog/2016/03/30/visual-c-for-linux-development/注意安装gdbserver的命令是 yum install gdb-gdbserver 不是文中的gdb... 阅读全文

posted @ 2016-06-07 15:30 norsd 阅读(605) 评论(0) 推荐(0)

CentOS 安装配置vncserver
摘要:yum 安装tiger vncserver yum install tigervnc-server安装后输入 vncserver 设置密码3.配置用户 vim /etc/sysconfig/vncservers VNCSERVERS=”1:root” VNCSERVERARGS... 阅读全文

posted @ 2016-06-02 12:27 norsd 阅读(160) 评论(0) 推荐(0)

CentOS设置代理, yum, wget
摘要:/etc # vi yum.conf [main] cachedir=/var/cache/yum/basearch/releasever keepcache=0 debuglevel=2 logfile=/var/log/yum.log exactarch=1 obsolete... 阅读全文

posted @ 2016-06-02 11:28 norsd 阅读(780) 评论(0) 推荐(0)

导航