简介 AbstractCollection是一个抽象类,它实现了Collection中除了iterator()和size()之外的所有方法。AbstractCollection的主要作用是方便其他类实现Collection.,比如ArrayList、LinkedList等。它们想要实现Collect ...
分类:
编程语言 时间:
2019-11-24 11:54:24
阅读次数:
62
运行django项目报错:TypeError: object supporting the buffer API required 解决方案: 将settings.py中数据库的密码改成字符串格式 源码: def scramble_caching_sha2(password, nonce): # ( ...
C. Swap Letters time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Monocarp has got two str ...
分类:
其他好文 时间:
2019-11-23 21:53:27
阅读次数:
142
在base.css中加一个全局的css控制宽度 .form-container{ width: 300px;} 视图 class ResetEmailView(views.MethodView): decorators = [login_required] def get(self): return ...
分类:
其他好文 时间:
2019-11-23 21:51:12
阅读次数:
56
主要原因是curl找不到openssl的路径,所以只要将openssl的路径添加到相应的变量中就可以了。 参考连接https://blog.csdn.net/RookieWutongshu/article/details/86728315 ...
分类:
Web程序 时间:
2019-11-23 16:40:02
阅读次数:
456
sentinel-api:
Sphu 操作sentinel资源
Tracer 操作sentinel错误次数
ContextUtil 操作sentinel的请求信息,来源服务
原题链接在这里:https://leetcode.com/problems/missing-element-in-sorted-array/ 题目: Given a sorted array A of unique numbers, find the K-th missing number star ...
分类:
其他好文 时间:
2019-11-21 09:55:39
阅读次数:
96
想用到微信公众平台的图片识别系统,结果报错{"errcode":41005,"errmsg":"media data missing hint: [xScHza03164711]"}" 代码如下: <?php class getImgSecCheck{function get_data(){ $ur ...
分类:
微信 时间:
2019-11-19 15:34:18
阅读次数:
189
问题描述:【问题未解决,这里只是先记录下来】 Traceback (most recent call last): File "/usr/bin/pip", line 5, in <module> from pkg_resources import load_entry_point File "/u ...
分类:
移动开发 时间:
2019-11-19 00:51:08
阅读次数:
117
alarm_time: [ { required: true, message: "请输入时间", trigger: "blur" }, { validator(rule, value, callback) { if (Number.isInteger(Number(value)) && Numbe ...
分类:
其他好文 时间:
2019-11-18 18:23:47
阅读次数:
116