比较SQL查询性能 语句--优先使用SET STATISTICS IO和SET
STATISTICS TIME查看性能调节是否有效。--SET STATISTICS TIME ON--SET STATISTICS TIME
ON在开始我们的例子前,先运行下面的这二条命令(不要在正在使用的服务器上执行...
分类:
数据库 时间:
2014-05-26 07:59:24
阅读次数:
421
Time Limit: 2000/1000 MS (Java/Others) Memory
Limit: 65536/32768 K (Java/Others) Total Submission(s): 137169 Accepted
Submission(s): 31787 Problem Des...
分类:
其他好文 时间:
2014-05-26 07:37:31
阅读次数:
314
1 # -*- coding:utf-8 -*- 2 import time 3 import
pymongo 4 from threading import Thread 5 from Queue import Queue 6 7 start =
time.time() 8 9 f = o...
分类:
编程语言 时间:
2014-05-26 07:25:25
阅读次数:
311
TIME_WAIT状态
执行主动关闭的一方处于TIME_WAIT状态。端点留在这个状态的时间是2MSL(最长分节生命期: maximum segment lifetime)。
任何TCP实现都必须为MSL选择一个值, RFC1122建议值2分钟,BSD的实现30秒。所以,MSL在1——4分钟之间.....
分类:
其他好文 时间:
2014-05-26 06:48:04
阅读次数:
222
这里不讲vsftpd的基本配置,网上教程已经太多了。这里只说seLinux的问题。日前在CentOS6.5中安装了vsftpd,按照网上搜索的教程,配置好/etc/vsftpd/vsftpd.conf,重新启动后,登录实验,又出现了著名的不能设置主目录错误:500
OOPS: cannot chan...
分类:
系统相关 时间:
2014-05-26 06:40:58
阅读次数:
468
Arrange the Schedule
Time Limit: 1 Second Memory Limit: 65536 KB
In Summer 2011, the ZJU-ICPC Team has a n-days training schedule. ZJU-ICPC Team has been divided into 4 Group: Akiba, BiliBi...
分类:
其他好文 时间:
2014-05-26 04:05:08
阅读次数:
335
官方文档在这里:http://sae.sina.com.cn/doc/python/cron.html
就是通过在config.yaml文件中添加Cron段,例如:
cron:
- description: timing_task
url: /on_time
schedule: "*/5 * * * *"
代表每5分钟以get方式访问/on_time这个链接。
...
分类:
编程语言 时间:
2014-05-25 00:53:02
阅读次数:
296
Square Coins
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 7748 Accepted Submission(s): 5238
Problem Description
People in Silverl...
分类:
其他好文 时间:
2014-05-24 21:06:18
阅读次数:
220
ImLazy是个人使用的小程序,抽时间在公司写了个ruby版本,未完成equals_verb#
To change this template, choose Tools | Templates# and open the template in the
editor.require "SDK/ve...
分类:
其他好文 时间:
2014-05-24 12:51:59
阅读次数:
496
比如对于一个Server/Client程序,Client会每隔一定时间(比如TIME_OUT_CLIENT)会向Server发送“CheckConnect”信息,Server收到这个信息会调用回调函数__recv_check_connect()这个是否可以再__recv_check_connect(...
分类:
其他好文 时间:
2014-05-24 11:54:21
阅读次数:
194