1.通过省+城市+区县确定初始化地图 map.centerAndZoom(prv+city+dis, 15);2.通过精确地址确定初始化地图function searchOnMap(detail){ if(detail != ""){ var local =...
分类:
其他好文 时间:
2015-03-16 22:44:41
阅读次数:
119
The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elev...
分类:
其他好文 时间:
2015-03-16 19:14:59
阅读次数:
108
authorization failed错误主要是conf/auth文件配置错误,可以参考如下配置:[aliases]# joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Averag...
分类:
系统相关 时间:
2015-03-15 18:04:37
阅读次数:
187
Description You have just moved from a quiet Waterloo neighbourhood to a big, noisy city. Instead of getting to ride your bike to school every day...
分类:
其他好文 时间:
2015-03-15 00:37:38
阅读次数:
184
Description Several currency exchange points are working in our city. Let us suppose that each point specializes in two particular currencies and p...
分类:
其他好文 时间:
2015-03-15 00:31:12
阅读次数:
145
Description Do not sincere non-interference。 Like that show, now starvae also take part in a show, but it take place between city A and B. Starv...
分类:
其他好文 时间:
2015-03-14 23:08:52
阅读次数:
188
Description Dhaka city is getting crowded and noisy day by day. Certain roads always remain blocked in congestion. In order to convince people avoi...
分类:
其他好文 时间:
2015-03-14 23:08:49
阅读次数:
189
Description描述Every city in Berland is situated on Ox axis. The government of the country decided to build new telecasting station. After many experime...
分类:
其他好文 时间:
2015-03-13 20:42:14
阅读次数:
152
uses msxml, RegularExpressions;
function GetPublicIP:string;
var
req: IXMLHTTPRequest;
begin
req := CoXMLHTTP.Create;
req.open('get', 'http://city.ip138.com/ip2city.asp', False, EmptyStr, Empty...
分类:
其他好文 时间:
2015-03-13 18:50:48
阅读次数:
119
// l表示从l[i]到i连续大于a[i]的最远左区间,r表示从i到r[i]连续大于a[i]的最远又区间
DP 找出 a[i] 的最远左区间和最远右区间与自己连着的比自己大的数的长度 , 然后用这个长度乘以 a[i], 乘积最大的那个就是答案
hdoj 1506
#include
#include
#include
using namespace std;
#define N 100...
分类:
其他好文 时间:
2015-03-12 17:16:20
阅读次数:
127