The ? 1 ? 2 ? ... ? n = k problemThe problemGiven the following formula, one can set operators '+' or '-' instead of each '?', in order to obtain a gi...
分类:
其他好文 时间:
2014-10-29 23:44:00
阅读次数:
198
Studying TCP's Congestion Window using NS How to obtain TCP's CWND value The most important value that determine the behavior of TCP is the congestion...
1、Eclipse 读取hdfs文件错误: java.io.IOException: Could not obtain block: blk_194219614024901469_1100 file=/user/hive/warehouse/src_20090724_log/src_20090724...
分类:
其他好文 时间:
2014-10-26 16:53:15
阅读次数:
178
以下是被执行的代码: $areas=$this->builder->from(‘area‘)
->where(‘aid=0‘)
->getQuery()
->execute()
->toArray();
$this->view->setVar(‘areas‘,$areas);经过研究才发现原来where里面的字段要带着表名的,正确代码: $areas=$this->..
分类:
其他好文 时间:
2014-09-29 17:59:41
阅读次数:
208
简单运行图:名词解析:Message(消息):定义了一个包含描述以及随意的数据对象可以被发送到Hanlder的消息,获得消息的最好方法是Message.obtain或者Handler.obtainMessage方法;MessageQueue(消息队列):是looper中的一个消息队列;Looper....
分类:
移动开发 时间:
2014-09-16 00:02:49
阅读次数:
413
linux下weblogic启动如果出现这个错误,多半是hosts文件不对1、先输入hostname,查看本机计算机名(比如:server123)2、sudo vi /etc/hosts 编辑hosts文件,在最后加一行127.0.0.1 server123 (这里的server123换成你自己的l...
分类:
Web程序 时间:
2014-09-15 19:07:29
阅读次数:
524
一、判断AdminServer.lok被其进程锁死 >weblogic.management.ManagementException: Unable to obtain lock on *******/AdminServer.lok. Server may...
分类:
Web程序 时间:
2014-09-15 10:03:18
阅读次数:
272
SQL Server 可以在实例,数据库,列,查询分别指定排序规则/* Module 1 - working with Clollations*/-- 1.1 Obtain the Instance Collation from the GUI--Create a Database without ...
分类:
数据库 时间:
2014-09-01 03:58:22
阅读次数:
309
顾名思义即速率跟踪者,主要用来跟踪触摸事件(flinging和getsture)的速率,在UI特效的设计上非常有用。使用时:step1:通过VelocityTracker.obtain()方法实例化。step2:使用addMovement(MotionEvent)指定检测对象。step3:通过get...
分类:
移动开发 时间:
2014-08-26 21:07:36
阅读次数:
248
还原Oracle数据库时出现ORA-19870和ORA-19573错误,如:RMAN> restore database;Starting restore at 11-DEC-12 using channel ORA_DISK_1channel ORA_DISK_1: starting datafi...
分类:
其他好文 时间:
2014-08-17 19:51:02
阅读次数:
342