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