上一页 1 ··· 156 157 158 159 160 161 162 163 164 ··· 329 下一页
摘要: pycharm 设置自动换行 如果想对所有文件都有效,就要在setting里面进行操作:File -> Setting -> Editor -> General -> Use soft wraps in editor。 ... 阅读全文
posted @ 2021-04-01 22:55 bH1pJ 阅读(208) 评论(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 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 算了,找了半天,就用第一种方法吧 dis = math.hypot(10,10) 计算该点和0,0之间的距离 阅读全文
posted @ 2021-04-01 22:28 bH1pJ 阅读(977) 评论(0) 推荐(0) 编辑
摘要: 不知道第几次问这个问题了。 import numpy as np tmp = np.zero((100,100),dtype=int) 以后再不会了,请help(np.zero) 阅读全文
posted @ 2021-04-01 22:23 bH1pJ 阅读(32) 评论(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 阅读(14) 评论(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 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 和 是同一种东西吗? 坑,这个东西,好像没人能回答我。 iNode 阅读全文
posted @ 2021-04-01 16:09 bH1pJ 阅读(124) 评论(0) 推荐(0) 编辑
摘要: L2TP 连接公司内网 L2TP/IPSec协商所需的安全参数配置错误 坑啊。太难搞了。 用iNOde智能客户端,配置能连接到公司的内网。但是用win10自己带的VPN。怎么都配置不进去。 阅读全文
posted @ 2021-04-01 15:55 bH1pJ 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 以下博客具有参考价值: https://blog.csdn.net/zhouz92/article/details/107028727/ 下次更新的时候,可以考虑把字体的事儿给解决了。 阅读全文
posted @ 2021-03-30 23:51 bH1pJ 阅读(95) 评论(0) 推荐(0) 编辑
摘要: ^p 阅读全文
posted @ 2021-03-30 14:58 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
上一页 1 ··· 156 157 158 159 160 161 162 163 164 ··· 329 下一页