问题描述: 输入truffle init 输出 Error: Error making request to https://raw.githubusercontent.com/truffle-box/bare-box/master/truffle.js. Got error: connect EC ...
分类:
其他好文 时间:
2019-11-21 12:29:24
阅读次数:
161
Basalt sand making machine is made of wear - resistant material with high - burning iron, long service life and stable performance. It has two crushin... ...
分类:
系统相关 时间:
2019-11-06 16:43:51
阅读次数:
103
基本概念: DW (Data Warehouse) 是一个面向主题的(Subject Oriented), 集成的(Integrated), 相对稳定的(Non Volatile), 反映历史变化(Time Variant)的数据集合,用于支持管理决策(Decision Making Support ...
分类:
其他好文 时间:
2019-11-05 13:41:06
阅读次数:
65
Recite 无论如何 特蕾莎修女 人们往往不理智,缺乏逻辑性并以自我为中心 原谅他们吧,无论如何 如果你善良,人们会指责你怀有自私和不良动机 仍旧善良吧,无论如何 如果你成功了,你会赢得一些假朋友和一些真敌人 还是去成功吧,无论如何 如果你诚实和坦率,人们会欺骗你 仍然诚实和坦率吧,无论如何 你花 ...
分类:
其他好文 时间:
2019-10-22 21:56:30
阅读次数:
100
In a 2D grid of s and s, we change at most one to a . After, what is the size of the largest island??(An island is a 4 directionally connected group o ...
分类:
其他好文 时间:
2019-10-14 01:24:21
阅读次数:
105
2012 USAMO Problems/Problem 2 ProblemA circle is divided into 432 congruent arcs by 432 points. The points are colored in four colors such that some 1 ...
分类:
其他好文 时间:
2019-10-08 18:45:35
阅读次数:
107
参考《专业嵌入式软件开发》中Makefile的complicated工程代码。 工程目录结构如下: 1.Makefile 2.main.c 3.foo.c 4.foo.h 5.define.h ...
分类:
其他好文 时间:
2019-10-06 22:09:13
阅读次数:
106
链接: https://codeforces.com/contest/1230/problem/E 题意: Kamil likes streaming the competitive programming videos. His MeTube channel has recently reache ...
分类:
其他好文 时间:
2019-10-04 19:15:11
阅读次数:
115
首先肯定是构造一个完整的凸包包括所有的点,那么要使得刚好有两个点在外面,满足这个条件的只有三种情况。 1.两个在凸包上但是不连续的两个点。 2.两个在凸包上但是连续的两个点。 3.一个在凸包上,还有一个在这个点去掉后这段新凸包边上的一个点。 如何快速的截取新凸包的点是谁呢,我们可以将整个凸包划分区域 ...
分类:
编程语言 时间:
2019-10-04 17:15:37
阅读次数:
85
题目链接: "走这里" 题目分析: 考虑绝对值的几何意义,显然$b$里的数一定在$a$里出现过 离不离散化问题不大,用下标作第二位状态就行 设$dp[i][j]$表示第$i$个数,高度为$a[j]$时的最优解 方程见代码 代码: cpp include define int long long de ...
分类:
其他好文 时间:
2019-10-03 18:21:45
阅读次数:
77