摘要: public static void main(String[] args) { FileOutputStream fop = null; File file; String content = "This is the text content"; try { file = new File("D 阅读全文
posted @ 2018-06-01 16:20 树叶儿 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Eclipse常用快捷键(转自博客园) 1几个最重要的快捷键 代码助手:Ctrl+Space(简体中文操作系统是Alt+/)快速修正:Ctrl+1单词补全:Alt+/打开外部Java文档:Shift+F2显示搜索对话框:Ctrl+H快速Outline:Ctrl+O打开资源:Ctrl+Shift+R打 阅读全文
posted @ 2018-06-01 11:21 树叶儿 阅读(101) 评论(0) 推荐(0) 编辑