码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
hadoop2.4.1 伪分布
最终的 /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,FastCGI,PHP-CGI,PHP-FPM,Spawn-FCGI
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
C# - CLR
?? The Common Language Runtime (CLR), the virtual-machine component of Microsoft's .NET framework, manages the execution of .NET programs. A process k ...
分类:Windows程序   时间:2017-05-13 15:59:32    阅读次数:210
<Spark><Programming><Key/Value Pairs><RDD>
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
利用/proc/pid/pagemap将虚拟地址转换为物理地址
内核文档: 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
c++ Dynamic Memory
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
psu online course
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
如何用SPY++工具查看窗体的句柄
我安装的是vs2012,先找到SPY++工具打开 打开方式: 方式1:通过路径(C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2012\Visual Studio Tools)找到SPY++工 ...
分类:Windows程序   时间:2017-04-11 13:03:41    阅读次数:428
pycharm中配置pep8
Pycharm本身是有pep8风格检测的,当你敲得代码中不符合规范时,会有下划波浪线提示。如何让代码修改为符合规范,去掉这些难看的波浪线呢? 1.安装autopep8 pip install autopep8 2.点击file->settings-->Tools->External Tools->点 ...
分类:其他好文   时间:2017-04-10 21:51:27    阅读次数:288
001.Reactive Extensions
基本概念 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
760条   上一页 1 ... 28 29 30 31 32 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!