摘要: 5.1 如何将字串 String 转换成整数 int?A. 有两个方法:1). int i = Integer.parseInt([String]); 或i = Integer.parseInt([String],[int radix]);2). int i = Integer.valueOf(my... 阅读全文
posted @ 2012-08-01 22:51 一直向北 阅读(155) 评论(0) 推荐(0) 编辑
摘要: [导读]一、jsp连接Oracle8/8i/9i数据库(用thin模式) testoracle.jsp如下: 您的第一个字段内容为: 您的第二个字段内容为: 二、jsp连接Sql Server7.0/2000数据库 te... 阅读全文
posted @ 2012-08-01 22:47 一直向北 阅读(133) 评论(0) 推荐(0) 编辑