上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 178 下一页
  2021年9月11日
摘要: edge浏览器开机自启如何关闭 - 知乎 (zhihu.com) 阅读全文
posted @ 2021-09-11 11:36 一杯明月 阅读(975) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/406430474 阅读全文
posted @ 2021-09-11 10:24 一杯明月 阅读(29) 评论(0) 推荐(0)
  2021年9月9日
摘要: 2021年7月21日实测有效: 右击快捷方式,属性,将目标中的内容替换为 "C:\Program Files (x86)\Microsoft\Edge\Application\msedge_proxy.exe" (其实就改最后一栏的msedge.exe为msedge_proxy.exe就OK了 作者 阅读全文
posted @ 2021-09-09 23:49 一杯明月 阅读(759) 评论(0) 推荐(0)
摘要: https://www.zhihu.com/question/20540465 阅读全文
posted @ 2021-09-09 19:59 一杯明月 阅读(74) 评论(0) 推荐(0)
  2021年9月7日
摘要: https://macx.top/9509.html https://blog.str-mo.com/tech/217/ 官网参数:https://www.mi.com/mibookair/specs 阅读全文
posted @ 2021-09-07 11:04 一杯明月 阅读(896) 评论(0) 推荐(0)
  2021年9月6日
摘要: def addToAverage(average, size, value): ''' The following function adds a number to an average. average is the current average, size is the current nu 阅读全文
posted @ 2021-09-06 22:14 一杯明月 阅读(68) 评论(0) 推荐(0)
摘要: f = open('buffer.py','w+')#打开文件,如果没有该文件则新建文件 f.write(data)#写入文件 f.close()#关闭文件 file1 = open('/usr/share/openstack-dashboard/openstack_dashboard/dashbo 阅读全文
posted @ 2021-09-06 19:04 一杯明月 阅读(196) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/qq_38497266/article/details/88871197 dets = np.array([[1,2],[3,4]]) np.savetxt("E:\workspace\dets.txt", dets,fmt='%f',delimit 阅读全文
posted @ 2021-09-06 12:05 一杯明月 阅读(2106) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/405240877 阅读全文
posted @ 2021-09-06 10:47 一杯明月 阅读(147) 评论(0) 推荐(0)
摘要: 来源:https://zhuanlan.zhihu.com/p/110005305 2.使用time.clock() Python time clock() 函数以浮点数计算的秒数返回当前的CPU时间。用来衡量不同程序的耗时,比time.time()更有用。 这个需要注意,在不同的系统上含义不同。在 阅读全文
posted @ 2021-09-06 10:13 一杯明月 阅读(4409) 评论(0) 推荐(0)
上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 178 下一页