上一页 1 2 3 4 5 6 7 ··· 32 下一页
摘要: Egor Homakov(Twitter:@homakov个人网站:EgorHomakov.com)是一个Web安全的布道士,他这两天把github给黑了,并给github报了5个安全方面的bug,他在他的这篇blog——《How I hacked Github again》(墙)说明了这5个安全b... 阅读全文
posted @ 2015-05-05 16:08 下里巴人or知己 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 1.为什么会有年轻代我们先来屡屡,为什么需要把堆分代?不分代不能完成他所做的事情么?其实不分代完全可以,分代的 唯一理由就是优化GC性能。你先想想,如果没有分代,那我们所有的对象都在一块,GC的时候我们要找到哪些对象没用,这样就会对堆的所有区域进行扫描。而 我们的很多对象都是朝生夕死的,如果分代的话... 阅读全文
posted @ 2015-05-05 14:18 下里巴人or知己 阅读(238) 评论(0) 推荐(0) 编辑
摘要: Play applications can be deployed virtually anywhere: inside Servlet containers, as standalone servers, in Google Application Engine, Stack, a Cloud, ... 阅读全文
posted @ 2015-04-22 11:23 下里巴人or知己 阅读(438) 评论(0) 推荐(0) 编辑
摘要: Here some simple tips to optimize your application for production.Configure your application.confFirst off, the best way to specify production mode is... 阅读全文
posted @ 2015-04-22 11:14 下里巴人or知己 阅读(400) 评论(0) 推荐(0) 编辑
摘要: When you work in a team, different developers will use different configuration keys in theirapplication.conf. For example, the log level, some databas... 阅读全文
posted @ 2015-04-22 11:13 下里巴人or知己 阅读(321) 评论(0) 推荐(0) 编辑
摘要: When you use a relational database, you need a way to track and organize your database schema evolutions. Typically there are several situation where ... 阅读全文
posted @ 2015-04-22 11:12 下里巴人or知己 阅读(255) 评论(0) 推荐(0) 编辑
摘要: The Play logger is built onLog4j. Since most Java libraries use Log4j or a wrapper able to use Log4j as a backend, you can easily configure logging th... 阅读全文
posted @ 2015-04-22 11:12 下里巴人or知己 阅读(292) 评论(0) 推荐(0) 编辑
摘要: Play’s dependency management system allows you to express your application’s external dependencies in a singledependencies.ymlfile.A Play application ... 阅读全文
posted @ 2015-04-22 11:11 下里巴人or知己 阅读(584) 评论(0) 推荐(0) 编辑
摘要: A Play application can be assembled from several application modules. This allows you to reuse application components across several applications or s... 阅读全文
posted @ 2015-04-22 11:10 下里巴人or知己 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 本章译者:@nixil虽然Play在设计之初就考虑了安全性问题,但是任何人都无法阻止程序员们自毁长城。以下的向导将会涉及web应用常见的安全性问题,以及在Play中该如何避免。Sessions你经常会需要保存一些跟用户有关的信息,比如登录状态之类的。如果没有session,用户就得在每个请求当中都携... 阅读全文
posted @ 2015-04-22 11:09 下里巴人or知己 阅读(192) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 32 下一页