摘要: 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)
摘要: 阅读全文
posted @ 2016-03-21 18:01 chynn-SE 阅读(140) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-03-21 15:21 chynn-SE 阅读(7) 评论(0) 推荐(0)
摘要: 1 Ctrl+1 快速修复 2 3 ALT + / 自动补齐 4 5 Ctrl+D 删除当前行 6 7 Ctrl+Shift+F 格式化当前代码 8 9 Ctrl+Q 定位到最后编辑的地方 10 11 Ctrl+Shift+F4 关闭所有打开的Editer 12 13 Ctrl+T 快速... 阅读全文
posted @ 2016-03-21 15:19 chynn-SE 阅读(124) 评论(0) 推荐(0)