先安装git,然后打开gitbash,执行口令git下载链接https://download.csdn.net/download/best_luxi/12661470下载完直接安装即可,安装完成之后,右键点开gitbash执行口令ssh-keygen-trsa-C"你的邮箱",回车。第一个生成文件名字和位置,我习惯性一般不填文件名(填写的话一般在你当前右键的目下生成公钥和私钥)
单例 A single-element enum type is often the best way to implement a singleton. 单元素的枚举类型已经成为实现Singleton的最佳方法。 一般有两种方式,对于比较简单的效果实现,可以直接在枚举里写方法。 public en ...
分类:
其他好文 时间:
2020-07-26 15:34:09
阅读次数:
55
3.色彩空间 色彩空间¶ 下面的图的三个点表示的是RGB,当三个通道全是0时是黑色,全是255时是白色。 常见的色彩空间 1.色彩空间转换的API¶ cv.cvtColor(图片,cv.COLOR_BGR2+“色彩空间”) In [4]: import cv2 as cv def color_spa ...
分类:
其他好文 时间:
2020-07-26 01:39:21
阅读次数:
61
StackExchange.Redis client best practices 1. Enabling server GC can optimize the client and provide better performance and throughput.2. Set AbortOnCo ...
分类:
其他好文 时间:
2020-07-25 23:55:39
阅读次数:
84
二分查找 #include<bits/stdc++.h> using namespace std; const int maxn = 2e5+5; long long a[maxn], b[maxn]; long long getKth(int k, int lo1, int hi1, int lo ...
分类:
其他好文 时间:
2020-07-23 23:22:49
阅读次数:
76
基数上限为给定的那个数(不懂),需要二分查找?'?'? #include<bits/stdc++.h> typedef long long ll; int n, tag, radix; char num[2][15]; #define val(c) ('0'<=(c)&&(c)<='9'?(c)-' ...
分类:
其他好文 时间:
2020-07-23 22:22:19
阅读次数:
70
1.评估oracle 数据库rman 全备的大小: SQL> select sum(bytes)/1024/1024 from v$datafile; SUM(BYTES)/1024/1024 990SQL> select sum(bytes)/1024/1024 from dba_free_spa ...
分类:
数据库 时间:
2020-07-23 15:43:07
阅读次数:
131
1 from selenium import webdriver 2 import time 3 import xlwt 4 5 def get_test_result(): 6 ''' 7 获取测试报告网页中的结果数据 8 :return: 9 ''' 10 driver = webdriver. ...
分类:
Web程序 时间:
2020-07-20 13:33:13
阅读次数:
146
Best-Flutter-UI-Templates 地址:https://github.com/mitesh77/Best-Flutter-UI-Templates The History of Everything 地址:https://github.com/2d-inc/HistoryOfEve ...
分类:
其他好文 时间:
2020-07-20 10:35:39
阅读次数:
70
摘自 : meng5619 2020年20个Flutter最漂亮的UI库和项目 Best-Flutter-UI-Templates 地址:https://github.com/mitesh77/Best-Flutter-UI-Templates The History of Everything 地 ...
分类:
其他好文 时间:
2020-07-20 10:26:32
阅读次数:
83