原创 Java Applets & Swing

Java Applets 48. What is an Applet ? A java applet is program that can be included in a HTML page and be executed in

原创 Ubuntu SSH遠程連接的用戶帳號

轉自:http://os.51cto.com/art/201002/183278.htm Ubuntu SSH(Secure Shell)是目前比較可靠的爲遠程登錄會話和其他網絡服務提供安全性的協議。利用Ubuntu SS

原创 python-sort

一.使用list.sort() >>>score=[2,4,1,3] >>>score.sort() >>>print score [1,2,3,4] 二、使用sorted(iterable[, cmp[, key[, reverse]]

原创 Intellij IDEA 提交代碼到遠程GitHub倉庫

轉載地址:http://www.rritw.com/a/bianchengyuyan/C__/20140217/428062.html Intellij IDEA 提交代碼到遠程GitHub倉庫 時間:2014-02-17 13:

原创 centOS cannot mount ntfs disk

 Linux掛載移動大硬盤,比較麻煩,插上硬盤不能識別,報 mount: unknown filesystem type 'ntfs' 錯誤,很不爽。   這是由於Linux上無法識別NTFS格式的分區。   通過使用 ntfs-3g 來

原创 Remote Method Invocation (RMI)

78. What is RMI ? The Java Remote Method Invocation (Java RMI) is a Java API that performs the object-oriented equival

原创 git所遇問題

git一些問題 (1) teisei@john:~/git/helloworld$ git push -u origin master Username for 'http://58.198.176.136': teisei Passw

原创 Java Threads

11. What is the difference between processes and threads ? A process is an execution of a program, while a Thread is

原创 Java Collections

18. What are the basic interfaces of Java Collections Framework ? Java Collections Frameworkprovides a well designed