Advanced Message Queuing Protocol_AMQP The Advanced Message Queuing Protocol (AMQP) is an open standard for passing business messages between applications or organizations. ?It connects systems, ...
分类:
其他好文 时间:
2014-11-03 16:37:06
阅读次数:
135
Activity有四种启动模式:1.standard(标准) 2.singleTop 3.singleTask 4.singleInstance标识某个Activity的启动模式,有两种方式:1.一种是通过AndroidManifest.xml 2.一种是通过Intent的标识通过AndroidMa...
分类:
其他好文 时间:
2014-11-02 17:49:49
阅读次数:
272
Activity有四种启动模式:1.standard(标准) 2.singleTop 3.singleTask 4.singleInstance标识某个Activity的启动模式,有两种方式:1.一种是通过AndroidManifest.xml 2.一种是通过Intent的标识通过AndroidMa...
分类:
其他好文 时间:
2014-11-02 00:28:31
阅读次数:
416
涉及获取元素的主要API在获取原生DOM元素的时候,主要涉及这几个DOM API(链接为Living Standard):Node及对应集合NodeListElement(继承Node)及对应集合HTMLCollectionDocument(继承Node)注:计划取代NodeList和HTMLCol...
分类:
Web程序 时间:
2014-11-02 00:25:54
阅读次数:
345
1.查看当前linux系统的版本:lsb_release –a 。redhat还可以去/etc/redhat-realse 中查看版本信息。lsb是Linux Standard Base的缩写。2.mv命令可以用于移动和改名目录或文件,如下: mv /home/abc /home/abcd3.替换文...
分类:
其他好文 时间:
2014-11-01 14:45:35
阅读次数:
194
1.????eclipse下载. 进入eclipse官网下载 Eclipse standard 4.4 , ?下载页面:?http://www.eclipse.org/downloads/ ? ? 2.????ADT插件下载 : ?http://developer.android.com/sdk/installing/i...
/**
* 开启线程检测软件可用内存情况,软件退出后, 调用System.exit(0)该线程才会停止 *
*
* @param sleep
* 每隔一段时间检测内存
* @param standard
* 内存超过多少比例报警
*/
public static void m...
分类:
移动开发 时间:
2014-10-31 01:16:11
阅读次数:
254
STL就是Standard Template Library,标准模板库。这可能是一个历史上最令人兴奋的工具的最无聊的术语。从根本上说,STL是一些“容器”的集合,这些“容器”有list, vector,set,map等,STL也是算法和其它一些组件的集合。这里的“容器”和算法的集合指的是世界上非常...
分类:
其他好文 时间:
2014-10-30 20:49:50
阅读次数:
261
The three-by-three array in Figure 1 is a maze. A standard six-sided die is needed to traverse the maze (the layout of a standard six--sided die is shown in Figure 2). Each maze has an initial positio...
分类:
其他好文 时间:
2014-10-30 17:15:04
阅读次数:
278
1 前言如果你熟悉Microsoft Foundation Classes(MFC)的CString,Windows Template Library(WTL)的CString或者Standard Template Library(STL)的字符串类,那么你对String.Format方法肯定很熟悉...