码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
Linux 权限相关
Linux中,所有文件都有 三种权限:User ,Group,Other 三个文件: /etc/passwd :包括所有系统账号,一般用户身份和root信息 /etc/shadow :保存个人密码 /etc/group :保存所有组名 三个参数: r(read)、w(write)、x(execute ...
分类:系统相关   时间:2016-06-21 15:40:22    阅读次数:201
RxJava zip操作符在Android中的实际使用场景
概述 Returns an Observable that emits the results of a specified combiner function applied to combinations of two items emitted, in sequence, by two other Observables. 流程图: 简单来说zip操作符就是合并多个数据流,...
分类:移动开发   时间:2016-06-21 06:49:26    阅读次数:170
Maven学习总结二:使用myEclipse和命令行构建Maven项目
一:使用myEclipse构建一个Maven项目 1、选择菜单 File -> new -> Other 2、选择Maven Project 3、默认选择、直接下一步 4、在Filter里面输入webapp进行过滤,然后选择maven-archetype-webapp,然后next 5、输入Grou ...
分类:系统相关   时间:2016-06-19 21:19:13    阅读次数:371
Effective Python2 读书笔记2
Item 14: Prefer Exceptions to Returning None Functions that returns None to indicate special meaning are error prone because None and other values (e. ...
分类:编程语言   时间:2016-06-19 11:19:29    阅读次数:225
VJass
JassHelper 0.A.0.0 Although World Editor's Jass compiler was finally replaced by PJass using WEHelper , there were a couple of other annoyances that s... ...
分类:其他好文   时间:2016-06-18 18:19:14    阅读次数:275
通过剪切板传递数据—— 传递一个对象
1、三个类 MainActivity MyData OtherActivity 2、Layout 下面布局 activity_main.xml other.xml 3、注册 ...
分类:其他好文   时间:2016-06-18 14:13:45    阅读次数:250
通过剪切板传递数据
1、来两个Activity MainActivity是默认值 OtherActivity是新建的 2、layout下面文件 activity_main.xml other.xml 3、在注册一下 AndroidManifest.xml ...
分类:其他好文   时间:2016-06-18 13:01:54    阅读次数:209
yum
yum仓库中的元数据文件:primary.xml.gz所有RPM包的列表依耐性关系;每隔RPM安装生成的文件列表;filelists.xml.gz当前仓库中所有的RPM包的所有文件列表other.xml.gz额外信息,RPM包的修改日志;repomd.xml记录的是上三个文件的时间戳和校验和[root@localhost~]#cat/etc/yum.co..
分类:其他好文   时间:2016-06-18 01:29:20    阅读次数:179
Linux 的数字权限意义
三个组 每个都有三个权限 r w x每个权限用二进制 0 和 1 标示 1即为有此权限 0 标示无权限 ower group other r w x r w x r w x 每个组都可以设为以下权限: 所有权限 rwx全是1 为 二进制111 即为7 读写权限110 即为6 读和执行权限101 即为 ...
分类:系统相关   时间:2016-06-17 23:49:15    阅读次数:200
一健安装LNMP
#下载配置Yum#rm-rf/etc/yum.repos.d/other#mkdir/etc/yum.repos.d/other#mv/etc/yum.repos.d/*.repo/etc/yum.repos.d/other#wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-6.repo#yumcleanall#yummakecache#配置本地YUMmount/dev/cdrom/medi..
分类:其他好文   时间:2016-06-17 19:47:58    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!