第一章 不存在--I believe that weare who we choose to be. Nobody‘s going to come and save you, you‘ve got tosave yourself. 我相信我们成为怎样的人是我们自己的选择。没有人会来拯救你,你必须要自己拯救自己。 中午在网上看图,看到这张照片,瞬间被吸引。人总是要有自己的兴趣和爱好,看图是我的一种方...
分类:
其他好文 时间:
2015-01-23 20:09:48
阅读次数:
156
通过git init命令把这个目录变为git管理仓库第一步,用命令git add告诉Git,把文件添加到仓库:第二步,用命令git commit -m “ 记录信息”告诉Git,把文件提交到仓库:会提示如下信息:*** Please tell me who you are.Rungit config...
分类:
其他好文 时间:
2015-01-23 19:51:51
阅读次数:
140
The tutorial is for anybody who is interested to ArchLinux.
Thanks !...
分类:
系统相关 时间:
2015-01-23 11:15:16
阅读次数:
203
Recommended BooksHere is a list of books which I have read and feel it is worth recommending to friends who are interested in computer science.Machine...
分类:
其他好文 时间:
2015-01-22 09:20:20
阅读次数:
161
#who 或者 #w 展示所有登录到当前系统的用户信息#who am i 展示真是用户信息#whoami 展示登陆系统的用户名例如 :登陆用户和真实用户一致#whoamiroot#who am iroot pts/3 oct 23 12:17 (:0.0)登陆用户和真实用户不一致#whoamicic...
分类:
系统相关 时间:
2015-01-22 01:41:20
阅读次数:
209
FastJSON是一个阿里巴巴内部人员开发的,用于JSON对象和普通类对象互相转换的库。号称性能超越Jackson,今天我们就来看看,阿里巴巴大牛 vs Tatu Saloranta,到底 who is the most awesome!...
分类:
Web程序 时间:
2015-01-21 20:10:36
阅读次数:
259
DilbertDilbertDoctor: "It's worse than I feared."Mother: "What is it?"Doctor: "I'm afraid your son has … the Knack."Mother: "The knack?"Doctor: "The K...
分类:
其他好文 时间:
2015-01-21 14:56:50
阅读次数:
187
看到application这个类,一直不知道这个是干什么用的,今天刚好有点时间,所以进行了详细的学习。
一.先对它的整体概念解释:
在android源码中对他的描述是;
* Base class for those who need to maintain global application state. You can
* provide your ...
分类:
移动开发 时间:
2015-01-21 10:14:02
阅读次数:
195
标签:gpasswd,groupadd,groupdel,groupmod,linux,useradd,userdel,usermod,who一,组操作1,创建组groupadd test增加一个test组2,修改组groupmod -n test2 test将test组的名子改成test23,删除...
分类:
系统相关 时间:
2015-01-20 15:29:42
阅读次数:
311
1,UID和GID用户分为:普通用户,根用户,系统用户一般普通用户只能在其家目录,系统临时目录或其他经过授权的目录中操作。id>500根用户:root用户,ID=0系统用户:系统运行时所需要的用户命令:id查看uidgidgroups查看所属组ls-ln组和用户用UID来表示。who/users/w查询当前..
分类:
系统相关 时间:
2015-01-19 19:15:26
阅读次数:
232