08 2017 档案

摘要:public class Test { public static void main(String[] args) { Base b = new Sub(); System.out.println(b.x); System.out.println(b.printMessage()); }} cla 阅读全文
posted @ 2017-08-31 15:11 夏末阳光Flo 阅读(104) 评论(0) 推荐(0) 编辑
摘要:select * from account ac where ac.account_id='1120070706162115001'; select * from account ac where ac.name like '%测试商户%'; delete from vnv.account_grou 阅读全文
posted @ 2017-08-22 11:07 夏末阳光Flo 阅读(120) 评论(0) 推荐(0) 编辑
摘要:1.查找一个类的方法如果在子类中找不到,记得在父类中进行查找。 2.修改配置文件需要重新启动服务器,修改jsp页面不需要。 3.点住项目名,右键找到Team,可以Update。 4.<%@ page contentType="text/html; charset=utf-8" language="j 阅读全文
posted @ 2017-08-11 18:16 夏末阳光Flo 阅读(225) 评论(0) 推荐(0) 编辑
摘要:eclipse 1.Back to somewhere>Alt+Left 2.Forward>Alt+Right 3.找单个文件>Ctrl+Shift+R 4.Rename>F2 阅读全文
posted @ 2017-08-11 11:07 夏末阳光Flo 阅读(61) 评论(0) 推荐(0) 编辑
摘要:1.Help Checkstyle - http://eclipse-cs.sf.net/update 安装中可能会出现Security Warning(就是签名问题,应该不会造成安全隐患),点击OK即可继续安装--很快完成之后点击Yes按钮重启即可完成插件的安装工作 自定义规则见下篇。 阅读全文
posted @ 2017-08-10 10:38 夏末阳光Flo 阅读(88) 评论(0) 推荐(0) 编辑
摘要:checkstyle-standard-rules.xml <?xml version="1.0" encoding="UTF-8"?><!-- This configuration file was written by the eclipse-cs plugin configuration ed 阅读全文
posted @ 2017-08-10 10:38 夏末阳光Flo 阅读(96) 评论(0) 推荐(0) 编辑