首页 > 其他
OpenStack official programs
What are programs?The OpenStack project mission isto produce the ubiquitous Open Source Cloud Computing platform that will meet the needs of public an...
分类:其他   时间:2014-01-21 17:05:35    收藏:0  评论:0  赞:0  阅读:328
Linux shell 脚本攻略之文件查找与文件列表
摘自:《Linux shell 脚本攻略》
分类:其他   时间:2014-01-21 16:41:30    收藏:0  评论:0  赞:0  阅读:380
培训第四天的内容
写一个读取数字的类 实现输入小于max参数的数,实现输入介于min和max之间的数字,实现输入一个整数,使用指定默认参数代替了方法重载。代码:class JKConsole { public static int ReadInt(int max = int.MaxValue, int min = i...
分类:其他   时间:2014-01-21 16:41:15    收藏:0  评论:0  赞:0  阅读:298
java.util.Arrays
Arrays class contains many methods used to manipulate array ( like sort methods and binary search method). When the input parameter is null, it will t...
分类:其他   时间:2014-01-21 16:41:05    收藏:0  评论:0  赞:0  阅读:327
对象池
对象池Object pool基本思路:1. 继承PoolableObjectFactory的工厂类,用来“制造”相应的Object2. 创建一个ObjectPool用borrowObject和returnObject来进行对象“归还”和“借用”
分类:其他   时间:2014-01-21 16:40:55    收藏:0  评论:0  赞:0  阅读:289
移植u-boot-2010.03问题 --- No oob scheme defined for oobsize 32
移植u-boot-2010.03问题 --- No oob scheme defined for oobsize 321,找到u-boot-2010.03/drivers/mtd/nand下的nand_ids.c //{"NAND 2GiB 3,3V 8-bit", 0xD5, 0, 2048, 0...
分类:其他   时间:2014-01-21 16:41:00    收藏:0  评论:0  赞:0  阅读:386
poj1611---The Suspects
The SuspectsTime Limit: 1000MSMemory Limit: 20000KTotal Submissions: 19754Accepted: 9576DescriptionSevere acute respiratory syndrome (SARS), an atypic...
分类:其他   时间:2014-01-21 16:40:50    收藏:0  评论:0  赞:0  阅读:296
Channel Allocation(DFS着色问题)
#include #include int T,grid[30][30],color[30],ret[30];void dfs(int x){ int c[30]={0},i; for (i=0;i<T;i++) if (grid[x][i]) c[color[i]] = 1; for (i=1;i...
分类:其他   时间:2014-01-21 16:40:46    收藏:0  评论:0  赞:0  阅读:557
java多线程执行时主线程的等待
1、通过thread.join()方式,注意:如果有多个子线程,需要将全部的线程先start,然后再join。代码示例如下:public class Main{ public static void main(String[] args) { long start = System.currentT...
分类:其他   时间:2014-01-21 16:40:25    收藏:0  评论:0  赞:0  阅读:403
WdatePicker 动态变量表
4. 日期范围限制静态限制 注意:日期格式必须与 realDateFmt 和 realTimeFmt 一致你可以给通过配置minDate(最小日期),maxDate(最大日期)为静态日期值,来限定日期的范围示例4-1-1 限制日期的范围是 2006-09-10到2008-12-20示例4-1-2 限...
分类:其他   时间:2014-01-21 16:40:30    收藏:0  评论:0  赞:0  阅读:378
The ObjectContext instance has been disposed and can no longer be used for operations that require a connection.
The ObjectContext instance has been disposed and can no longer be used for operations that require a connection.How to solve the error The ObjectConte...
分类:其他   时间:2014-01-21 16:40:20    收藏:0  评论:0  赞:0  阅读:454
Visual Studio 2005 快捷键汇总
Visual Studio 2005 快捷键既多,又方便,如果能熟练运用,将会对大家的编程速度有很大的提高。Ctrl+B,T / Ctrl+K,K: 切换书签开关 Ctrl+B,N / Ctrl+K,N: 移动到下一书签 Ctrl+B,P: 移动到上一书签 Ctrl+B,C: 清除全部标签 Ctrl...
分类:其他   时间:2014-01-21 16:40:10    收藏:0  评论:0  赞:0  阅读:413
hdu Frequent values (线段树 求最值)
Problem DescriptionYou are given a sequence ofnintegersa1, a2, ... , anin non-decreasing order. In addition to that, you are given several queries con...
分类:其他   时间:2014-01-21 16:39:50    收藏:0  评论:0  赞:0  阅读:566
RTSP、HTTP、HTTPS、SDP四种协议详解
RTSP、HTTP、HTTPS、SDP四种协议详解分类:ffmpeg2013-08-07 14:11246人阅读评论(0)收藏举报RTSP、HTTP、HTTPS、SDP四种协议详解从这篇开始我们将进入流媒体的环节,流媒体在android中有nuplayer来实现的,在开始讲解android流媒体前,...
分类:其他   时间:2014-01-21 16:39:25    收藏:0  评论:0  赞:0  阅读:952
bzoj 1022 SJ定理
与传统的SG游戏不同的是,完成最后一个状态的人是输的,我们把这一类问题称作Anti-SG,这类问题的解决我们需要引入一个定理—SJ定理: 对于任意一个Anti-SG游戏,如果我们规定当局面中所有的单一游戏的SG值为0时,游戏结束,则先手必胜当且仅当:(1)游戏的SG函数不为0且游戏中某个单一游戏的S...
分类:其他   时间:2014-01-21 16:39:20    收藏:0  评论:0  赞:0  阅读:395
关于memcached
代振军http://www.cnblogs.com/daizhj/archive/2009/03/23/1386652.htmlhttp://www.cnblogs.com/daizhj/archive/2007/08/15/855163.html
分类:其他   时间:2014-01-21 16:39:10    收藏:0  评论:0  赞:0  阅读:354
转载:monkeyrunner工具
前言:最近开始研究Android自动化测试方法,对其中的一些工具、方法和框架做了一些简单的整理,其中包括 android测试框架、CTS、Monkey、Monkeyrunner、benchmark、其它test tool等等。因接触时间很短,很多地方有不足之处,希望能和大家多多交流。一、什么是mon...
分类:其他   时间:2014-01-21 16:39:06    收藏:0  评论:0  赞:0  阅读:357
after change the pltask.cfg
The pltask.cfg file contain run_EOD script , after you change the pltask.cfg file, we should reset the module pltask.
分类:其他   时间:2014-01-21 16:39:00    收藏:0  评论:0  赞:0  阅读:308
MATLAB MuPad执行计算1
执行计算在本节中…用数计算求导数积分解方程操作表达式使用假设用数计算 在MuPad中你可以操作以下数字类型:整数;分数;浮点数;复数作为默认MuPad假定所有的变量都是复数。使用整数和分数计算2+24或者使用分数结果:(1+(5/2*3))/(1/7+7/9)^2对于一些及没法用整数和分数表示数值会...
分类:其他   时间:2014-01-21 16:38:51    收藏:0  评论:0  赞:0  阅读:582
j2se之面向对象编程
对象和类的概念 对象用机器语言对问题域中的事物进行描述,对象通过“属性”和“方法”来分别对事物具有的静态属性和动态属性 类是用于描述同一类型的对象的一个抽象的概念类中定义了这一类对象所具有的静态和动态的属性 类可以看成一类对象的模版,对象可以看成该类的具体实例类(对象)之间的关系: 关联关系 继承关...
分类:其他   时间:2014-01-21 16:38:40    收藏:0  评论:0  赞:0  阅读:302
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!