05 2016 档案

Python 获取脚本路径以及脚本所在文件夹路径
摘要:import os script_path = os.path.realpath(__file__) script_dir = os.path.dirname(script_path) 阅读全文

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

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

Linux 一些问题
摘要:终端以root账号执行 su - root 阅读全文

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

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

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

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

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示