近日有同事遇到在编译Maven项目时出现[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?的问题, 原以为这是个个例, 源于同事粗心, 配置环 ...
分类:
系统相关 时间:
2020-04-12 10:33:54
阅读次数:
88
Problem Description Give you the width and height of the rectangle,darw it. Input Input contains a number of test cases.For each case ,there are two n ...
分类:
其他好文 时间:
2020-04-11 23:29:43
阅读次数:
97
题目: You've got a string a1,a2,…,ana1,a2,…,an, consisting of zeros and ones. Let's call a sequence of consecutive elements ai,ai?+?1,…,?ajai,ai?+?1,…,? ...
分类:
其他好文 时间:
2020-04-11 20:50:12
阅读次数:
58
嘤嘤嘤,因为最近文化课老师追的紧了+班主任开班会,所以这博客是赶制的赝品 题目: You've got a string a1,a2,…,ana1,a2,…,an, consisting of zeros and ones. Let's call a sequence of consecutive ...
分类:
其他好文 时间:
2020-04-11 20:24:04
阅读次数:
91
``` $.messager.defaults = { ok: "是", cancel: "否", width: 300 }; $.messager.confirm('删除记录', 'Please enter your name:', function (r) { if (r) { alert('Y... ...
分类:
其他好文 时间:
2020-04-11 19:00:38
阅读次数:
399
Git一般有很多分支,我们clone到本地的时候一般都是master分支,那么如何切换到其他分支呢?主要命令如下: 1. 查看远程分支 $ git branch -a 我在mxnet根目录下运行以上命令: ~/mxnet$ git branch -a * master remotes/origin/ ...
分类:
其他好文 时间:
2020-04-11 10:15:47
阅读次数:
467
原因:由于 mysqlclient 目前不支持高版本python,出现这个错误之后可以根据错误提示找到文件位置,打开 base.py 文件,找到以下代码并注释掉: version = Database.version_info if version < (1, 3, 13): raise Impro ...
分类:
其他好文 时间:
2020-04-11 09:25:19
阅读次数:
59
应用场景:在分页列表中,我们需要获取当前的页码来判断时候是在第一页,这样可以在还没开始分页的时候自定义一些效果,下面请收下当前页码的获取方法。
分类:
其他好文 时间:
2020-04-10 17:11:15
阅读次数:
114
In your multitenant container database (CDB) containing pluggable database (PDBs), you granted the CREATE TABLE privilege to the common user C ADMIN i ...
分类:
数据库 时间:
2020-04-10 12:20:32
阅读次数:
95
Problem Description Give you a number on base ten,you should output it on base two.(0 < n < 1000) Input For each case there is a postive number n on b ...
分类:
其他好文 时间:
2020-04-10 00:29:53
阅读次数:
80