上一页 1 ··· 8 9 10 11 12 13 14 15 下一页
摘要: 1 import java.io.* ; 2 import org.w3c.dom.* ; 3 import javax.xml.parsers.* ; 4 import javax.xml.transform.* ; 5 import javax.xml.transform.dom.* ; 6 ... 阅读全文
posted @ 2014-12-08 16:29 疾风剑 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 李兴华 5 mldnqa@163.com 6 7 8 MLDN 9 mldnkf@163.com10 11 1 import java.io.* ; 2 import org... 阅读全文
posted @ 2014-12-08 16:21 疾风剑 阅读(173) 评论(0) 推荐(0) 编辑
摘要: PreparedStatement的使用:conn = DriverManager.getConnection("jdbc:mysql://localhost/mydata?" + "user=root&password=root"); p... 阅读全文
posted @ 2014-12-06 14:49 疾风剑 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Oracle数据库连接: 1 import java.sql.*; 2 public class TestJDBC { 3 4 public static void main(String[] args) throws Exception { 5 Class.forName... 阅读全文
posted @ 2014-12-05 21:45 疾风剑 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 程序进去就闪退其中指示错误的地方,函数内容如下: 1 public void loadButtomMenu() { 2 gv_buttom_menu = (GridView) this.findViewById(R.id.gv_bottom_menu); 3 gv_b... 阅读全文
posted @ 2014-12-03 12:03 疾风剑 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 1 import java.io.IOException; 2 3 public class Digui1 { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method st... 阅读全文
posted @ 2014-12-02 01:15 疾风剑 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 1 public class A { 2 static int k=0; 3 static int temp_k=0; 4 static int p=0; 5 static int q=0; 6 public static void main(String ... 阅读全文
posted @ 2014-12-01 20:42 疾风剑 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 先来看一个题目:今有7对数字:两个1,两个2,两个3,...两个7,把它们排成一行。 要求,两个1间有1个其它数字,两个2间有2个其它数字,以此类推,两个7之间有7个其它数字。如下就是一个符合要求的排列:17126425374635当然,如果把它倒过来,也是符合要求的。请你找出另一种符合要求的排列法... 阅读全文
posted @ 2014-12-01 13:41 疾风剑 阅读(402) 评论(0) 推荐(1) 编辑
摘要: 1 public class A { 2 static int k=0; 3 public static void main(String args[]) { 4 char[] ss = { '1', '2', '3', '4', '5', '6', '7', '1... 阅读全文
posted @ 2014-12-01 01:51 疾风剑 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 1 public class Digui { 2 3 public static void main(String[] args) { 4 // TODO Auto-generated method stub 5 fun(3); 6 } 7 ... 阅读全文
posted @ 2014-12-01 01:35 疾风剑 阅读(689) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页