摘要:
转载自 http://news-service.stanford.edu/news/2005/june15/jobs-061505.html This is the text of the Commencement address by Steve Jobs, CEO of Apple Computer and of Pixar Animation Studios, delivered on... 阅读全文
摘要:
import java.io.FileInputStream;import java.io.FileNotFoundException;public class ReadAndPrint { public static final int BUFSIZE = 1024; public static void main(String[] args) { byte[] buf... 阅读全文