题目:洛谷P1841。 题目大意:如果一个城市c在城市a到b($a\neq b\neq c$)的最短路中,并且去掉c最短路就会变短,那么称c为重要的城市。 现在要你按次序输出所有重要的城市。如果没有,输出“No important cities.”(引号不必输出)。 解题思路:跑Floyd,并记录两 ...
分类:
Web程序 时间:
2017-12-15 20:50:33
阅读次数:
196
一、Redis简介: Redis(http://redis.io)是一款开源的、高性能的键-值存储(key-value store),它是用ANSI C来编写。Redis的项目名是Remote Dictionary Server的缩写,但它常被称作是一款数据结构服务器(data structures ...
分类:
其他好文 时间:
2017-12-15 20:50:23
阅读次数:
189
#include #include #include using namespace std; const int maxn = 200; struct bign{ int len, s[maxn]; /*以下的构造函数是C++中特有的,作用是进行初始化。 事实上,当定义bign x时,就会执行这个... ...
分类:
编程语言 时间:
2017-12-15 20:50:17
阅读次数:
160
以我的一个项目为例。 0、项目结构: 1、POM中添加MyBatis的依赖: 2、配置application.properties: 好吧,配置已经结束了。 接下来是一个小测试。 0、Bean文件: 1、Mapper XML文件: 2、Mapper文件: 3、Service文件: 4、Control ...
分类:
编程语言 时间:
2017-12-15 20:50:08
阅读次数:
251
P1952 火星上的加法运算_NOI导刊2009提高(3) P1952 火星上的加法运算_NOI导刊2009提高(3) P1952 火星上的加法运算_NOI导刊2009提高(3) 题目描述 最近欢欢看到一本有关火星的书籍,其中她被一个加法运算所困惑,由于她的运算水平有限.她想向你求助,作为一位优秀的 ...
分类:
其他好文 时间:
2017-12-15 20:49:59
阅读次数:
178
Unexpected exception thrown when create new site: Solution: The doubling was caused by the Counter service (not sure what it actually does but assume ...
分类:
编程语言 时间:
2017-12-15 20:49:52
阅读次数:
169
string转byte[]: byte[]转string: string转ASCII byte[]: ASCII byte[]转string: ...
分类:
编程语言 时间:
2017-12-15 20:49:44
阅读次数:
127
class Solution { public static int[] x; public static int sum=0; public static char[][] board; public List> solveNQueens(int n) { x =new int[n]; for(i... ...
分类:
其他好文 时间:
2017-12-15 20:49:36
阅读次数:
158
下载: 链接: https://pan.baidu.com/s/1gfMYeGF 密码: 45bn 打开目录:E:\Delphi7\TRichView.v.16.10.3 ScaleRichView.v.7.7.2 Full Source D4-RAD10.2 2016-05-19 and Fix ...
P1604 B进制星球 P1604 B进制星球 P1604 B进制星球 题目背景 进制题目,而且还是个计算器~~ 题目描述 话说有一天,小Z乘坐宇宙飞船,飞到一个美丽的星球。因为历史的原因,科技在这个美丽的星球上并不很发达,星球上人们普遍采用B(2<=B<=36)进制计数。星球上的人们用美味的食物招 ...
分类:
其他好文 时间:
2017-12-15 20:49:17
阅读次数:
142
桌面新建XXX.desktop的文件,复制粘贴以下内容: ...
分类:
系统相关 时间:
2017-12-15 20:49:08
阅读次数:
227
一、环境准备: 1、准备包含必要数据的数据库; 2、JDBC驱动; 二、操作步骤: 1、添加JDBC驱动; 2、添加“线程组”,并在下面添加一个“JDBC Connection Configuration”; 3、配置一下JDBC Connection Configuration页面,输入数据库 1 ...
分类:
数据库 时间:
2017-12-15 20:48:51
阅读次数:
198
导入所需模块: DynamicFormComponent.html DynamicFormComponent.ts FormItemBase.ts FormTextbox.ts FormDropdown.ts FormItemControl.ts QuestionComponent.html Que ...
分类:
其他好文 时间:
2017-12-15 20:48:39
阅读次数:
213
buntu上安装MySQL非常简单只需要几条命令就可以完成。 1. sudo apt-get install mysql-server 2. apt-get isntall mysql-client 3. sudo apt-get install libmysqlclient-dev 安装过程中会提 ...
分类:
数据库 时间:
2017-12-15 20:48:32
阅读次数:
162
#author devilf product_list = [ ('iphone',5800), ('Mac Pro',9800), ('Bike',800), ('Watch',10000), ('Coffee',123) ] shop_list = [] salary = input('pls ... ...
分类:
编程语言 时间:
2017-12-15 20:48:26
阅读次数:
191