run(array());} catch (\Phalcon\Exception $e) { echo $e->getMessage();} catch (PDOException $e){ echo $e->getMessage();}
分类:
其他好文 时间:
2014-07-24 10:11:03
阅读次数:
218
import java.io.*;import java.util.*; class SplitFile{ public static void main(String[] args) throws Exception { //splitFile(); mer...
分类:
其他好文 时间:
2014-07-24 10:08:43
阅读次数:
234
例如错误写法: 正确写法:导致的异常:HTTP Status 500 -type Exception reportmessagedescription The server encountered an internal error () that prevented it from fulfill...
分类:
其他好文 时间:
2014-07-24 00:52:27
阅读次数:
218
07-23 18:16:17.641: W/SQLiteConnectionPool(28390): A SQLiteConnection object for database '/storage/emulated/0/cnOA.db' was leaked! Pl...
分类:
移动开发 时间:
2014-07-23 20:36:55
阅读次数:
246
/* 网页爬虫*/import java.io.*;import java.net.*;import java.util.regex.*;class RegexTest2{ public static void main(String[] args) throws Exception { getMa...
分类:
Web程序 时间:
2014-07-23 20:34:25
阅读次数:
217
package?com.sadhu;
import?java.util.*;
import?java.lang.reflect.*;
/**
*/
public?class?Sample
{
????public?static?void?main(String[]?args)throws?Exception
????{
????????C...
分类:
其他好文 时间:
2014-07-23 17:40:01
阅读次数:
170
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/clq/hadoop2/MapperReducer : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
...
分类:
其他好文 时间:
2014-07-23 17:09:51
阅读次数:
192
----------------------------------------------------------------------EExternal = class(Exception) EExternalException = class(EExternal) 无效的异常码 整数计算异常...
分类:
其他好文 时间:
2014-07-23 16:20:51
阅读次数:
212
public static void main(String[] args) throws Exception { long a = Long.MAX_VALUE; long b = Long.MAX_VALUE; BigDecimal ba = new B...
分类:
其他好文 时间:
2014-07-23 16:20:01
阅读次数:
164
if(conn != null) { try { conn.close(); } catch(Exception e) { e.printStackTrace(); } conn = null; }写个工具类来关也可以: public static void close...
分类:
数据库 时间:
2014-07-23 15:01:16
阅读次数:
329