各位OIER们在测评自己的程序过程中,会发现各大OJ的测评结果都是些“神奇”的大写字母组合。这是很尴尬。不要怕,下面给大家科普一下这些都是啥。 缩写 全称 意思 AK All Killed 获得满分 AC Accepted 程序通过 CE Compilation Error 编译错误 WA Wron ...
分类:
其他好文 时间:
2018-08-28 22:02:56
阅读次数:
179
3.1/No.8That’s the end of my talk.franchise n.特许经营In general … 一般来说tend to be … 倾向于start-up capital n.启动资金as low as five thousand poundsas high as two ...
分类:
其他好文 时间:
2018-08-27 21:20:15
阅读次数:
140
We are given the head node root of a binary tree, where additionally every node's value is either a 0 or a 1. Return the same tree where every subtree ...
分类:
其他好文 时间:
2018-08-27 00:18:16
阅读次数:
182
决定陆陆续续写一些Numpy的例子。。 1. 如果想表示e的x次,就可以这样用,下面直接写一个sigmod函数: 2. numpy也可以来进行矩阵运算 最简单的如下: ①、首先是一位数组之间的相乘 产生两个维度一样的数组,顺便复习一下random的用法 接下来 也就是向量的内积 ②、接下来是矩阵的相 ...
分类:
其他好文 时间:
2018-08-26 21:59:04
阅读次数:
235
1.1 Python2,Python3简介 Python 2.x 与Python 3.x存在一些差异 , 官方文档如下 : Python 2.x is legacy , Pythn 3.x is the present and future of the language Python 3.0 wa ...
分类:
编程语言 时间:
2018-08-26 18:28:28
阅读次数:
247
使用SpringMVC,页面跳转时出现Bad Request: 信息如下: Type Status Report Message Required String parameter 'description' is not present Description The server cannot ...
分类:
其他好文 时间:
2018-08-25 20:36:26
阅读次数:
1031
前言 在创建克隆虚拟机的时候,如果样板虚拟机没有事先配置好,则会导致网卡设备无法启动的问题(报错如下)。 Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization 解决方法... ...
分类:
系统相关 时间:
2018-08-25 20:35:26
阅读次数:
197
https://docs.microsoft.com/en-us/javascript/api/excel/excel.application?view=office-js Represents the Excel application that manages the workbook. [ A ...
分类:
移动开发 时间:
2018-08-25 18:58:10
阅读次数:
258
数据结构, 算法, 迪杰斯特拉, Dijkstra, 最短路径查找 ...
分类:
编程语言 时间:
2018-08-25 16:28:19
阅读次数:
216
LeetCode第十一题 Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that ...
分类:
编程语言 时间:
2018-08-24 23:36:11
阅读次数:
245