dumpheap 时提示:0:105> !dumpheap -stat The garbage collector data structures are not in a valid state for traversal. It is either in the "plan phase...
分类:
数据库 时间:
2014-12-26 20:14:45
阅读次数:
398
续上篇:http://www.cnblogs.com/qianqians/p/4168332.html现在来个清晰的语法分析讲解:为了保持函数声明的上下文语境比如声明与全局,namespace,class之中,我定义了一个简单的状态机class state(object): STATENONE...
分类:
编程语言 时间:
2014-12-25 17:58:47
阅读次数:
194
Problem Description
N cities of the Java Kingdom need to be covered by radars for being in a state of war. Since the kingdom has M radar stations but only K operators, we can at most operate K rada...
分类:
其他好文 时间:
2014-12-25 01:30:48
阅读次数:
460
VDI manual Technical Logistics - Volume 2: Industrial TrucksNamePublication date:State VDI 2196 Blatt 2 Tyres for industrial trucks - Procedur...
分类:
其他好文 时间:
2014-12-24 13:13:34
阅读次数:
296
下面自从Honeycomb发布后,下面栈跟踪信息和异常信息已经困扰了StackOverFlow很久了。java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at android.s...
分类:
其他好文 时间:
2014-12-24 08:42:49
阅读次数:
162
今天去spring官网发现一个关键词:Restful,以前只在与一个系统对接时用到过这种形式的接口,但印象不深,百度搜索后才感觉自己太out了,这个概念2000年提出,2009年时国内就有很多人推荐使用,而自己之前既然没什么了解。REST的全称是Representation State Transf...
分类:
其他好文 时间:
2014-12-23 22:35:26
阅读次数:
179
#include#include#include#includeusing namespace std;typedef int State[9];const int MAXSTATE=1000000;State st[MAXSTATE],goal;//int dist[MAXSTATE];int v...
分类:
其他好文 时间:
2014-12-23 21:04:47
阅读次数:
120
在HM代码中熵解码的部分写得比较复杂,通过分析后,用C代码重写了熵解码的部分,思路会更加清晰一些
数据结构:
typedef struct ContextModel
{
HEVC_UINT8 State;
HEVC_UINT32 BinsCoded;
}ContextModel;
typedef struct ContextModel3D
{
ContextModel* pContex...
分类:
其他好文 时间:
2014-12-23 19:28:49
阅读次数:
462
备忘录模式,可以将当前状态保存,并随时恢复。Originator存在状态state,当需要保存此状态时,通过CreateMemento创建一个备忘录对象Memento保存此状态;而需要恢复相应状态时,使用RestoreMemento(memento)将相应的状态恢复回来。
分类:
其他好文 时间:
2014-12-23 15:16:56
阅读次数:
108
偷懒使用animate.css来制作效果animate动画的基本属性:属性描述CSS@keyframes规定动画。3animation所有动画属性的简写属性,除了 animation-play-state 属性。3animation-name规定 @keyframes 动画的名称。3animatio...
分类:
Web程序 时间:
2014-12-23 12:10:47
阅读次数:
186