最终的 /etc/profile :#在文件最后添加 # /etc/profile# System wide environment and startup programs, for login setup# Functions and aliases go in /etc/bashrc# It'... ...
分类:
其他好文 时间:
2017-05-16 20:07:33
阅读次数:
261
CGI CGI, Common Gateway Interface, is a tool for HTTP server to contact with programs on other servers, which can be used into any languages with stan ...
分类:
Web程序 时间:
2017-05-13 23:20:22
阅读次数:
310
?? The Common Language Runtime (CLR), the virtual-machine component of Microsoft's .NET framework, manages the execution of .NET programs. A process k ...
Working with key/value Pairs Motivation Pair RDDs are a useful building block in many programs, as they expose operations that allow u to act on each ...
分类:
其他好文 时间:
2017-05-08 21:51:30
阅读次数:
200
内核文档: Documentation/vm/pagemap.txt pagemap is a new (as of 2.6.25) set of interfaces in the kernel that allowuserspace programs to examine the page ta ...
分类:
其他好文 时间:
2017-05-03 17:18:48
阅读次数:
603
1. make_shared<T>(args): return a shared_ptr dynamically allocated object of type T. Use args to initialize the object. shared_ptr<T> p(q): p is a cop ...
分类:
编程语言 时间:
2017-04-30 21:29:43
阅读次数:
229
https://onlinecourses.science.psu.edu/statprogram/programs Graduate Online Course Overviews Printer-friendly versionPrinter-friendly version Picture o... ...
分类:
其他好文 时间:
2017-04-22 09:40:43
阅读次数:
425
我安装的是vs2012,先找到SPY++工具打开 打开方式: 方式1:通过路径(C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2012\Visual Studio Tools)找到SPY++工 ...
Pycharm本身是有pep8风格检测的,当你敲得代码中不符合规范时,会有下划波浪线提示。如何让代码修改为符合规范,去掉这些难看的波浪线呢? 1.安装autopep8 pip install autopep8 2.点击file->settings-->Tools->External Tools->点 ...
分类:
其他好文 时间:
2017-04-10 21:51:27
阅读次数:
288
基本概念 The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query ope... ...
分类:
其他好文 时间:
2017-04-01 22:50:36
阅读次数:
188