上一页 1 2 3 4 5 6 7 8 9 ··· 51 下一页
// 示例程序:将一个Employee记录数组存储成一个文本文件,其中每个记录都保存在单独的一行中, // 而实例的域彼此之间使用分隔符分离开。 // 众所周知: // 以二进制格式写出数据,需要使用DataOutputStream // 以文本格式写出数据,需要使用PrintWriter // 你 Read More
posted @ 2016-02-23 09:42 齐心 Views(1104) Comments(0) Diggs(0) Edit
package com.example.io; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; public class NewClass4 Read More
posted @ 2016-02-21 11:18 齐心 Views(1596) Comments(0) Diggs(0) Edit
今天更新sdk,遇到了更新下载失败问题:Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xmlFetched Add-ons List successfullyFetching URL: https://dl-s... Read More
posted @ 2016-01-10 06:32 齐心 Views(1720) Comments(0) Diggs(0) Edit
以往的Eclipse、NetBeans等开发工具不同,IDEA的Project相当与Eclipse的Workspace,而Module相当于Project。下边就给出Eclipse与IDEA的概念的对应关系:我们的目标是:创建工作空间,然后在它下面建立至少2个项目(就2个吧),即 工作空间JavaW... Read More
posted @ 2015-07-03 16:21 齐心 Views(20989) Comments(0) Diggs(0) Edit
创建Web项目1、File -> New Project,进入创建项目窗口2、在WEB-INF目录下点击右键,New -> Directory,创建classes和lib两个目录3、File -> Project Structure,进入 Project Structure窗口4、点击Modules... Read More
posted @ 2015-07-02 18:22 齐心 Views(7027) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 8 9 ··· 51 下一页