首先我们需要在WEB-INF/tld/目录下创建page.tld文件
1.0
1.2
page
http://www.kevin.com/taglibs/page
htmlPage
com.lss.common.tag.PageTag
JSP
htmlPage Tag
pageNo
false
true
pageSiz...
分类:
Web程序 时间:
2014-07-27 23:47:09
阅读次数:
393
1、Quartz区分NET3.5和NET4.0版本,故新建项目的时候,引用的DLL一定要匹配net freamwork的正确版本。2、Quartz.dll 依赖于Common.Logging.dll 故也需要将这个DLL程序集引用到项目中。以下是本人学习Quartz.net的DEMO:http://...
分类:
Web程序 时间:
2014-07-27 23:28:49
阅读次数:
211
一 基础知识梳理:并查集(Union-find Sets)是一种非常精巧而实用的数据结构,它主要用于处理一些不相交集合的合并问题。一些常见的用途有求连通子图、求最小生成树的 Kruskal 算法和求最近公共祖先(Least Common Ancestors, LCA)等。使用并查集时,首先会存在一组...
分类:
其他好文 时间:
2014-07-27 22:19:59
阅读次数:
323
poj1330:http://poj.org/problem?id=1330题意:求一棵树上的两点的最近的公共祖先。题解:第一次接触LCA,第一道模板题。 1 #include 2 #include 3 #include 4 #include 5 using namespace s...
分类:
其他好文 时间:
2014-07-27 22:06:30
阅读次数:
243
先上题目:SubsequenceTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4100Accepted Submission(s): 1341Pr...
分类:
其他好文 时间:
2014-07-27 10:39:42
阅读次数:
245
-----QUESTION-----
Given a string S and a string T, count the number of distinct subsequences
of T in S.
A subsequence of a string is a new string which is formed from the original string by...
分类:
其他好文 时间:
2014-07-26 02:10:36
阅读次数:
210
namespace Global.PM.Common.Data{ using Global.PM.Common.Entity.HR; using Global.Utils.ORM; using Global.Utils.ORM.Common; using Global.Uti...
分类:
其他好文 时间:
2014-07-26 00:57:06
阅读次数:
356
修改templets模板文件夹的方法:首先找到系统配置文件common.inc.php,此文件存放在Include目录下,打开common.inc.php来修改默认模板目录templets,查找:$cfg_templets_dir = $cfg_cmspath.'/templets';将上面的红色部...
分类:
其他好文 时间:
2014-07-26 00:41:16
阅读次数:
207
Heap sort is common in written exams.First of all, what is heap? Heap is a kind of data struct that can be seen as a complete binary tree. The objectt...
分类:
其他好文 时间:
2014-07-26 00:13:06
阅读次数:
343
using System;using System.Data;using System.Data.Common;using Project.BaseFramework;using System.Collections.Generic;using System.Configuration;namesp...
分类:
数据库 时间:
2014-07-25 14:13:31
阅读次数:
365