在执行一下命令的时候遇到一些问题,记录如下:000# pip install docker-registrySearching for M2Crypto==0.22.3Reading https://pypi.python.org/simple/M2Crypto/Best match: M2Crypto 0.22.3Downloading https://pypi.python.org/packa
分类:
其他好文 时间:
2018-05-04 16:54:53
阅读次数:
223
"题目" 题解 除了$5$和$2$ 后缀数字对$P$取模意义下,两个位置相减如果为$0$,那么对应子串即为$P$的倍数 只用对区间种相同数个数$x$贡献${x \choose 2}$ 经典莫队题 $P = 2$或$5$就特判一下 ...
分类:
其他好文 时间:
2018-05-03 19:58:50
阅读次数:
161
In the previous quizzes, you designed a cost function to choose a lane when trying to reach a goal in highway driving: cost=1?e????∣Δd∣????/?Δs Here, ...
分类:
编程语言 时间:
2018-05-03 12:07:55
阅读次数:
232
第九章、filter_horizontal优化和kingadmin删除功能 9.1.filter_horizontal优化 (1)添加Choose ALL 和Remove ALL table_obj_change_component.html js代码 (2)添加过滤框功能 js代码 9.2.kin ...
分类:
其他好文 时间:
2018-05-02 18:09:33
阅读次数:
195
静态路由配置:配置思路以及步骤: 1、配置主机 PC-1 的 IP地址与网关IP地址; 2、配置路由器 R1 的 互联端口 IP 地址; 3、配置主机 PC-2 的 IP地址与网关IP地址; 4、配置路由器 R2 的 互联端口 IP 地址;5、在 R1 配置去往 192.168.20.0 /24的路由;R1(config)# ip rout
分类:
系统相关 时间:
2018-05-02 16:58:17
阅读次数:
229
Best Rational Approximation 题目描述 Many microcontrollers have no floating point unit but do have a (reasonably) fast integer divide unit. In these cases ...
分类:
移动开发 时间:
2018-05-02 16:02:50
阅读次数:
239
实数折磨人啊啊啊啊啊啊啊 好,实数应该是最反人类的东西了...... 这个害得我调了0.5天才过。 大意是这样的:给你一个数列,求其中不少于f个的连续数的最大平均值。 不禁想起寒假的课程来... 此处应该二分ans,每次把数列减去ans后判断是否有不少于f的一段sum>=0 大喜过望,写了个二分,然 ...
分类:
其他好文 时间:
2018-04-30 22:16:37
阅读次数:
101
北京电子科技学院 国赛(初)writeup [ = 博客目录 = ] "1 签到题:验证码" "2 EasyWeb" "3 Flag_in_your_hand" "4 Picture" 1 签到题:验证码 By Besti65310 将本队队伍token提交即可。 2 EasyWeb By Best ...
分类:
其他好文 时间:
2018-04-29 23:17:13
阅读次数:
338
Java的5个标签库:核心(c)、格式化(fmt)、函数(fn)、SQL(sql)、XML(x) SQL、XML库不推荐使用 核心标签库(c) <c:out> <c:if> <c:choose>、<c:when>、<c:otherwise> <c:forEach>、<c:forTokens> <c: ...
分类:
Web程序 时间:
2018-04-29 19:59:08
阅读次数:
182
Chapter Review 1. Having more than one integer type lets you choose the type that is best suited to a particular need. For example, you could use to c ...
分类:
编程语言 时间:
2018-04-29 15:27:18
阅读次数:
192