码迷,mamicode.com
首页 > 其他好文
jdk内存
...
分类:其他好文   时间:2016-07-05 12:01:04    阅读次数:102
2016年7月5日 星期二 --出埃及记 Exodus 15:1
2016年7月5日 星期二 --出埃及记 Exodus 15:1Then Moses and the Israelites sang this song to the LORD: "I will sing to the LORD, for he is highly exalted. The hors ...
分类:其他好文   时间:2016-07-05 12:01:33    阅读次数:109
Config
Config Config App Auth Cache Database Languages Mail Modules Routing Session Config Settings for the framework setup in app/Config.php Set the timezon ...
分类:其他好文   时间:2016-07-05 11:59:08    阅读次数:186
Request
Request The Request class provides many methods for examining the HTTP request for your application and extends the Symfony\Component\HttpFoundation\R ...
分类:其他好文   时间:2016-07-05 12:00:19    阅读次数:118
L4,an exciting trip
expressions: a great number of 许多 in the centre of 在…的中部 sentences: I have just had breakfast. I have never been to S. He has just left the house. He ...
分类:其他好文   时间:2016-07-05 11:59:36    阅读次数:105
Forms and actions
Forms and actions Adding new albums We can now code up the functionality to add new albums. There are two bits to this part: Display a form for user t ...
分类:其他好文   时间:2016-07-05 11:58:06    阅读次数:222
Paginator
Paginator There are several ways to paginate items. The simplest is by using the paginate method on the query builder. Paginating Database Results $us ...
分类:其他好文   时间:2016-07-05 11:58:52    阅读次数:155
7天快速开发 管理金额超千万 猿团打造最懂投资人的投资项目管理工具
近日,猿团用短短7天时间,完成一款股权投资管理工具的快速开发。这款名为Chain的股权投资管理工具,目前管理金额已经超过千万。同时,也刷新了猿团开发记录,再次证明了猿团强大的技术实力。 随着创业热的兴起,面对让人眼花缭乱的创业项目,投资人往往不知从何下手,而投资项目过多、资金分散等问题,也让投资人分 ...
分类:其他好文   时间:2016-07-05 11:59:31    阅读次数:218
Xcode6:The file couldn’t be opened because you don’t have permission to view it
1、前言 最近为了兼容iOS8升级到Xcode6.0编译之前的工程,结果App无法在真机上运行。报错如下:The file “xxxx.app” couldn’t be opened because you don’t have permission to view it 2、解决方法 查看工程中警 ...
分类:其他好文   时间:2016-07-05 11:57:38    阅读次数:127
if else重复十多次的业务代码也是醉了
嗯,一个页面同时刷这8个接口,我说能不能合并到一个网络接口,不用一个页面并发8个请求,他说太长了,不好合并。 我看了一下他代码,也是醉了,写了8个接口,访问的都是一个表,然后每个接口重复if else十多次。 附上其中一个接口: 类似的还有好几个,修正一下如下: ...
分类:其他好文   时间:2016-07-05 11:56:19    阅读次数:88
Validation
Validation A simple but powerful Validation Engine, in a Laravel-esque style. Its Validation Rules and the basic usage are similar with Illuminate\Val ...
分类:其他好文   时间:2016-07-05 11:57:49    阅读次数:165
部署项目时问题
现象:部署完项目打开浏览器访问的时候报404的错误。 定位:清空浏览器的缓存 查看tomcat的运行状况 打开log查看 结果:在log日志中发现如下(部署了三次) 解决办法:物理硬盘内存小而jvm的内存分配过大导致的,调整了jvm的内存大小重新访问可以了。嘎嘎 ...
分类:其他好文   时间:2016-07-05 11:56:54    阅读次数:121
设计模式总结
1、迪米特法则(Demeter Principle): 理解:最少知道原则。类之间要尽量减少关联,降低类之间的耦合性。如需要关联,可通过中介类来转达。 实现:外观(Facade)、中介(Mediator) 2、开放-封闭原则(): 理解:对系统添加新的功能时不能影响到原有的功能。 实现:a、多使用抽 ...
分类:其他好文   时间:2016-07-05 11:54:01    阅读次数:169
keil中使用Astyle格式化你的代码的方法2篇合
关于Astyle Astyle 的全称是Artistic Style的简称,是一个开源的源代码格式化工具,可以对C,C++,C#以及Java等编程语言的源代码进行缩进、格式化、美化。Home Page: http://astyle.sourceforge.net/Project Page: http ...
分类:其他好文   时间:2016-07-05 11:54:52    阅读次数:226
Authentication
Authentication Introduction Configuration Storing Passwords Authenticating Users Basic Usage Introduction All the classes of the Auth system live in t ...
分类:其他好文   时间:2016-07-05 11:55:52    阅读次数:172
ant用途及简单实现
ant用途及简单实现 ant用途及简单实现 标签: antjavadeletejarbuildjavaee 2012-07-17 14:15 5945人阅读 评论(0) 收藏 举报 标签: antjavadeletejarbuildjavaee 2012-07-17 14:15 5945人阅读 评论 ...
分类:其他好文   时间:2016-07-05 11:54:09    阅读次数:123
Internationalization
Internationalization If you are building a site for an international audience, you will likely want to provide localized versions of common strings on ...
分类:其他好文   时间:2016-07-05 11:53:52    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!