POJ 1161 Walls(最短路+枚举) 题目背景 题目大意:题意是说有 n个小镇,他们两两之间可能存在一些墙(不是每两个都有),把整个二维平面分成多个区域,当然这些区域都是一些封闭的多边形(除了最外面的一个),现在,如果某几个小镇上的人想要聚会,为选择哪个区域为聚会地点,可以使他们所有人总共需 ...
分类:
其他好文 时间:
2017-01-24 11:00:40
阅读次数:
227
来自于:http://springtutorials.com/spring-ecosystem/ Hello and Welcome to Spring Tutorials Blog! Is it fair to assume you have at least heard of Spring Fr ...
分类:
编程语言 时间:
2017-01-22 10:38:56
阅读次数:
281
I had enough trouble not falling down when the ground was dry; it might be safer for me to go back to bed now. 当地上是干的时候,我不摔跤都有足够的麻烦了;对于我来说现在回到床上可能更安全一 ...
分类:
其他好文 时间:
2017-01-20 15:58:47
阅读次数:
253
GeoHash Geohash is a latitude/longitude geocode system invented by Gustavo Niemeyer when writing the web service at geohash.org, and put into the publ ...
分类:
其他好文 时间:
2017-01-20 15:43:32
阅读次数:
208
有用的词: sights and attractions: 景点 ticket booth: 售票处 will call ticket: 网络售票 guided tour: 带导游的游览 audio tour: 有声导游 opening hours: 开门时间 brochure: 介绍小册子 sou ...
分类:
其他好文 时间:
2017-01-19 19:44:35
阅读次数:
188
NSIS Error:Error writing temporary file. Make sure your temp folder is valid的解决 NSIS Error:Error writing temporary file. Make sure your temp folder is ...
分类:
其他好文 时间:
2017-01-18 00:43:19
阅读次数:
196
安装 hive后 在命令行 如输入 Hive -h -后面随便输入。让让他报错进入命令提示界面 -d 定义一个变量 两种形式 -d A=B or --define A=B -e 执行sql语句 hive -e "select * from a" -f 执行一个sql片段。或者包含sql语句的文本文件 ...
分类:
其他好文 时间:
2017-01-16 11:12:29
阅读次数:
458
1.下载安装包 下载完成后解压缩压缩包 2. 安装准备 将mongodb移动到/usr/local/server/mongdb文件夹 mv mongodb-linux-i686-1.8.2 /usr/local/mongodb 创建数据库文件夹与日志文件 mkdir /usr/local/mongo ...
分类:
数据库 时间:
2017-01-14 11:21:07
阅读次数:
276
Using 1-Wire device with Intel Galileo 3 Replies Many people have had trouble with getting 1-Wire devices to work with the Galileo and Galileo Gen2 bo ...
分类:
其他好文 时间:
2017-01-12 19:06:11
阅读次数:
486
function check(){ //email //通过name获取form元素 var mail = document.regi.mail.value; var mailReg = document.getElementById("reg-mail"); var RegularMail = /... ...
分类:
移动开发 时间:
2017-01-09 11:23:19
阅读次数:
292