如下报错:
16:22:05.566 [http-nio-80-exec-12] ERROR 500.jsp - No enum constant org.springside.modules.persistence.SearchFilter.Operator.GE
java.lang.IllegalArgumentException: No enum constant org.springs...
分类:
编程语言 时间:
2015-01-01 17:24:15
阅读次数:
873
题目链接:http://uva.onlinejudge.org/external/125/12563.pdf
思路:DP,用01背包的思路,每次记录下每个时间的最大歌曲数,最后找答案先满足歌曲数最大,在满足时间最大
#include
#include
#include
using namespace std;
const int N = 55;
int T, n, t...
分类:
其他好文 时间:
2014-12-30 00:33:09
阅读次数:
142
SWFUpload v2.5.0 DocumentationSWFUpload 2.5.0版 官方说明文档 中文翻译版Table of Contents 内容列表详情请点击翻译:yukon123452010.6.10SWFUploadSWFUpload 版本 2概览 (Overview)入门( Ge...
分类:
其他好文 时间:
2014-12-27 20:22:32
阅读次数:
232
/** * GEF树叶子节点的展开 * @param items */ private void expand(TreeItem[] items) { for (int i = 0; i < items.length; i++) { expand(items[i].ge...
分类:
其他好文 时间:
2014-12-25 16:01:56
阅读次数:
146
T-Sql 格式化工具 http://jinzb.name/Common/SqlFormat.htmlAutoPostBack后的定位问题: 给Page 增加属性,MaintainScrollPositionOnPostback设置为truePost和Get区别 Post是不会被缓存 Ge...
分类:
数据库 时间:
2014-12-25 12:59:23
阅读次数:
357
思路一定要清晰!/* * Author: Bingo * Created Time: 2014/12/25 3:45:35 * File Name: uva12563.cpp */#include #include #include #include #include #include #inc.....
分类:
其他好文 时间:
2014-12-25 06:37:56
阅读次数:
207
最近工作中经常要用到QrCode二维码,研究了一下,写了个带圆角LOGO的JAVA实现,QrCode之所以能在中间放个LOGO图标,是因为编码时的信息冗余。实现的具体代码如下:
方法接口:
import java.io.File;
import java.io.OutputStream;
public interface QRCodeService {
public void ge...
分类:
其他好文 时间:
2014-12-24 21:35:49
阅读次数:
266
wget http://python-distribute.org/distribute_setup.pypython distribute_setup.pywget https://raw.github.com/pypa/pip/master/contrib/get-pip.pypython ge...
分类:
其他好文 时间:
2014-12-21 23:31:30
阅读次数:
205
15. 智能指针可以通过get操作#include #include #include using namespace std;class Orange {private: int weight;public: Orange(int w) : weight(w) {} int ge...
分类:
编程语言 时间:
2014-12-21 23:18:59
阅读次数:
199
今天做个任务,需要json数据解析。以前只做过Gson 解析,代码如下: Gson gson=new Gson(); ArrayList list=gson.fromJson(arg0, new TypeToken>() {}.ge...
分类:
Web程序 时间:
2014-12-20 14:11:14
阅读次数:
240