上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 36 下一页
摘要: package cn.edu.hbcf.common.vo;import java.io.Serializable;public class ComboReturn implements Serializable { /** * */ private static f... 阅读全文
posted @ 2015-11-06 15:44 花语苑 阅读(180) 评论(0) 推荐(0) 编辑
摘要: package cn.edu.hbcf.common.utils;import java.math.BigDecimal;import java.text.NumberFormat;import java.util.regex.Pattern;public class NumberUtils { ... 阅读全文
posted @ 2015-11-06 15:41 花语苑 阅读(1031) 评论(0) 推荐(0) 编辑
摘要: package cn.edu.hbcf.common.utils;import java.math.BigDecimal;import java.math.BigInteger;import java.util.HashMap;import java.util.Map;import org.apac... 阅读全文
posted @ 2015-11-06 15:40 花语苑 阅读(980) 评论(0) 推荐(0) 编辑
摘要: package cn.edu.hbcf.common.utils;public class FirstLetterUtil { private static int BEGIN = 45217; private static int END = 63486; // 按照声母表示,这... 阅读全文
posted @ 2015-11-06 15:38 花语苑 阅读(482) 评论(0) 推荐(0) 编辑
摘要: package cn.edu.hbcf.common.utils;import java.io.File;import java.io.FileInputStream;import java.io.IOException;import java.io.InputStream;import java.... 阅读全文
posted @ 2015-11-06 15:36 花语苑 阅读(297) 评论(0) 推荐(0) 编辑
摘要: package cn.edu.hbcf.common.utils;import java.io.BufferedOutputStream;import java.io.ByteArrayOutputStream;import java.io.File;import java.io.FileInput... 阅读全文
posted @ 2015-11-06 15:35 花语苑 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 配置如下:web.xml: cn.edu.hbcf.common.listener.SessionListener java类:SessionListener.javapackage cn.edu.hbcf.common.listener;import javax.servlet.http... 阅读全文
posted @ 2015-11-06 15:25 花语苑 阅读(450) 评论(0) 推荐(0) 编辑
摘要: package cn.edu.hbcf.common.jackjson;import java.io.IOException;import java.text.SimpleDateFormat;import java.util.Set;import org.codehaus.jackson.Json... 阅读全文
posted @ 2015-11-06 15:20 花语苑 阅读(3186) 评论(1) 推荐(0) 编辑
摘要: 写代码,有了全局常量就方便多了package cn.edu.hbcf.common.constants;/** * web中的使用常量 * * @date 2012-02-22 8:50:00 * */public class WebConstants { /** 超时提醒*/ pub... 阅读全文
posted @ 2015-11-06 15:18 花语苑 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 在web.xml中配置: cn.edu.hbcf.common.listener.SessionAttributeListener 然后写一个实体类:package cn.edu.hbcf.common.listener;import java.util.Map;import java.ut... 阅读全文
posted @ 2015-11-04 18:35 花语苑 阅读(2856) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 36 下一页