/** * 传入邮箱域名所有变为小写,然后拼接前缀返回 *Summary: * emailDomainTransform() * @param domain * @return * @throws Exception */ public static String emailDomain...
分类:
其他好文 时间:
2014-07-03 09:08:38
阅读次数:
191
45.error和exception有什么区别?答案:Error表示系统级的错误和程序不必处理的异常,我们无法处理它。 Exception表示是可以捕捉或者需要程序进行处理的异常。47.abstract class和interface有什么区别?答案:一个只能继承一个抽象类,但却可以实现多个接口。抽...
分类:
其他好文 时间:
2014-07-02 23:22:44
阅读次数:
182
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:
其他好文 时间:
2014-07-02 22:34:44
阅读次数:
318
一、 PUll解析Xmlpublic static List xmlParser(InputStream xml) throws Exception { List persons=null; Person p=null; XmlPullParser p...
分类:
移动开发 时间:
2014-07-02 20:21:15
阅读次数:
205
Water is the most important substance needed by the body. It is the sole substance which has affected the human being and civilization. That’s why it ...
分类:
其他好文 时间:
2014-07-02 19:00:20
阅读次数:
154
#!/usr/bin/env python#coding=utf-8import traceback try: 1/0except Exception, e: print e print traceback.format_exc()
分类:
编程语言 时间:
2014-07-02 17:34:59
阅读次数:
266
JPMorgan Chase's Jamie Dimon Says He Has Curable CancerJPMorgan Chase CEO Jamie Dimon told his employees and shareholders Tuesday that he has curable ...
分类:
其他好文 时间:
2014-07-02 10:30:55
阅读次数:
193
Idiomatic Phrases Game
Time Limit: 2 Seconds Memory Limit: 65536 KB
Tom is playing a game called Idiomatic Phrases Game. An idiom consists of several Chinese characters and has a certain me...
分类:
其他好文 时间:
2014-07-02 08:11:52
阅读次数:
167
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