上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 45 下一页

2016年6月28日

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 阅读(637) 评论(0) 推荐(0)

2016年6月9日

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 阅读(478) 评论(0) 推荐(0)

2016年6月7日

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 阅读(596) 评论(0) 推荐(0)

2016年6月2日

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 阅读(159) 评论(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 阅读(774) 评论(0) 推荐(0)

2016年5月30日

Python 获取脚本路径以及脚本所在文件夹路径

摘要: import os script_path = os.path.realpath(__file__) script_dir = os.path.dirname(script_path) 阅读全文

posted @ 2016-05-30 02:06 norsd 阅读(421) 评论(0) 推荐(0)

2016年5月24日

CentOS 6.5 升级gcc到4.8 以及libstdc++

摘要: CentOS 6.5 自带gcc太旧不支持c11, 升级到4.8的步骤:引用: http://cache.baiducontent.com/c?m=9d78d513d99216f31eb0d5690d67d371182497634bc0d16578c39339c6350a56471... 阅读全文

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

2016年5月16日

Linux 一些问题

摘要: 终端以root账号执行 su - root 阅读全文

posted @ 2016-05-16 17:01 norsd 阅读(149) 评论(0) 推荐(0)

2016年5月7日

Bloomberg 的一些功能

摘要: FFLO: 查看ETF流动,注意在View点击Contries后选择Asia,查看亚洲流动。 随后对感兴趣的国家点击查看具体股票的流动关闭Launchpad View之后再次打开: BLP 修改Launchpad View的初始设置: PDFB 保存Launchpad... 阅读全文

posted @ 2016-05-07 20:06 norsd 阅读(401) 评论(0) 推荐(0)

2016年5月1日

printf汇总

摘要: Reference: http://www.cplusplus.com/reference/cstdio/printf/printf(“%02d:%02d:%02d.%03d”, hour, min, sec, ms);12:03:29.500 阅读全文

posted @ 2016-05-01 19:25 norsd 阅读(139) 评论(0) 推荐(0)

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 45 下一页

导航