顯示具有 Java 標籤的文章。 顯示所有文章
顯示具有 Java 標籤的文章。 顯示所有文章

11月 07, 2011

substring的用法

1234

substring(0,1)=1
substring(1,2)=2
substring(2,3)=3
substring(3,4)=4

7月 05, 2011

Eclipse 中文化專案

http://babel.eclipse.org/babel/

12月 18, 2010

Access restriction: The type NetworkInterface is not accessible due to restriction on required library

Windows -> Preferences -> Java -> Compiler -> Errors/Warnings -> Deprecated and trstricted API -> Forbidden reference (access rules): -> change to warning or Igone