One of DB and TN common interests is traveling. One day, they went to Grand Line and found One Piece ! The One Piece treasure has n gold coins (n is e ...
分类:
其他好文 时间:
2018-05-18 22:19:35
阅读次数:
196
CVE-2016-5195 Dirtycow: Linux内核提权漏洞 以下都是github上找的源码,然后在ubuntu-12.04.5-desktop-i386上实验成功 首先运行下面的确定漏洞: 漏洞利用源码: 运行结果: root@jin:/home/poc/dirty# cat foo m ...
分类:
系统相关 时间:
2018-05-17 16:46:32
阅读次数:
1131
题目链接:acm.hdu.edu.cn/showproblem.php?pid=1142 Problem Description Jimmy experiences a lot of stress at work these days, especially since his accident m ...
分类:
其他好文 时间:
2018-05-17 11:52:03
阅读次数:
198
5582: Box and Ball 题目描述 We have N boxes, numbered 1 through N. At first, box 1 contains one red ball, and each of the other boxes contains one white b ...
分类:
其他好文 时间:
2018-05-14 21:29:19
阅读次数:
181
Asteroids Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 25270 Accepted: 13635 Description Bessie wants to navigate her spaceship through ...
分类:
其他好文 时间:
2018-05-12 19:26:30
阅读次数:
188
mysql,mysqldump,mysqldump,php连接mysql服务常会提示下面错误: 1 ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mys ...
分类:
数据库 时间:
2018-05-11 12:57:56
阅读次数:
208
并发的概念:(两个维度)1、【狭义】同一时刻向服务器发出的同一请求2、【广义】同一时间段向同一个服务器发出的请求 并发用户数:(两个维度)1、【工具】如LR中的 VU,工具设置;实际设置了多少并发2、【服务器】一个时间内向服务器发的请求数;在一个时间段内,服务器能处理多少请求数 响应时间:发送请求开 ...
分类:
其他好文 时间:
2018-05-10 18:12:24
阅读次数:
177
在终端输入mysql,结果出现 在网上搜到很多方法,不好使,然后查询了官方文档 http://dev.mysql.com/doc/refman/5.7/en/can-not-connect-to-server.html 下面写道 Here are some reasons the Can't con ...
分类:
数据库 时间:
2018-05-10 17:22:53
阅读次数:
319
POJ_1556_The Doors_判断线段相交+最短路 Description You are to find the length of the shortest path through a chamber containing obstructing walls. The chamber ...
分类:
其他好文 时间:
2018-05-10 11:25:51
阅读次数:
234
通过mysql -u用户名 -p密码 的命令连接 Mysql数据库时 报错 "can't connect to local mysql serverthrough socket'/var/run/mysqld/mysqld.sock' 解决方法: 在不重新安装mysql的情况下,通过如下命令来解决, ...
分类:
数据库 时间:
2018-05-09 21:00:21
阅读次数:
192