安装gitlab提示Errno::ENOMEM: Cannot allocate memory,增加swap空间即可 https://blog.csdn.net/wang_quan_li/article/details/49813279 ...
分类:
系统相关 时间:
2019-04-10 15:14:18
阅读次数:
181
转自 "我的个人博客" 这两天上设计课,最精华的收获就是这十条了 1. Good design is innovative. 好的设计是创新的 2. Good design makes a product useful. 好的设计是实用的 3. Good design is aesthetic. 好 ...
分类:
其他好文 时间:
2019-04-10 13:14:07
阅读次数:
172
http://poj.org/problem?id=2195 Description On a grid map there are n little men and n houses. In each unit time, every little man can move one unit st ...
分类:
其他好文 时间:
2019-04-08 21:10:29
阅读次数:
157
P3572 [POI2014]PTA Little Bird 题目描述 In the Byteotian Line Forest there are nn trees in a row. On top of the first one, there is a little bird who woul ...
分类:
其他好文 时间:
2019-04-07 22:09:16
阅读次数:
174
Little Elephant and Magic Square CodeForces - 259B Little Elephant loves magic squares very much. A magic square is a 3?×?3 table, each cell contains ...
分类:
其他好文 时间:
2019-04-02 21:15:04
阅读次数:
180
set(CMAKE_C_FLAGS "--no_unroll --no_inline --no_tbaa --no_scheduling --endian=little --cpu=Cortex-M3 --fpu=None")set(CMAKE_DEPFILE_FLAGS_C "--dependen ...
分类:
其他好文 时间:
2019-04-02 12:53:30
阅读次数:
178
"Good man never makes girls wait or breaks an appointment!" said the mandarin duck father. Softly touching his little ducks' head, he told them a stor ...
分类:
其他好文 时间:
2019-03-27 19:37:21
阅读次数:
149
题目描述 旅行到K国的小w发现K国有着很多物美价廉的商品,他想要买一些商品。 结果一掏钱包,包里只剩下n张K国的纸币了,说起来也奇怪,K国纸币并不像其他国家一样都是1元,5元,10元…而是各种奇怪的面值,所以找零就不是很方便。 已知商店里的商品价格都是小于等于m的正整数,如果有可能存在某个商品的价格 ...
分类:
其他好文 时间:
2019-03-24 13:38:46
阅读次数:
136
题目描述 小w有m条线段,编号为1到m。 用这些线段覆盖数轴上的n个点,编号为1到n。 第i条线段覆盖数轴上的区间是L[i],R[i]。 覆盖的区间可能会有重叠,而且不保证m条线段一定能覆盖所有n个点。 现在小w不小心丢失了一条线段,请问丢失哪条线段,使数轴上没被覆盖到的点的个数尽可能少,请输出丢失 ...
分类:
其他好文 时间:
2019-03-24 12:25:19
阅读次数:
141
题面 "传送门" 设$a$的递推公式为 $$a_i=\sum_ja_jb[count(i\oplus j)]$$ 其中$\oplus$为异或,$count(i)$表示$i$的二进制中$1$的个数 给出$a_0,b$,求$a_t$,$t\leq 10^{18}$ 题解 如果我们定义$c_i=b[cou ...
分类:
其他好文 时间:
2019-03-23 22:42:20
阅读次数:
212