摘要: #include <iostream> int main() { std::cout << "Hello World" << std::endl; } segment fault 你的哪些骚操作会导致Segmentation Fault😂 - 知乎 https://zhuanlan.zhihu.c 阅读全文
posted @ 2018-05-15 21:59 papering 阅读(719) 评论(0) 推荐(0)
摘要: import os, glob d = glob.glob(os.path.dirname(os.path.abspath(__file__))) os_sep = os.sep this_file_abspath= os.path.dirname(os.path.abspath(__file__)) r = [] for root, dirs, files in os.walk(t... 阅读全文
posted @ 2018-05-15 21:27 papering 阅读(199) 评论(0) 推荐(0)
摘要: [root@admin40 ~]# pip install imageio; Looking in indexes: https://mirrors.aliyun.com/pypi/simple/Collecting imageio Downloading https://mirrors.aliyu 阅读全文
posted @ 2018-05-15 21:14 papering 阅读(435) 评论(0) 推荐(0)
摘要: import platform platform.architecture() 阅读全文
posted @ 2018-05-15 19:01 papering 阅读(192) 评论(0) 推荐(0)
摘要: tmp 阅读全文
posted @ 2018-05-15 16:59 papering 阅读(221) 评论(0) 推荐(0)
摘要: image - PNG vs. GIF vs. JPEG vs. SVG - When best to use? - Stack Overflow https://stackoverflow.com/questions/2336522/png-vs-gif-vs-jpeg-vs-svg-when-b 阅读全文
posted @ 2018-05-15 11:27 papering 阅读(159) 评论(0) 推荐(0)