系统信息
应用逻辑 就是用c3p0 到数据库查询数据并http返回Json数据
1 调优前的最初的测试结果 JMeter test result
No.
Type
Original
1000 data bigger
1
500Connection
250 query/S
63q/S
7...
分类:
数据库 时间:
2014-12-03 19:14:05
阅读次数:
270
Active Record:資料庫遷移(Migration)Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the...
分类:
其他好文 时间:
2014-11-28 18:09:10
阅读次数:
231
A -Is Bigger Smarter?Time Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 10131Appoint description:DescriptionQuestion ...
分类:
其他好文 时间:
2014-11-19 07:22:11
阅读次数:
201
(1). When $A$ is normal, the set $W(A)$ is the convex hull of the eigenvalues of $A$. For nonnormal matrices, $W(A)$ may be bigger than the convex hul...
分类:
其他好文 时间:
2014-11-18 23:41:26
阅读次数:
243
为什么突然想要写着最简单的三个排序呢?第一个原因是 前两天在北科大的研究所里面居然把选择排序写错了(煞是丢人!)二是 好久没有温习过了 借此机会温习一下 也给自己的博客开个篇因为 一上来 就整写bigger 太高的 真心觉得现在的自己 有些hold不住所以 来吧首先 排序嘛 需要一个 数组序列 {a...
分类:
编程语言 时间:
2014-11-16 17:15:24
阅读次数:
220
虽说作为一名iOS Developer,相比如何使用手中的iPhone,更重要的还是不断钻研如何去code,不过这里还是想起一篇类似《如何利用好你的iPhone》、《怎样才能榨干你手中iPhone的功能和价值》、《iPhone怎样玩才叫cool才叫更bigger》之类主题的blog,嗯,说写就写.....
分类:
其他好文 时间:
2014-11-09 23:38:07
阅读次数:
205
DAG最长路……
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int tail;
int head[1010];
int dp[1010];
struct Edge
{
int to,next;
}edge[10000...
分类:
其他好文 时间:
2014-11-06 17:44:36
阅读次数:
435
为什么Memcached和Redis如此流行? 不仅是其具有超高的性能,还因为相对来说他们都非常简单。 对程序员来说上手使用Memcached或Redis相当容易。 安装和设置并集成到系统中可能只需要几分钟时间。 因此花费一点点时间和精力就能立刻大幅提升系统性能 —— 通常是提升一个数量级。 一个简洁的解决方案却能获得巨大的性能收益: 这酸爽简直超乎你的想象。...
分类:
系统相关 时间:
2014-10-30 00:15:21
阅读次数:
400
Some people think that the bigger an elephant is, the smarter it is. To disprove this, you want to take the data on a collection of elephants and put as large a subset of this data as possible into a...
分类:
其他好文 时间:
2014-10-23 20:51:42
阅读次数:
221
mysql -u root -p databasename < db.sql数据库导入数据时,MySQL收到下面异常:ERROR 1153 (08S01): Got a packet bigger than 'max_allowed_packet' bytes。这是因为没有调整mysql的默认配置,...
分类:
数据库 时间:
2014-10-22 08:40:42
阅读次数:
272