/** * 传入邮箱域名所有变为小写,然后拼接前缀返回 *Summary: * emailDomainTransform() * @param domain * @return * @throws Exception */ public static String emailDomain...
分类:
其他好文 时间:
2014-07-03 09:08:38
阅读次数:
191
设备资源管理系统-过滤器 添加过滤器 操作: 1、创建一个类CheckLogonUserFilter,实现javax.servlet.Filter 2、获得方法: public void init(FilterConfig arg0) throws ServletExceptio...
分类:
其他好文 时间:
2014-07-02 21:00:50
阅读次数:
190
public static void setVersion(final Versioned versioned, String version) throws WTException { try { if (version == nu...
public Object deepClone() throws IOException, ClassNotFoundException{ //将对象写到流里 ByteArrayOutputStream bos = new ByteArrayOutputStream()...
分类:
编程语言 时间:
2014-07-01 18:22:15
阅读次数:
178
import java.io.*;import java.util.*;public class SortTest{ public static void main(String args[]) throws IOException, ClassNotFoundException { ...
分类:
编程语言 时间:
2014-07-01 18:03:24
阅读次数:
322
An “Oops” is what the kernel throws at us when it finds something faulty, or an exception, in the kernel code. It’s somewhat like the segfaults of use...
分类:
其他好文 时间:
2014-07-01 17:25:43
阅读次数:
265
//方法描述:根据会员名称和页容量分页查询代理人public List findUserByPage(int page,int pageSize, String userName)throws Exception {Session session = sessionFactory.getCurren...
分类:
系统相关 时间:
2014-07-01 16:25:46
阅读次数:
276
在输出的格式为UTF-8的格式,但是打开CSV文件一直为乱码,后来参考了这里的代码,搞定了乱码问题,原文请参考:http://hbase.iteye.com/blog/1172200 private static void writeBcp( ) throws IOException ...
分类:
编程语言 时间:
2014-07-01 14:16:46
阅读次数:
274
1 public static String getNumberByCodingRule(Context ctx, IObjectValue info, String orgUnitId) 2 throws Exception 3 { 4 ICodingRu...
分类:
其他好文 时间:
2014-06-27 21:50:36
阅读次数:
380
在WEB中普通类并不能像Servlet那样通过this.getServletContext().getResourceAsStream()获取web资源,需要通过类加载器加载,这里有两种方式,这两种方式是有区别的,下载咱们一起来看一下吧。
方法1.
public class UserDao {
public void connect() throws IOException {...
分类:
Web程序 时间:
2014-06-26 10:34:13
阅读次数:
262