One day a highly important task was commissioned to Vasya — writing a program in a night. The program consists of n lines of code. Vasya is already ex ...
分类:
其他好文 时间:
2017-04-23 12:36:08
阅读次数:
189
下载小文件,只适合几百k,1、2M的文件 缺点:_mudata,会使内存暴涨,而且下载完毕后内存不会下降 ...
分类:
Web程序 时间:
2017-04-21 23:06:18
阅读次数:
251
After having drifted about in a small boat for a couple of days, Akira Crusoe Maeda was finally cast ashore on a foggy island. Though he was exhausted ...
分类:
其他好文 时间:
2017-04-21 20:39:27
阅读次数:
372
题目链接:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1556 Description Jerry is caught by Tom. He was penned up in one room with a door, which only ...
分类:
其他好文 时间:
2017-04-21 19:59:07
阅读次数:
167
本文是在阅读《Troubleshooting SQL Server》->Chapter 5: Missing Indexes->Identifying Duplicate Indexes时,文中提及两个处理重复索引的链接。此处整理链接文章,方便自己后期查看,详细内容请参考原文:How can you ...
分类:
其他好文 时间:
2017-04-20 20:06:03
阅读次数:
238
Integer when processors were 16 bit, an int was 2 bytes. Nowadays, it's most often 4 bytes on a 32 bits system or 8 bytes on 64 bits system. Character ...
分类:
编程语言 时间:
2017-04-20 19:40:03
阅读次数:
206
社会工程学工具包(SET)是一个开源的、Python驱动的社会工程学渗透测试工具。这套工具包由David Kenned设计,而且已经成为业界部署实施社会工程学攻击的标准。SET利用人们的好奇心、信任、贪婪及一些愚蠢的错误,攻击人们自身存在的弱点。使用SET可以传递攻击载荷到目标系统,收集目标系统数据 ...
分类:
系统相关 时间:
2017-04-18 18:44:56
阅读次数:
1510
http://www.linuxcommand.org/ 很不错的学习shell和script的教程。包含:Learning the shell 和 writing shell scripts 两个内容。 https://linux.die.net/man/ 50 UNIX / Linux Sysa ...
分类:
Web程序 时间:
2017-04-15 17:12:38
阅读次数:
189
摘要 在开放api的时,我们需要返回不同的状态给调用方,以告诉它们当前请求的结果,是成功了还是失败了。当然这种给调用方的反馈有很多种做法,这里就说是web api内置的对Http状态码。http状态码基本上可以满足日常接口开发的需要了。 HttpStatusCode 该枚举有以下n种值: #regi ...
分类:
Windows程序 时间:
2017-04-14 14:30:18
阅读次数:
1060
mysql提示Writing to net解决 最近发现某一个数据库cpu占用比较过。超过200%了。 首先查看数据库慢日志,设定慢日志5秒,基本上没有产生日,没有超过5秒的语句。 show processlist; 后发现几条select有几个表查询需要1-2秒, explain select * ...
分类:
数据库 时间:
2017-04-14 14:27:28
阅读次数:
205