5.4 文件的隐藏属性 1.chatter: + 设置权限 - 取消权限 2.lsattr: 查看隐藏属性 5.5 文件访问控制列表(file access control list) 1. setfacl:针对单一用户或用户组、单一文件或目录来进行rwx权限的设置。 格式:setfacl [参数] ...
分类:
其他好文 时间:
2018-02-01 17:33:02
阅读次数:
166
"算法,第四版,英文版百度网盘" 密码: Basic Programming Model Java中数组的使用 Java中数组的使用:声名(declaration),指定空间大小(creation)和初始化(initialization)缺一不可。一旦我们创建了(create)了数组,它的大小(N ...
分类:
其他好文 时间:
2018-01-30 19:46:44
阅读次数:
201
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 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
//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的内存结构我们可以通过两个方面去看待它。 一、从抽象的JVM的角度去看。相关定义请参考JVM规范:Chapter 2. The Structure of the Java Virtual Machine 从该角度看的话Java内存结构包含以下部分:该部分 ...
分类:
编程语言 时间:
2018-01-24 19:49:09
阅读次数:
275
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
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
因工作需要,公司有一个项目要使用到微信扫码付款功能01.登录微信公众号,下载DEMO程序https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=11_1
分类:
微信 时间:
2018-01-19 17:22:51
阅读次数:
302
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