摘要:
1 I like astronomy. 2 I was impressed by the beauty of the sky. 3 Only two things in this world so that our souls are deeply shocked . 4 First,our brilliant stars overhead; First, our hearts lofty mo... 阅读全文
posted @ 2016-03-27 21:09
chynn-SE
阅读(743)
评论(0)
推荐(0)
摘要:
1 //public class DataStructure { 2 //----------------------------------------------------------------------顺序队列 3 class Queue{ 4 /*判空: 5 q.rear=q.front; 6 7 ... 阅读全文
posted @ 2016-03-27 17:43
chynn-SE
阅读(154)
评论(0)
推荐(0)
摘要:
* 代码自动完成:Ctrl+\ * 代码注释 :Alt+ / * 代码自动插入:Alt+Insert * 自动格式化代码:Alt-Shift-F * 自动修复导入包:Ctrl+Shift+I * 显示 Javadoc:Alt+F1 * 运行主项目:F6 * 运行文件:Shift+F6 * 新建 JU 阅读全文
posted @ 2016-03-27 17:18
chynn-SE
阅读(305)
评论(0)
推荐(0)
摘要:
1 package scut.film; 2 3 import java.io.File; 4 import java.io.FileWriter; 5 import java.io.PrintWriter; 6 import java.sql.Connection; 7 import java.sql.DriverManager; 8 import java.sql.Resu... 阅读全文
posted @ 2016-03-27 17:01
chynn-SE
阅读(149)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2016-03-27 15:45
chynn-SE
阅读(149)
评论(0)
推荐(0)
摘要:
1 create database SCUT_FILM 2 3 create table 影视表( 4 影片号 varchar(50) primary key, 5 片名 text, 6 导演 varchar(10), 7 片长 int, 8 上映时间 date, 9 ) 10 11 insert into... 阅读全文
posted @ 2016-03-27 15:38
chynn-SE
阅读(190)
评论(0)
推荐(0)
摘要:
1 /* 2 * To change this license header, choose License Headers in Project Properties. 3 * To change this template file, choose Tools | Templates 4 * and open the template in the editor. 5 ... 阅读全文
posted @ 2016-03-27 15:30
chynn-SE
阅读(132)
评论(0)
推荐(0)