错误:File contains parsing errors: file:///etc/yum.repos.d/docker-ce.repo [line 84]: docker-ce-nightly-source] 因为之前安装docker,但没有安装成功,有些残余文件留在系统里了,影响了yum命... ...
分类:
其他好文 时间:
2019-07-18 23:49:40
阅读次数:
267
Fox Ciel is playing a mobile puzzle game called "Two Dots". The basic levels are played on a board of size n?×?m cells, like this: Each cell contains ...
分类:
其他好文 时间:
2019-07-18 19:47:46
阅读次数:
136
Map:用来存储键值对的,通过键来标识,键如果重复,新的键值将覆盖旧的Map是一个接口,实现类有HashMap,TreeMap,HashTable,PropertiesMap<Integer,String>m=newHashMap<>();//要增加泛型Map<Integer,String>m2=newHashMap<>();m.put(1,"ad"
分类:
编程语言 时间:
2019-07-18 10:49:22
阅读次数:
122
Andrew and Chemistry Description During the chemistry lesson Andrew learned that the saturated hydrocarbons (alkanes) enter into radical chlorination ...
分类:
其他好文 时间:
2019-07-17 21:52:40
阅读次数:
125
题意翻译 贝茜听说了一个骇人听闻的消息:一场流星雨即将袭击整个农场,由于流星体积过大,它们无法在撞击到地面前燃烧殆尽,届时将会对它撞到的一切东西造成毁灭性的打击。很自然地,贝茜开始担心自己的安全问题。以FJ牧场中最聪明的奶牛的名誉起誓,她一定要在被流星砸到前,到达一个安全的地方(也就是说,一块不会被 ...
分类:
其他好文 时间:
2019-07-17 18:33:41
阅读次数:
102
1.Linq 语言集成查询 它允许使用SQL查询数据库的方式来查询数据集合 可以从数据库 程序对象集合以及XML文档中查询数据 2.Linq有两种写法 一种是form查询的方法 一种是where拉姆达表达式的写法 3.当List是引用类型时候 不建议使用Contains 4.Action<>有两个参 ...
分类:
其他好文 时间:
2019-07-16 12:22:55
阅读次数:
103
题目标签:Linked List 题目给了我们一组 linked list, 和一组 G, 让我们找到 G 在 linked list 里有多少组相连的部分。 把G 存入 hashset,遍历 linked list, 利用 hashset 来检查目前的点 和 下一个点 是否在G 里面。 如果目前的 ...
分类:
其他好文 时间:
2019-07-15 09:19:54
阅读次数:
102
C Looooops Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 35461 Accepted: 10372 Description A Compiler Mystery: We are given a C-language ...
分类:
其他好文 时间:
2019-07-15 09:15:32
阅读次数:
115
1047 Student List for Course (25 分) 1047 Student List for Course (25 分) 1047 Student List for Course (25 分) Zhejiang University has 40,000 students an ...
分类:
其他好文 时间:
2019-07-14 19:37:02
阅读次数:
115
Codeforces Round #573 (Div. 2) A. Tokitsukaze and Enhancement Tokitsukaze is one of the characters in the game "Kantai Collection". In this game, ever ...
分类:
其他好文 时间:
2019-07-13 21:25:56
阅读次数:
178