题意:给出n个点的坐标,(2 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 using namespace std;12 ...
分类:
其他好文 时间:
2015-05-03 18:46:09
阅读次数:
99
1.1. Simple UsageIf you have installed Selenium Python bindings, you can start using it from Python like this.from selenium import webdriverfrom selen...
分类:
其他好文 时间:
2015-05-03 11:50:36
阅读次数:
179
Description
Background
The knight is getting bored of seeing the same black and white squares again and again and has decided to make a journey
around the world. Whenever a knight moves, it is ...
分类:
其他好文 时间:
2015-05-02 09:43:08
阅读次数:
133
题目:给你一个二维的地图,里面有陷阱'T',金子'G'以及墙壁'#',和普通的道路'.',现在已知一个人在起点'P';
每次只能走到上下左右4个方向的格子,如果走到一个格子周围有陷阱,人就会停下不走,防止陷阱;
问最多能得到多少金子。
分析:图论,搜索。直接利用dfs求解即可,把'T'周围的点标记成停止即可。
说明:╮(╯▽╰)╭。
#in...
分类:
其他好文 时间:
2015-05-02 08:29:16
阅读次数:
163
过程参考: http://www.linuxdot.net/ http://www.jexus.org/ http://www.mono-project.com/docs/getting-started/install/linux/#centos-fedora-and-derivative...
分类:
其他好文 时间:
2015-05-01 18:43:10
阅读次数:
364
WhenaXMPPpasswordprotectedroomisalreadysetupinawindow,andtheaccountisloggedbackin,Pidgintriestologintotheroomwithoutapasswordandfailswitha"NotAuthorized"error.Double-clickingontheroomintheBuddyListwilllogintotheroomproperly.Thisbugseemstocropuponaspecificse..
分类:
其他好文 时间:
2015-04-30 20:28:08
阅读次数:
145
I was getting the error:An error occurred. Detailed message: An error was raised by libgit2. Category = FetchHead (MergeConflict).3 conflicts prevent ...
分类:
其他好文 时间:
2015-04-29 11:26:12
阅读次数:
276
https://confluence.jetbrains.com/display/IntelliJIDEA/Getting+Started+with+Spring+MVC,+Hibernate+and+JSONIn this tutorial we will create a simple web ...
分类:
编程语言 时间:
2015-04-29 08:33:47
阅读次数:
219
工具生成的连接:运行时提示错误:An error occurred while getting provider information from the database. This can be caused by Entity Framework using an incorrect conn...
分类:
其他好文 时间:
2015-04-24 01:02:11
阅读次数:
619