1、错误描述
2、错误原因
3、解决办法...
分类:
其他 时间:
2015-04-13 00:27:28
收藏:
0 评论:
0 赞:
0 阅读:
4165
https://leetcode.com/problems/house-robber/
题目设计了一个抢劫犯的情景,其实就是求数组中不相邻数据进行组合得到的最大值
举一个例子
假设数据: 8 3 6 15 4 9 7 10
那么首先可能选取 8 , 3
每一个数字的选取都是根据他的前两个数字,前三个数字得到的最大值进行选择,等到6的时候考虑前面只能和8组合 8,3,14
到数字15,...
分类:
编程语言 时间:
2015-04-13 00:27:18
收藏:
0 评论:
0 赞:
0 阅读:
923
1、错误原因
Query:
DROP TRIGGER `insert_pcs_approve`
Error occured at:2015-04-12 13:37:32
Line no.:1
Error Code: 1360 - Trigger does not existQuery:
ALTER TABLE `t_pcs_berth`
MODIFY COLUMN `id` int(20)...
分类:
其他 时间:
2015-04-13 00:27:08
收藏:
0 评论:
0 赞:
0 阅读:
274
Superbot is an interesting game which you need to control the robot on an N*M grid map.
As you see, it's just a simple game: there is a control panel with four direction left (1st position), right ...
分类:
其他 时间:
2015-04-13 00:26:58
收藏:
0 评论:
0 赞:
0 阅读:
230
Cocos2d-x Action管理
动作管理类CCActionManager是一个管理所有动作的单例,工作原理是:当CCNode执行runAction时,该函数会把动作通过动作管理类的addAction函数将对象传递给CCActionManager的单例,该实例再把这个动作添加到自己的动作序列中。
动作管理单例通过定时刷新自己的update方法,在这个方法中去调用行为序列中每个动作的...
分类:
其他 时间:
2015-04-13 00:26:49
收藏:
0 评论:
0 赞:
0 阅读:
451
Java静态代码块、构造代码块、构造方法的执行顺序静态代码优先于非静态的代码,是因为被static修饰的成员都是类成员,会随着JVM加载类的时候加载而执行,而没有被static修饰的成员也被称为实例成员,需要创建对象才会随之加载到堆内存。所以静态的会优先非静态的。
执行构造器(构造方法)的时候,在执行方法体之前存在隐式三步:
1,super语句,可能出现以下三种情况:
1)构造方法体的第一行是...
分类:
编程语言 时间:
2015-04-13 00:26:42
收藏:
0 评论:
0 赞:
0 阅读:
344
结构体与指针和链表
结构体的声明
结构体是一种类型,其中包含数个不同的类型变量
struct student
{
char name[20];
int age;
int number;
}
struct student x;
struct student x[20],*x;
此时的x与x[20],*x均为同一种类型
注意:
struct
{
int a;
ch...
分类:
其他 时间:
2015-04-13 00:26:28
收藏:
0 评论:
0 赞:
0 阅读:
273
1、错误描述
四月 12, 2015 2:17:54 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'appServlet'
四月 12, 2015 2:17:56 下午 org.apache.catalina.core.StandardContext rel...
分类:
编程语言 时间:
2015-04-13 00:26:18
收藏:
0 评论:
0 赞:
0 阅读:
589
Exo (Korean: ??; Chinese:爱咳嗽; often stylized as EXO) is a Chinese-South Korean boy band based in Seoul, South Korea. Formed by SM Entertainment in 2011, the group consists of twelve members
separate...
分类:
其他 时间:
2015-04-13 00:26:08
收藏:
0 评论:
0 赞:
0 阅读:
308
?? 这是从网上找来的,收藏一下备用,用到之处可以节省不少时间哦! 只能输入数字: "^[0-9]*$" 。 只能输入n位的数字:"^\d{n}$"。 只能输入至少n位的数字:"^\d{n,}$"。 只能输入m~n位的数字:"^\d{m,n}$"。 只能输入零和非零开头的数字:"^(0|[1-9][0-9]*)$"。 只能输入有两位小数的正实数:"^[0-9]+(.[0-9]{2...
分类:
Windows开发 时间:
2015-04-13 00:25:59
收藏:
0 评论:
0 赞:
0 阅读:
304
1、错误描述
org.hibernate.exception.DataException: could not execute statement
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:69)
at org.hibernate.exc...
分类:
数据库技术 时间:
2015-04-13 00:25:48
收藏:
0 评论:
0 赞:
0 阅读:
586
1、错误描述
Count:2org.apache.batik.transcoder.TranscoderException: null
Enclosed Exception:
The current document is unable to create an element of the requested type (namespace: http://www.w3.org/2000/sv...
分类:
Web开发 时间:
2015-04-13 00:25:38
收藏:
0 评论:
0 赞:
1 阅读:
686
动态库:kdm_dll.dll
ocx控件:UnionKdm.ocx
inf文件:UnionKdm.inf
其中inf文件编写方式格式如下:
[version]
signature="$CHICAGO$"
AdvancedINF=2.0
[DefaultInstall]
CopyFiles=InstallFilesSection,InstallInfSection...
分类:
其他 时间:
2015-04-13 00:25:28
收藏:
0 评论:
0 赞:
0 阅读:
311
Ci的日志模块是作为一个library来实现以及使用的。
(一) 使用方式
(a) 配置
在applicatin/environment/config/config.php中
log_threshold: 可写日志级别阀值.array('ERROR' => '1', 'DEBUG' => '2', 'INFO' => '3', 'ALL' =>...
分类:
其他 时间:
2015-04-13 00:25:08
收藏:
0 评论:
0 赞:
0 阅读:
294
菜鸡从零单刷 LeetCode 系列...
分类:
其他 时间:
2015-04-13 00:24:58
收藏:
0 评论:
0 赞:
0 阅读:
252
题目1 : 01串
时间限制:7000ms
单点时限:1000ms
内存限制:256MB
描述
给定两个整数n和m,求是否存在恰好包含n个0和m个1的01串S,使得S中不存在子串"001"和"11"。
如果存在符合条件的01串则输出字典序最小的S,否则输出NO。
输入
一行两个整数,表示n和m。(0
输出
一行一个字符串,为字典序...
分类:
其他 时间:
2015-04-13 00:24:49
收藏:
0 评论:
0 赞:
0 阅读:
268
Swift入门系列,语言基础,包括基本数据类型,条件、循环语句语法等...
分类:
编程语言 时间:
2015-04-13 00:24:38
收藏:
0 评论:
0 赞:
0 阅读:
199
Tip28
Use Line Numbers as an Address
If we enter an Ex command consisting only of a number, then Vim will interpret that as an address and move our cursor to the specified line.Specify a Range of Lines...
分类:
系统服务 时间:
2015-04-13 00:24:28
收藏:
0 评论:
0 赞:
0 阅读:
234
个人的武装配置比较搓。希望大神指正下。
我们先去这里收集主人公闯关道具 —— 昊天塔 emacs for windows:http://ftp.gnu.org/gnu/emacs/windows/
我使用的是冥界版 24.3。
释放 emacs 的灵压,将其解压 emacs 在你需要的目录下,在解压后生成的 bin 目录下,点击 addpm.exe,
会在 “C:\Users\Ad...
分类:
编程语言 时间:
2015-04-13 00:23:59
收藏:
0 评论:
0 赞:
0 阅读:
1563
最近刚将自己的 wp8.1 更新到了 win10 遇到一些问题 经查询后 略作一总结:
至于哪些机型可以更新到win 10 可以自行查看
NOTE:更新需谨慎,若非深爱 请勿轻易更新
1.首先,你需要下载windows insider 同意协议勾选成功后,才可以在手机更新中找到可以安装的 win10 预览版。
2.安装完成后,进入界面,你可能需要输入sim卡的 pin码,这时候bug就来了...
分类:
Windows开发 时间:
2015-04-13 00:23:49
收藏:
0 评论:
0 赞:
0 阅读:
292