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感受到的时间要长,例如,实际使用IE打开一个系统时只需要1~2秒,而使用LR跑一个用户所得出的结果可能是8秒、10秒、或者更大的响应时间。针对上述问题进行分析总结,有3种情况:1、在运行LR场景时没有忽略Think...
分类:
其他好文 时间:
2014-08-24 17:54:32
阅读次数:
197
做了一年的大一年度项目了,对于关系型数据库结构还是有些了解了,有的时候还是觉得这种二维表不是很顺手。在看过一篇文章之后,对NoSQL有了初步的了解,(https://keen.io/blog/53958349217/analytics-for-hackers-how-to-think-about-e...
分类:
数据库 时间:
2014-08-24 11:26:42
阅读次数:
234
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
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
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
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
今天举行了英语词汇发音交流会
一共有三个环节。第一个环节读单词我们组读的单词it、pen、do、stop、think、park、sink、wood,在这一个环节中我感受到了,什么是一个团队。对于我们这些读音存在大问题的,我们的团队,让我们优先选择把握大的单词,然后剩余的归他们,在这个过程中大家默契配合,大家相互听对方的发音,大家尽自己最大的努力把自己读的那个单词,尽可能的读到最好。...
分类:
其他好文 时间:
2014-08-17 17:07:22
阅读次数:
216
; (function ($) { /* * 文本域光标操作(选、添、删、取)的jQuery扩展 @Mr.Think http://mrthink.net/text-field-jquery-extend/ */ ...
分类:
Web程序 时间:
2014-08-15 12:17:58
阅读次数:
282
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