摘要:
pycharm 设置自动换行 如果想对所有文件都有效,就要在setting里面进行操作:File -> Setting -> Editor -> General -> Use soft wraps in editor。 ... 阅读全文
posted @ 2021-04-01 22:55
bH1pJ
阅读(241)
评论(0)
推荐(0)
摘要:
python matplotlib绘图 如果是numpy的图片,直接 plt.imshow(getOneImage(radius), cmap=plt.cm.hot, vmin=0, vmax=1) 如果要绘制fig 则需要 参考https:/... 阅读全文
posted @ 2021-04-01 22:45
bH1pJ
阅读(41)
评论(0)
推荐(0)
摘要:
算了,找了半天,就用第一种方法吧 dis = math.hypot(10,10) 计算该点和0,0之间的距离 阅读全文
posted @ 2021-04-01 22:28
bH1pJ
阅读(1024)
评论(0)
推荐(0)
摘要:
不知道第几次问这个问题了。 import numpy as np tmp = np.zero((100,100),dtype=int) 以后再不会了,请help(np.zero) 阅读全文
posted @ 2021-04-01 22:23
bH1pJ
阅读(41)
评论(0)
推荐(0)
摘要:
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEO... 阅读全文
posted @ 2021-04-01 22:03
bH1pJ
阅读(18)
评论(0)
推荐(0)
摘要:
如何使用python 计算圆形度 import numpy as npimport cv2 as cvimg = cv.imread(r'D:\PythonProject\QTNLS\analysis\1.png',0)img = cv.medianBlu... 阅读全文
posted @ 2021-04-01 21:49
bH1pJ
阅读(327)
评论(0)
推荐(0)
摘要:
和 是同一种东西吗? 坑,这个东西,好像没人能回答我。 iNode 阅读全文
posted @ 2021-04-01 16:09
bH1pJ
阅读(138)
评论(0)
推荐(0)
摘要:
L2TP 连接公司内网 L2TP/IPSec协商所需的安全参数配置错误 坑啊。太难搞了。 用iNOde智能客户端,配置能连接到公司的内网。但是用win10自己带的VPN。怎么都配置不进去。 阅读全文
posted @ 2021-04-01 15:55
bH1pJ
阅读(396)
评论(0)
推荐(0)
浙公网安备 33010602011771号