摘要:
•String 转 int 两种方式 int a = Integer.parseInt(s);int b = Integer.valueOf(s).intValue(); 代码 public class Test { public static void main(String[] args) { 阅读全文
摘要:
•修改字体大小 首先,我们打开 eclipse,选择菜单栏的 Window->Preferences; 在打开的对话框的左侧找到 General->Appearance->Colors and Fonts,点击【Color and Fonts】; 点击右侧的【Basic】,下滑找到【Text Fon 阅读全文