码迷,mamicode.com
首页 >  
搜索关键字:placed    ( 252个结果
linux进程和task_struct()简介
一、构成进程的要素 在linux系统中,进程主要具备以下要素: 1)有一个程序供其运行。这段程序不一定是进程所专有,可以与其他进程一起使用; 2)有起码的“私有财产”,这就是进程专用的系统堆栈空间; 3)有“身份证”,也就是task_struct结构,也称之为“进程控制块”(PCB)。有了这个数据结 ...
分类:系统相关   时间:2017-11-02 23:11:47    阅读次数:197
The JVM Architecture Explained
转自:https://dzone.com/articles/jvm-architecture-explained?oid=18544920 Every Java developer knows that bytecode will be executed by JRE (Java Runtime E ...
分类:其他好文   时间:2017-10-13 00:37:09    阅读次数:191
OAuth 2.0 Authorization Framework RFC
Internet Engineering Task Force (IETF) D. Hardt, Ed.Request for Comments: 6749 MicrosoftObsoletes: 5849 October 2012Category: Standards TrackISSN: 207 ...
分类:其他好文   时间:2017-10-12 10:35:01    阅读次数:160
git使用教程
prince70@DESKTOP-PH3VBJ7 MINGW64 /g/MyEclipse/SpringBootWithSwagger (master)$ git pull ^Mfatal: No remote repository specified. Please, specify either ...
分类:其他好文   时间:2017-10-09 14:09:16    阅读次数:346
Poloniex API 文档
Examples PHP wrapper by compcentral: http://pastebin.com/iuezwGRZ Python wrapper by oipminer: http://pastebin.com/fbkheaRb Node.js example of how to c ...
分类:Windows程序   时间:2017-10-05 13:51:41    阅读次数:279
Notepad++ 安装 NppFTP 插件
How to install a plugin The plugin (in the DLL form) should be placed in the \plugins subfolder of the Notepad++ intall folder .Configuration files sh ...
分类:其他好文   时间:2017-09-21 16:44:48    阅读次数:8185
New Concept English Two 29 79
$课文77 一例成功的手术 829. The mummy of an Egyptian woman who died in 800 B.C. has just had an operation. 死于公元前800年的一位埃及妇女的木乃伊刚刚接受了一次手术。 830. The mummy is tha ...
分类:其他好文   时间:2017-09-19 11:26:13    阅读次数:164
XML DOM
XML DOM 教程XML文档对象模型定义访问和操作XML文档的标准方法。DOM将 XML文档 作为一个树形结构,而树叶被定义为节点。XML DOM 简介XML DOM 定义了 访问和处理 XML文档的标准方法。XML DOM 是XML Docment Object Model(文档对象模型) 的缩 ...
分类:其他好文   时间:2017-09-03 20:11:38    阅读次数:216
POJ 1753 Flip Game(枚举+DFS)
Flip game is played on a rectangular 4x4 field with two-sided pieces placed on each of its 16 squares. One side of each piece is white and the other o ...
分类:其他好文   时间:2017-09-03 13:14:41    阅读次数:161
linux centos7 安装mysql-5.7.17教程(图解)
1系统约定安装文件下载目录:/data/softwareMysql目录安装位置:/usr/local/mysql数据库保存位置:/data/mysql日志保存位置:/data/log/mysql 2下载mysql在官网:http://dev.mysql.com/downloads/mysql/ 中, ...
分类:数据库   时间:2017-08-25 15:56:36    阅读次数:452
252条   上一页 1 ... 9 10 11 12 13 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!