Server Error in '/myapp' Application.Parser ErrorDescription: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error deta...
分类:
Web程序 时间:
2014-06-20 11:15:55
阅读次数:
279
原题地址:https://oj.leetcode.com/problems/edit-distance/题意:Given
two wordsword1andword2, find the minimum number of steps required to
convertword1toword2....
分类:
编程语言 时间:
2014-06-11 08:58:49
阅读次数:
293
代理实现 PROPAGATION_REQUIRED ...
分类:
编程语言 时间:
2014-06-07 01:08:27
阅读次数:
253
UI标签库专题二:JEECG智能开发平台Column(列) 子标签
??
1.1. Column(列) 子标签
1.1.1. 示例
年龄" field="age" query="true" extend="{data-options:{required:false,groupSeparator:\"','\"},class:{value:'easyui-nu...
分类:
其他好文 时间:
2014-06-04 14:01:49
阅读次数:
1162
将sql文件导入到mysql时候,就一直报这个错误。我试过网上各种方法都行不通。最后将下面一句执行了一下就可以了,而且没有重启mysql。
SET GLOBAL max_allowed_packet=67108864;...
分类:
数据库 时间:
2014-06-04 13:13:30
阅读次数:
303
TC 2007 的Web 端,页面简洁也简单。
非空验证的话,直接在后面加上一个 红箭头+ "Required value is not specified." 这样一些红色的提示信息。
而这种验证看上去又是和CF端的form 的定义管理起来的。
定义成require 的属性会做这种验证。
那么在web 端实现的机制是怎样的呢? 是否可以不和CF端绑定,在 Web端直接进行这种验证呢?...
分类:
Web程序 时间:
2014-06-03 05:46:39
阅读次数:
299
【题目】
Follow up for "Remove Duplicates":
What if duplicates are allowed at most twice?
For example,
Given sorted array A = [1,1,1,2,2,3],
Your function should return length = 5, and A is now [1,1,2,2,3].
【题意】
给定一个有序数组,给数组去重,和Remove Duplicates from...
分类:
其他好文 时间:
2014-06-03 05:36:24
阅读次数:
219
【题目】
Follow up for "Search in Rotated Sorted Array":
What if duplicates are allowed?
Would this affect the run-time complexity? How and why?
Write a function to determine if a given target is in the array.
【题意】
在“Search in Rotated Sorted Array”的基...
分类:
其他好文 时间:
2014-06-03 01:55:38
阅读次数:
173
详见 笔记文档
=Spring整合Hibernate需要注意的几点:声明式的事务管理当有runtimeexcetion的时候回滚。HibernateTransactionManager是一个aspect切面。事务传输机制
propagationPROPAGATION_REQUIRED:支持当前事务,...
分类:
编程语言 时间:
2014-06-02 21:51:10
阅读次数:
349
yum命令升级的时候,报出这个错误。There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named yum
Please install a package which provides t...
分类:
编程语言 时间:
2014-05-31 17:42:52
阅读次数:
453