码迷,mamicode.com
首页 >  
搜索关键字:constant pool    ( 4909个结果
netflix zuul-simple-webapp.war在tomcat下启动
按照netflix 在github 的wiki的文档使用gradlew jettyRun可以启动jetty来进行测试。在本地build war 以后,我放在tomcat 运行的时候,却不可以运行。这里遇到了一些问题,记录如下:1. Connection pool is shut down.经查,这个...
分类:移动开发   时间:2015-12-16 19:18:26    阅读次数:907
MySQL中Index Merge简介
索引合并优化官网翻译MySQL5.7文档索引合并是为了减少几个范围(type中的range类型:range can be used when a key column is compared to a constant using any of the =, , >, >=, , BETWEEN, ...
分类:数据库   时间:2015-12-15 00:56:51    阅读次数:396
【Virtual Judge】H - 大概做不来的题 Approximating a Constant Range
DescriptionIn Absurdistan, there arentowns (numbered1throughn) andmbidirectional railways. There is also an absurdly simple road network — for each pa...
分类:移动开发   时间:2015-12-15 00:56:22    阅读次数:336
【Virtual Judge】G - 一般水的题2-Approximating a Constant Range
DescriptionWhen Xellos was doing a practice course in university, he once had to measure the intensity of an effect that slowly approached equilibrium...
分类:移动开发   时间:2015-12-15 00:55:32    阅读次数:853
【Virtual Judge】E - 特别水的题5-Wilbur and Swimming Pool
DescriptionAfter making bad dives into swimming pools, Wilbur wants to build a swimming pool in the shape of a rectangle in his backyard. He has set u...
分类:其他好文   时间:2015-12-14 16:43:53    阅读次数:195
有趣的Ruby-学习笔记1
Ruby变量ruby支持5种类型一般小写字母、下划线开头:变量(Variable)。$开头:全局变量(Global variable)。@开头:实例变量(Instance variable)。@@开头:类变量(Class variable)类变量被共享在整个继承链中大写字母开头:常数(Constant)。变量变量的打印变量在打印的时候不能省略 大括号,别的类型变量都可以省略大括号,比如你这样打印变...
分类:其他好文   时间:2015-12-14 01:30:44    阅读次数:229
tomcat7性能调优指导书
注意:调优tomcat需要了解使用的tomcat是什么版本,随着tomcat版本发展有新参数引入,同时有旧参数废弃。本文档以tomcat7为例进行调优一. 线程池(Thread Pool)优化编辑“Tomcat安装目录/conf/server.xml”文件,找到如下内容-->取消注释参数做如下调整参...
分类:其他好文   时间:2015-12-13 23:35:54    阅读次数:296
[Linked List]Sort List
otal Accepted:59473Total Submissions:253637Difficulty:MediumSort a linked list inO(nlogn) time using constant space complexity.(E) Merge Two Sorted Li...
分类:其他好文   时间:2015-12-12 18:43:07    阅读次数:116
关于裸盘和13.5G的lun
关于裸盘:比如1T的硬盘插到存储中,可以使用的肯定没有1T,格式化后在GUI显示可能只有900G,但是还没有做raid,这个称之为裸盘。裸盘之后做raid,可能可用只有500G了,然后加入pool,往外分lun给主机用,这个500G是总的可使用空间。关于13.5G的lun单位:emc存储应该是默认的把..
分类:其他好文   时间:2015-12-11 16:48:56    阅读次数:154
stand up meeting 12-10
今天项目会议正好利用了大家上课前的十五分钟,大家对项目进度和项目中所遇到的问题进行了沟通。由于天赋同学与重阳小组沟通及时有效,在mapping的过程中直接将单词本中的type与我们单词挑战中的question pool绑定,减少了我们很多后端代码refactor的工作。答题页面中的点击跳转和chec...
分类:其他好文   时间:2015-12-10 21:59:34    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!