C:\Program Files\MySQL\bin>mysql -u root -p myrosz < c:/myro.sql Read More
posted @ 2013-03-04 23:46 hi_stefen Views(151) Comments(0) Diggs(0)
Demo1: 1 class Base 2 { 3 //定义了一个名为i的实例变量 4 private int i = 2; 5 public Base() 6 { 7 //直接输出this.i 8 System.out.println(this.i); 9 this.disp... Read More
posted @ 2013-03-04 21:37 hi_stefen Views(256) Comments(0) Diggs(0)