var passiveEvent = false; try { var opts = Object.defineProperty({}, 'passive', { get: function () { passiveEvent = true; } }); window.addEventListene ...
分类:
其他好文 时间:
2020-12-14 13:18:20
阅读次数:
2
https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/swagger.html#adding-swagger-documentation 添加swagger文档 安装django-rest-swagger pip ...
分类:
其他好文 时间:
2020-12-03 12:25:19
阅读次数:
11
Sumdiv Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 37483 Accepted: 9161 Description Consider two natural numbers A and B. Let S be the ...
分类:
其他好文 时间:
2020-11-27 11:53:21
阅读次数:
25
报错Failed to install the following SDK components: platforms;android-29 Android SDK Platform 29 解决方法: 更新licenses,然后重新build即可 cd /Users/tmh/Library/Andr ...
分类:
移动开发 时间:
2020-11-18 12:25:18
阅读次数:
26
增删改查 <?xml version="1.0" encoding="utf-8"?> <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" andr ...
分类:
移动开发 时间:
2020-11-06 02:34:22
阅读次数:
27
Mysql_新建连接报错:Client does not support authentication protocol requested by server ;consider upgrading Mysql client 原因: 上网搜索解决方案,网上说出现这种情况的原因是:mysql8 之前 ...
分类:
数据库 时间:
2020-10-27 10:59:22
阅读次数:
35
问题: AUTOGEN: No valid Qt version found for target opencv_opencl. AUTOMOC, AUTOUIC and AUTORCC disabled. Consider adding: find_package(Qt<QTVERSION> CO ...
分类:
其他好文 时间:
2020-09-15 21:09:32
阅读次数:
39
* branch master -> FETCH_HEAD error: insufficient permission for adding an object to repository database .git/objects fatal: failed to write object fa ...
分类:
数据库 时间:
2020-07-18 22:35:47
阅读次数:
88
1 def add(a, b): 2 print(f"ADDING {a} + {b}") 3 return (a + b) 4 5 6 def subtract(a, b): #subtract :减去的意思 7 print(f"SUBTRACT {a} - {b}") 8 return a - ...
分类:
编程语言 时间:
2020-07-18 15:32:09
阅读次数:
76
https://www.certicom.com/content/certicom/en/41-an-example-of-an-elliptic-curve-group-over-f2m.html As a very small example, consider the field F24, d ...
分类:
其他好文 时间:
2020-07-15 15:08:35
阅读次数:
128