步骤:pycharm——file——settings——project interpreter——‘+’号,导入新的包 网址:https://mo.mbd.baidu.com/5sjol7n?f=cp 此外,还可在anaconda cloud 官网上下载所需要的包。网址:https://anacon ...
分类:
其他好文 时间:
2019-04-28 15:24:24
阅读次数:
239
[题目链接] https://www.lydsy.com/JudgeOnline/problem.php?id=5100 [算法] 首先分两类考虑 : 1. 1 -> N的路径不经过其它节点 , 我们只需判断(d1i - d2i)的绝对值是否全部相等 2. 1 -> N的路径经过了其它节点 , 那么 ...
分类:
其他好文 时间:
2019-04-27 13:03:06
阅读次数:
151
syn on "语法支持 colorscheme murphy set go= "common conf {{ 通用配置 "set ai "自动缩进 set bs=2 "在insert模式下用退格键删除 set showmatch "代码匹配 "set laststatus=2 "总是显示状态行 s ...
分类:
系统相关 时间:
2019-04-26 16:20:59
阅读次数:
175
题目: Given a non-negative integer c, your task is to decide whether there're two integers a and b such that a2 + b2 = c. Example 1: Example 2: 分析: 给定一个 ...
分类:
编程语言 时间:
2019-04-22 00:18:10
阅读次数:
157
背景: 某表忽然出现查询很缓慢的情况。cost 100+ 秒以上;严重影响生产。 原SQL: explain plan for select * from ( select ID id,RET_NO retNo, FROM_SYS fromSy, TO_SYS toSys, COMMAND_CODE ...
分类:
数据库 时间:
2019-04-21 19:59:05
阅读次数:
208
410. Split Array Largest Sum Given an array which consists of non-negative integers and an integer m, you can split the array into m non-empty continu ...
分类:
其他好文 时间:
2019-04-13 09:13:00
阅读次数:
162
课上内容(Lesson) # Appetizer ['æp?'ta?z?] n. 开胃物,开胃食品 spinach salad 菠菜沙拉 # "p" 发b音 gazpacho 西班牙凉菜,西班牙冷汤菜(用番茄、青椒、黄瓜等制成) # Soup 汤 borscht [b?r?t] 罗宋汤 # Main ...
分类:
其他好文 时间:
2019-04-10 23:21:39
阅读次数:
168
explain plan forSELECT MMT.TRANSACTION_ID,GIR.JE_HEADER_ID,GIR.JE_LINE_NUMFROM GL_IMPORT_REFERENCES GIR ,MTL_MATERIAL_TRANSACTIONS MMTWHERE 1=1AND GIR ...
分类:
数据库 时间:
2019-04-08 15:36:20
阅读次数:
223
There are N students in a class. Some of them are friends, while some are not. Their friendship is transitive in nature. For example, if A is a direct ...
分类:
其他好文 时间:
2019-04-06 18:27:49
阅读次数:
93
This question is the same as "Max Chunks to Make Sorted" except the integers of the given array are not necessarily distinct, the input array could be ...
分类:
其他好文 时间:
2019-04-06 13:56:24
阅读次数:
125