C:\Program Files (x86)\Jenkins\plugins\ruby-runtime\WEB-INF\lib\classes.jar: The process cannot access the file because it is being used by another pr ...
分类:
其他好文 时间:
2020-07-24 21:30:48
阅读次数:
197
前提:代理选“德国”,稳定一点 ~ 1. 将Colab与Good Drive关联起来 from google.colab import drive drive.mount('/content/drive') 2.定位到Drive的根目录,并查看根目录下的文件 import os os.chdir(" ...
分类:
其他好文 时间:
2020-07-23 22:49:20
阅读次数:
97
```python# 后端配置图片表字段models.ImageField(upload_to='good', null=True, blank=True) # 设置主键def __str__(self): return self.version_name # 多对多表字段,需要重新创建一个表mod ...
分类:
其他好文 时间:
2020-07-21 22:56:43
阅读次数:
73
REF https://blog.csdn.net/cyb_23/article/details/40341857 (Good) https://jingyan.baidu.com/article/ff42efa904b4d7c19e220282.html https://blog.csdn.net ...
分类:
编程语言 时间:
2020-07-19 16:17:49
阅读次数:
60
传送门 题意 定义:字符串s 为一个c-好串(c 为一个字符)时,必须满足: 当$|s| = 1$ ,\(s = c\) 当$|s| > 1$, \(s\) 的左半部分为全为 \(c\),右半部分为一个 (c+1)-好串 或者 \(s\) 的右半部分为全为 \(c\),左半部分为一个 (c+1)-好 ...
分类:
其他好文 时间:
2020-07-19 11:43:44
阅读次数:
56
mininet> r1 xterm Warning: This program is an suid-root program or is being run by the root user. The full text of the error or warning message cannot ...
分类:
Web程序 时间:
2020-07-15 23:29:02
阅读次数:
112
Given an array of integers nums. A pair (i,j) is called good if nums[i] == nums[j] and i < j. Return the number of good pairs. Example 1: Input: nums ...
分类:
其他好文 时间:
2020-07-13 09:59:42
阅读次数:
75
Given an array of integers nums. A pair (i,j) is called good if nums[i] == nums[j] and i < j. Return the number of good pairs. Example 1: Input: nums ...
分类:
其他好文 时间:
2020-07-13 09:57:03
阅读次数:
63
周赛地址(英):weekly contest 197 周赛地址(中):第 197 场周赛 仓库地址:week-Leetcode 1512. Number of Good Pairs Given an array of integers nums. A pair (i,j) is called goo ...
分类:
其他好文 时间:
2020-07-12 22:23:56
阅读次数:
56
1. from Arthur Samuel:Field of study that gives computers the ability to learn without being explicitly programmed. 即:不直接针对问题进行编程的情况下,赋予机器学习的能力。 2. fr ...
分类:
其他好文 时间:
2020-07-08 19:52:57
阅读次数:
80