随笔分类 -  Play! Framework

Study and useing this tools
摘要:Play 2.0 is a high-productivity Java and Scala web application framework that integrates the components and APIs you need for modern web application development.Play 2.0是一个高效率的java和scala的web应用程序集成的组建和您所需要的现代Web应用程序开发的APIS!Play is based on a lightweight, stateless, web-friendly architecture and featu 阅读全文
posted @ 2012-12-08 13:52 程序员-初学者 阅读(349) 评论(0) 推荐(0)
摘要:try { File file = new File(new File(new File(Play.applicationPath, "conf"), "init"), "aliww.txt"); whitleListSet.addAll(FileUtils.readLines(file)); } catch (IOException e2) { log.warn(e2.getMessage(), e2); } 阅读全文
posted @ 2012-11-12 20:49 程序员-初学者 阅读(418) 评论(0) 推荐(0)
摘要:public static List<String> readList() { try { File file = new File(new File(new File(Play.applicationPath, "conf"), "init"), "aliww.txt"); return FileUtils.readLines(file); } catch (IOException e2) { log.warn(e2.getMessage(), e2); } re... 阅读全文
posted @ 2012-11-11 23:05 程序员-初学者 阅读(473) 评论(0) 推荐(0)
摘要:jquery ui tooltip有很多的方法,我用了的这种感觉简单点,先写下来准备后面再用!http://craigsworks.com/projects/qtip/docs/tutorials这是这个ui的下载说明地址,是开源的框架啊!首先要导入两个js文件,一个是jquery的js这就不用多说了,另外一个是<script src="/public/javascripts/tips/jquery.qtip-1.0.0-rc3.js" type="text/javascript" charset="${_response_encodin 阅读全文
posted @ 2012-11-09 13:34 程序员-初学者 阅读(1999) 评论(0) 推荐(0)