上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 311 下一页
摘要: yum install mlocate updatedb 阅读全文
posted @ 2020-07-19 20:50 emanlee 阅读(153) 评论(0) 推荐(0)
摘要: protected void createContents() { shell = new Shell(); shell.setSize(800, 600); shell.setText(title); int width=shell.getDisplay().getBounds().width; 阅读全文
posted @ 2020-07-19 17:58 emanlee 阅读(498) 评论(0) 推荐(0)
摘要: Eclipse IDE 阅读全文
posted @ 2020-07-19 17:23 emanlee 阅读(205) 评论(0) 推荐(0)
摘要: java -verion 和 javac -version 版本不一致 E:\temp\eclipseWorkSpace>java -jar TASTS.jarException in thread "main" java.lang.NoClassDefFoundError: org/eclipse 阅读全文
posted @ 2020-07-19 16:15 emanlee 阅读(1885) 评论(0) 推荐(0)
摘要: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment 解决方法: (1)检查环境变量Path; (2) 删除 java.exe, javaw.exe, javaws.exe 在 阅读全文
posted @ 2020-07-19 15:15 emanlee 阅读(1617) 评论(0) 推荐(0)
摘要: REF https://blog.csdn.net/cyb_23/article/details/40341857 (Good) https://jingyan.baidu.com/article/ff42efa904b4d7c19e220282.html https://blog.csdn.net 阅读全文
posted @ 2020-07-19 11:40 emanlee 阅读(232) 评论(0) 推荐(0)
摘要: 1、方法 str.trim(); //去掉首尾空格 str.replace(" ",""); //去除所有空格,包括首尾、中间 str.replaceAll(" ", ""); //去掉所有空格,包括首尾、中间 str.replaceAll(" +",""); //去掉所有空格,包括首尾、中间 st 阅读全文
posted @ 2020-07-19 10:58 emanlee 阅读(6638) 评论(0) 推荐(0)
摘要: Referenced jar: org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.jar import org.eclipse.swt.widgets.MessageBox; SWT有不同类型的对话框。有些对话框具有特殊的属性。Mes 阅读全文
posted @ 2020-07-18 18:25 emanlee 阅读(954) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-07-07 23:02 emanlee 阅读(6035) 评论(0) 推荐(0)
摘要: 安装或选择模拟器: https://www.cnblogs.com/emanlee/p/13263611.html 阅读全文
posted @ 2020-07-07 22:39 emanlee 阅读(1124) 评论(0) 推荐(0)
上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 311 下一页