昨天上午,同事反映某系统在执行存储过程的过程中报错了,报错的信息异常如下:05:00000:00009:2014/06/09
15:45:30.34 server Error: 8242, Severity: 16, State: 105:00000:00009:2014/06/09
15:45.....
分类:
数据库 时间:
2014-06-13 07:57:41
阅读次数:
283
Firebug 2.0 is compatible with Firefox 30 –
32Firebug 2 UI:The screenshot shows Win OS theme other OSes (Linux and Mac) have
own custom theme.New Feat...
分类:
Web程序 时间:
2014-06-13 06:46:35
阅读次数:
334
Unlike other promotional products, custom,
these bags are? U? A useful tool for advertising because the ads joke Wielen
fill the chest. If you want yo...
分类:
其他好文 时间:
2014-06-10 20:12:34
阅读次数:
298
定义及应用
定义
stuff = {'name': 'Zed', 'age': 36, 'height': 6*12+2}#key:value pairs
实例
# create a mapping of state to abbreviation
states = {
'Oregon': 'OR',
'Florida': 'FL',
'California':...
分类:
编程语言 时间:
2014-06-10 15:46:14
阅读次数:
266
游戏主界面,同时也是主程序,包括sprite的生成加入以及游戏状态的控制。下面同样贴下源码再讲解;/** * Power by
html5中文网(html5china.com) * author: jackyWHJ */var STATE_PLAYING = 0;var
STATE_GAMEOVE....
分类:
Web程序 时间:
2014-06-10 12:57:44
阅读次数:
271
Description
Problem A
The Most Distant State
Input: standard input
Output: standard output
The 8-puzzle is a square tray in which eight square tiles are placed. The remaining ninth square ...
分类:
其他好文 时间:
2014-06-10 07:59:06
阅读次数:
335
SELECT * FROM FND_FORM_CUSTOM_RULES;SELECT *
FROM FND_FORM_CUSTOM_ACTIONS;SELECT * FROM FND_FORM_CUSTOM_PARAMS;SELECT * FROM
FND_FORM_CUSTOM_SCOPES;se...
分类:
数据库 时间:
2014-06-09 17:29:30
阅读次数:
557
Using a custom contentType to creating a
list:function GetContentType(){ var clientContext = new
SP.ClientContext(siteUrl); var currentW...
分类:
其他好文 时间:
2014-06-09 00:39:06
阅读次数:
301
状态模式:当一个对象的内在状态改变时允许改变其行为,这个对象看起来像是改变了其类。简单描述:一个Context类(存有一个抽象状态State引用),调用状态类的方法。State的具体类方法中会判断Context类的状态(如时间),满足一个状态则执行相应动作,否则把Context的State引用指向下...
分类:
编程语言 时间:
2014-06-08 20:53:11
阅读次数:
469
4 对象与类4.1 面向对象程序设计概述1
类封装(数据隐藏):将数据和行为组合在一个包中,并对对象使用者隐藏数据的实现方式。对象中的数据成为实例域,操纵数据的过程称为方法。2
对象对象的三个主要特性:对象的行为behavior,对象的状态state,对象标识identity。3 识别类4 类之间的...
分类:
编程语言 时间:
2014-06-08 20:03:17
阅读次数:
266