摘要: //不被转义的HTML Label lnk = new Label("id","<a href='#'>ooo<img src='aa'></img></a>").setEscapeModelStrings(false); //修改Attribute Link a = new Link("id"); 阅读全文
posted @ 2017-03-17 16:44 seeyoung 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 当前项目想引入其他项目,例:Web项目想将dao项目作为jar引入。在eclipse中的操作:1. Java Build Path:在Project标签中Add dao项目,Libraries标签中Add ClassFolder目标指向dao项目的bin目录2. Project Reference 阅读全文
posted @ 2017-03-17 16:33 seeyoung 阅读(2784) 评论(0) 推荐(0) 编辑