码迷,mamicode.com
首页 >  
搜索关键字:throws    ( 4120个结果
StirngUtil工具类 之 邮箱注冊 域名不区分大写和小写方法
/** * 传入邮箱域名所有变为小写,然后拼接前缀返回 *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
Windchill 设置大版本的代码
public static void setVersion(final Versioned versioned, String version) throws WTException { try { if (version == nu...
分类:Windows程序   时间:2014-07-01 23:19:54    阅读次数:450
java 克隆
public Object deepClone() throws IOException, ClassNotFoundException{ //将对象写到流里 ByteArrayOutputStream bos = new ByteArrayOutputStream()...
分类:编程语言   时间:2014-07-01 18:22:15    阅读次数:178
java.util.Arrays.sort两种方式的排序(及文件读写练习)
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
[fw]Understanding a Kernel Oops!
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
hibernate 中的query的分页查询
//方法描述:根据会员名称和页容量分页查询代理人public List findUserByPage(int page,int pageSize, String userName)throws Exception {Session session = sessionFactory.getCurren...
分类:系统相关   时间:2014-07-01 16:25:46    阅读次数:276
java utf8字符 导出csv 文件的乱码问题。
在输出的格式为UTF-8的格式,但是打开CSV文件一直为乱码,后来参考了这里的代码,搞定了乱码问题,原文请参考:http://hbase.iteye.com/blog/1172200 private static void writeBcp( ) throws IOException ...
分类:编程语言   时间:2014-07-01 14:16:46    阅读次数:274
EAS BOS 根据编码规则获取编码
1 public static String getNumberByCodingRule(Context ctx, IObjectValue info, String orgUnitId) 2 throws Exception 3 { 4 ICodingRu...
分类:其他好文   时间:2014-06-27 21:50:36    阅读次数:380
J2EE之普通类加载web资源文件的方法
在WEB中普通类并不能像Servlet那样通过this.getServletContext().getResourceAsStream()获取web资源,需要通过类加载器加载,这里有两种方式,这两种方式是有区别的,下载咱们一起来看一下吧。 方法1. public class UserDao { public void connect() throws IOException {...
分类:Web程序   时间:2014-06-26 10:34:13    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!