上一页 1 ··· 6 7 8 9 10
摘要: 基本上有两种方式:1,使用MYSQL的管理工具,可以远程连接,比如用导航猫系列的,只要知道对方IP,然后就可以自己输入账号密码连接了。2,使用代码连接。Java代码示例:package com.test;import java.sql.Connection;import java.sql.Drive... 阅读全文
posted @ 2014-12-01 13:31 凛DaDa 阅读(1817) 评论(0) 推荐(0) 编辑
摘要: public class Test3 { public static void main(String[] args) { String s1 = "I am"; String s2 = " a student"; String s3; ... 阅读全文
posted @ 2014-11-29 09:12 凛DaDa 阅读(948) 评论(0) 推荐(0) 编辑
摘要: 1 public class Test3 { 2 3 public static void main(String[] args) { 4 5 int[] grade = {87,88,89,98,78}; 6 7 int m; 8 f... 阅读全文
posted @ 2014-11-28 20:50 凛DaDa 阅读(4485) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lwcumt/article/details/8027586importjava.util.Scanner;//质数又称素数,是指在一个大于1的自然数中,除了1和此整数自身外,不能被其他自然数整除的数publicclassPrimeNumber{public... 阅读全文
posted @ 2014-11-28 13:15 凛DaDa 阅读(5781) 评论(2) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10