useradd命令参数详解: -h, --help display this help message and exit -k, --skel SKEL_DIR use this alternative skeleton directory -K, --key KEY=VALUE override ...
分类:
其他好文 时间:
2015-05-03 23:25:50
阅读次数:
121
什么是Alternative menu(替代菜单)举个例子,Activity显示一个文本文件。如果用户想对文本文件进行编辑,Activity不提供编辑能力,但可由其他activity或者其他应用提供。我们将相关信息存储在一个intent中,例如该文本的Uri。这个intent可以匹配系统的多个应用,...
分类:
移动开发 时间:
2015-04-30 00:42:38
阅读次数:
238
一个普通的字符串,为Action提供额外的类别信息,两者通常结合使用,一个Intent对象只能有一个Action,但能有多个Category。
下面是开发过程中常见的Category
CATEGORY_ALTERNATIVE
设置这个activity是否可以被认为是用户正在浏览的数据的一个可选择的action
CATEGO...
分类:
其他好文 时间:
2015-04-24 19:09:27
阅读次数:
133
1、为什么要用enum 写程序时,我们常常需要为某个对象关联一组可选alternative属性.例如,学生的成绩分A,B,C,D等,天气分sunny, cloudy, rainy等等。 更常见的,打开一个文件可能有三种状态:input, output和append. 典型做法是,对应定义3个常数,即...
分类:
编程语言 时间:
2015-04-23 19:21:21
阅读次数:
332
装饰模式的英文原文是:Attach additional responsibilitities to an object dynamically keeping the same interface. Decorators provide a flexible alternative to subclassing for extending functionality. 意思是:动态的给一个对象添...
分类:
其他好文 时间:
2015-04-21 09:49:37
阅读次数:
191
I saw a lot of BFS based solutions. And my alternative solution is this mirror-ed BST iterator one, with some book-keeping:class Solution {public: ...
分类:
其他好文 时间:
2015-04-13 12:22:37
阅读次数:
136
Ubuntu现在官方主推的系统是14.04的64-bit,这东西在虚拟机划出1G内存给它也很卡,因此还是选择经典版本Ubuntu12.04。直接打开Ubuntu选择性下载页http://www.ubuntu.com/download/alternative-downloads(点击打开链接)翻到BT下载的部分,找到Ubuntu 12.04.5
Desktop (32-bit),这东西就是不错的...
分类:
系统相关 时间:
2015-04-12 09:18:21
阅读次数:
173
Struts2因License的原因早就不再支持Cos上传了,具体见http://struts.apache.org/2.1.6/docs/file-upload.html的官方说明:There was a third alternative, cos, but it was removed due...
分类:
其他好文 时间:
2015-03-19 06:15:57
阅读次数:
180
My VCDS VAGCOM (clone) cable would not work recently and I could not find a place to buy a new cheap one. Anyway, I love VCDS, but I wanted a computer...
分类:
其他好文 时间:
2015-03-09 17:30:20
阅读次数:
186
一、APC缓存简介APC,全称是Alternative PHP Cache,官方翻译叫”可选PHP缓存”。它为我们提供了缓存和优化PHP的中间代码的框架。 APC的缓存分两部分:系统缓存和用户数据缓存。系统缓存它是指APC把PHP文件源码的编译结果缓存起来,然后在每次调用时先对比时间标记。如果未过期...
分类:
Web程序 时间:
2015-02-26 11:34:23
阅读次数:
141