上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页

2013年6月6日

摘要: http://myfaces.apache.org 阅读全文

posted @ 2013-06-06 17:10 JasmineLiu 阅读(113) 评论(0) 推荐(0)


2013年5月23日

摘要: http://dbeaver.jkiss.org/ 阅读全文

posted @ 2013-05-23 11:18 JasmineLiu 阅读(139) 评论(0) 推荐(0)

摘要: http://www.chinahtml.com/1006/127614470019004_2.html 阅读全文

posted @ 2013-05-23 09:25 JasmineLiu 阅读(194) 评论(0) 推荐(0)


2013年5月22日

摘要: http://get.enterprisedb.com/docs/Postgres_Plus_Advanced_Server_JDBC_Connector_Guide_CN_v1.1.pdf 阅读全文

posted @ 2013-05-22 13:44 JasmineLiu 阅读(550) 评论(0) 推荐(0)

摘要: Connection conn = DriverManager.getConnection(url, "erya", "test"); System.out.println("success connect"); System.out.println((( org.postgresql.jdbc3g.Jdbc3gConnection)conn).getURL()); System.out.println((( org.postgresql.jdbc3g.Jdbc3gConnection)conn).get... 阅读全文

posted @ 2013-05-22 13:41 JasmineLiu 阅读(1127) 评论(0) 推荐(0)


2013年5月17日

摘要: /* * To change this template, choose Tools | Templates * and open the template in the editor. */package JDBCTest;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.ResultSetMetaData;import java.util.logging.Level;impor 阅读全文

posted @ 2013-05-17 11:47 JasmineLiu 阅读(442) 评论(0) 推荐(0)


2013年5月13日

摘要: ALL_CONSTRAINTS网址:http://docs.oracle.com/cd/B19306_01/server.102/b14237/statviews_1037.htmALL_CONSTRAINTSdescribes constraint definitions on tables accessible to the current user.Related ViewsDBA_CONSTRAINTSdescribes all constraint definitions in the database.USER_CONSTRAINTSdescribes constraint def 阅读全文

posted @ 2013-05-13 12:52 JasmineLiu 阅读(154) 评论(0) 推荐(0)


2013年5月10日

摘要: java中字符串型的量(如:String s), 初始化为空时(s==null),打印出来为null,但是对他不能进行.isEmpty()和.length()的操作,会抛出空指针异常。 给他们后边添加字符串后(s=s+”yuanyuan“),打印时前边会保留null(nullyuanyuan),length也会包含null的长度(12); 【注意1】java中任何类型的变量,都得初始化之后才能使用,即使是打印出来,也要先初始化。 【注意2】从数据库查询的结果集中ResultSet的getString时要注意区分表示空的null和表示字符串的"null"。 (不管该列是什么类 阅读全文

posted @ 2013-05-10 16:46 JasmineLiu 阅读(838) 评论(0) 推荐(0)

摘要: 问题呈现:netbeans提示窗体损坏,只能以只读方式呈现空间,没法再直接修改控件。问题原因:其实就是自动生成initComponent和action方法等的代码里,那部分标记属性设置、方法开始、方法结束的绿色的字体的标记代码缺失造成的。解决办法:找原先的文件,对比,把绿色的标记性代码补全即可。文档中,详细问题表述和解决办法如下(网址http://wiki.netbeans.org/FormGuardedBlockError):FormGuardedBlockErrorGuarded blocks inside form java source fileWhat you do in the F 阅读全文

posted @ 2013-05-10 09:24 JasmineLiu 阅读(1129) 评论(0) 推荐(0)


2013年5月9日

摘要: oracle jdbc datatypehttp://docs.oracle.com/cd/E11882_01/java.112/e16548/datacc.htm#sthref391Table 11-1 Default Mappings Between SQL Types and Java TypesSQL Data TypesJDBC Type CodesStandard Java TypesOracle Extension Java TypesSTANDARD JDBC TYPES:CHARjava.sql.Types.CHARjava.lang.Stringoracle.sql.CHA 阅读全文

posted @ 2013-05-09 11:25 JasmineLiu 阅读(654) 评论(0) 推荐(0)


上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3