码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
读书笔记——chapter 5 用户身份与文件权限
5.4 文件的隐藏属性 1.chatter: + 设置权限 - 取消权限 2.lsattr: 查看隐藏属性 5.5 文件访问控制列表(file access control list) 1. setfacl:针对单一用户或用户组、单一文件或目录来进行rwx权限的设置。 格式:setfacl [参数] ...
分类:其他好文   时间:2018-02-01 17:33:02    阅读次数:166
《algorithm_4th》 1 chapter:Fundamentals
"算法,第四版,英文版百度网盘" 密码: Basic Programming Model Java中数组的使用 Java中数组的使用:声名(declaration),指定空间大小(creation)和初始化(initialization)缺一不可。一旦我们创建了(create)了数组,它的大小(N ...
分类:其他好文   时间:2018-01-30 19:46:44    阅读次数:201
Spock - Document -02 - Spock Primer
Spock Primer Peter Niederwieser, The Spock Framework TeamVersion 1.1 Spock Primer Peter Niederwieser, The Spock Framework TeamVersion 1.1 This chapter ...
分类:其他好文   时间:2018-01-30 16:27:25    阅读次数:191
Chapter 3 Underlying Technologies
Chapter 3. Underlying Technologies We can think of the Internet as a series of backbone networks that are run by international, national, are regional ...
分类:其他好文   时间:2018-01-27 13:51:49    阅读次数:174
Chapter5记忆力训练
//5-1单纯记忆训练,记忆4位数 #include #include #include #define MAX_STAGE 10 //关卡数 int sleep(unsigned long x){ clock_t c1 = clock(), c2; do{ if((c2 = clock()) ==... ...
分类:其他好文   时间:2018-01-27 00:36:50    阅读次数:182
浅谈JAVA中字符串常量的储存位置
在讲述这些之前我们需要一些预备知识: Java的内存结构我们可以通过两个方面去看待它。 一、从抽象的JVM的角度去看。相关定义请参考JVM规范:Chapter 2. The Structure of the Java Virtual Machine 从该角度看的话Java内存结构包含以下部分:该部分 ...
分类:编程语言   时间:2018-01-24 19:49:09    阅读次数:275
Notes on learning c++: chapter 1(second part)
chapter 1 1.3a To print more than one thing on the same line, the output operator(<<) can be used mutiple times. When uesd with std::cout, std::endl i ...
分类:编程语言   时间:2018-01-24 17:00:26    阅读次数:201
Notes on learning c++: chapter 0
chapter 0 0.2 program(application or software): a set of instructions; machine code(machine language or instruction set): limited set of instructions ...
分类:编程语言   时间:2018-01-21 22:39:17    阅读次数:209
PHP开发微信支付功能
因工作需要,公司有一个项目要使用到微信扫码付款功能01.登录微信公众号,下载DEMO程序https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=11_1
分类:微信   时间:2018-01-19 17:22:51    阅读次数:302
Black Beauty
Chapter 1 My Early Home Chapter 2 My Training Chapter 3 Birtwick Park Chapter 4 A Fair Start Chapter 5 A Talk in the Orchard Chapter 6 A Stormy Day Ch ...
分类:其他好文   时间:2018-01-13 22:18:14    阅读次数:214
1815条   上一页 1 ... 49 50 51 52 53 ... 182 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!