码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
How to configure Gzip for JBoss?---refer
Question:I think to try to speed up my Web App by reducing the size of transferred data. For example, in Nginx there is a special module. How to enabl...
分类:其他好文   时间:2014-08-25 20:57:24    阅读次数:246
转:LR的响应时间与使用IE所感受时间不一致的讨论
在做性能测试时,有时碰到这样一种情况,使用性能工具LR测试出来的响应时间比实际使用IE感受到的时间要长,例如,实际使用IE打开一个系统时只需要1~2秒,而使用LR跑一个用户所得出的结果可能是8秒、10秒、或者更大的响应时间。针对上述问题进行分析总结,有3种情况:1、在运行LR场景时没有忽略Think...
分类:其他好文   时间:2014-08-24 17:54:32    阅读次数:197
初识NoSQL 快速认识NoSQL数据库 分析Analytics For Hackers: How To Think About Event Data
做了一年的大一年度项目了,对于关系型数据库结构还是有些了解了,有的时候还是觉得这种二维表不是很顺手。在看过一篇文章之后,对NoSQL有了初步的了解,(https://keen.io/blog/53958349217/analytics-for-hackers-how-to-think-about-e...
分类:数据库   时间:2014-08-24 11:26:42    阅读次数:234
1049 I Think I Need a Houseboat ACM题答案 java版
package arithmetic;import java.util.Scanner;public class IThinkI1049 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); ....
分类:编程语言   时间:2014-08-23 21:31:51    阅读次数:288
Catel-为什么选择Catel
1. 介绍 Welcome to part 0 of the article series about Catel. Quite a strange part, don’t you think? Well, we hear from a lot of people that the real pow...
分类:其他好文   时间:2014-08-23 17:38:31    阅读次数:221
LeetCode "Distinct Subsequences" - TO BE REVISED
A classic and representative DP problem. To be revised later. Quite a few interesting details to think about.class Solution {public: int numDistinc...
分类:其他好文   时间:2014-08-21 13:03:34    阅读次数:180
POJ 2481 Cows(树状数组)
Description Farmer John's cows have discovered that the clover growing along the ridge of the hill (which we can think of as a one-dimensional number line) in his field is particularly good.  Fa...
分类:其他好文   时间:2014-08-20 14:10:52    阅读次数:225
Speak a Good Word for SB
今天举行了英语词汇发音交流会       一共有三个环节。第一个环节读单词我们组读的单词it、pen、do、stop、think、park、sink、wood,在这一个环节中我感受到了,什么是一个团队。对于我们这些读音存在大问题的,我们的团队,让我们优先选择把握大的单词,然后剩余的归他们,在这个过程中大家默契配合,大家相互听对方的发音,大家尽自己最大的努力把自己读的那个单词,尽可能的读到最好。...
分类:其他好文   时间:2014-08-17 17:07:22    阅读次数:216
文本域光标操作(选、添、删、取)的jQuery扩展
; (function ($) { /* * 文本域光标操作(选、添、删、取)的jQuery扩展 @Mr.Think http://mrthink.net/text-field-jquery-extend/ */ ...
分类:Web程序   时间:2014-08-15 12:17:58    阅读次数:282
LeetCode "Largest Rectangle in Histogram" - TRICKY MONO-QUEUE
I got a DP solution first which is O(n^2). Apparently it is not a optimized one - think about: it is linear value space. There must be O(n) solution.A...
分类:其他好文   时间:2014-08-15 05:04:07    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!