HDU 1525 Euclid's Game (博弈) Description Two players, Stan and Ollie, play, starting with two natural numbers. Stan, the first player, subtracts any po ...
分类:
其他好文 时间:
2017-07-15 17:46:40
阅读次数:
184
VS2015的web程序在VS2017安装后打开工程出现如下错误: 原因: 由于VS2017安装后更新了dotnet sdk的版本,且VS2017不再使用project.json 管理依赖关系。用vsproj替代。 解决办法: 参考网址:https://stackoverflow.com/quest ...
分类:
Web程序 时间:
2017-07-15 14:48:54
阅读次数:
240
The problem is about Mr.BG who is a great hunter. Today he has gone to a dense forest for hunting and killing animals. Sadly, he has only one bullet i ...
分类:
其他好文 时间:
2017-07-15 13:46:28
阅读次数:
148
Given an array of integers sorted in ascending order, find the starting and ending position of a given target value. Your algorithm's runtime complexi ...
分类:
其他好文 时间:
2017-07-15 10:00:32
阅读次数:
152
Jmeter分布式测试的坑 有关jmeter分布式测试的环境配置,大概就是那样,但是每次想要进行jmeter分布式测试的时候,总是会有各种奇怪的问题,下面整理了一些可能遇到的坑。 问题:如果你的服务器名字和报错的时候显示的服务器名不一致(refuse to host:10.10.34.21,而服务器 ...
分类:
其他好文 时间:
2017-07-14 12:01:29
阅读次数:
199
按月统计注冊人数 java类: package com.spring.controller; import java.io.IOException; import java.sql.Connection; import java.sql.DriverManager; import java.sql. ...
分类:
其他好文 时间:
2017-07-13 21:49:50
阅读次数:
528
0x00 http代理 http代理的用处非常多,市面上也有公开的代理,可是有时候为了工作须要,比方分析应用层流量、做数据訪问控制、甚至做监控等等。Tornado提供了一些非常方便的环境和API,我们能够基于Tornado轻松实现一个http代理。 0x01 实现原理 http代理主要做client ...
分类:
Web程序 时间:
2017-07-12 23:34:58
阅读次数:
296
一.ADB server didn't ACK 在配置完Android环境后,执行第一个程序时,遇到了例如以下错误: ADB server didn't ACK * failed to start daemon * 它可能的原因是port5037被占用,须要查找占用5037(Android默认)po ...
分类:
移动开发 时间:
2017-07-12 21:22:57
阅读次数:
265
[root@ip12189 etc]# service mysqld startStarting MySQL....The server quit without updating PID file[失败]/lib/mysql/ip12189.pid). 原因: 在 mysqld 中使用 defau ...
分类:
数据库 时间:
2017-07-12 20:00:13
阅读次数:
210
cvc-complex-type.2.4.a: Invalid content was found starting with element 'display-name'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":servlet-class, " ...
分类:
其他好文 时间:
2017-07-11 19:31:20
阅读次数:
185