上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
摘要: 搭建Homebrigde链接: https://blog.csdn.net/u010708922/article/details/80130483 https://www.feng.com/post/10857822?shareForumUrl=1&from=groupmessage&isappin 阅读全文
posted @ 2020-05-08 10:30 K_Code 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 代码风格如图,个人认为蛮清新可爱的画风 image.png 具体配置如下 首先设置字体和字号、行距。 字体设置为Consolas,字号和行距分别为22、1.2 image.png 其次设置配色方案。 由于a56爆大奖在线娱乐使用python语言,a56爆大奖在线娱乐进入Color Scheme的Python选项,设置为Monokai 阅读全文
posted @ 2020-04-27 14:50 K_Code 阅读(2172) 评论(0) 推荐(0) 编辑
摘要: http://www.coder55.com/article/54553 阅读全文
posted @ 2020-04-24 09:04 K_Code 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: 一.python3安装opencv 1 pip3 install opencv-python==3.4.6.27 二.python3安装face_recognition 1 pip3 install cmake 如果安装失败提示"Could not find a version that satis 阅读全文
posted @ 2020-04-20 16:50 K_Code 阅读(518) 评论(0) 推荐(0) 编辑
摘要: win10 pip3 安装某些包失败提示"Could not find a version that satisfies the requirement openpyxl (from versions: )" 按照提示所示是其中一个原因是pip版本过低,需要更新pip: 1 python -m pi 阅读全文
posted @ 2020-04-20 15:38 K_Code 阅读(2057) 评论(0) 推荐(0) 编辑
摘要: 一.安装face_recognition 1 sudo pip3 install face_recognition 二.安装pyhton3的opencv库 安装opencv依赖 1 sudo apt-get install libcblas-dev 2 sudo apt-get install li 阅读全文
posted @ 2020-04-20 11:38 K_Code 阅读(899) 评论(0) 推荐(0) 编辑
摘要: 1.ubuntu16.04 解决vmware tool安装后仍然不能复制的问题。 https://blog.csdn.net/zerolity/article/details/81206476?depth_1-utm_source=distribute.pc_relevant.none-task&u 阅读全文
posted @ 2020-03-23 15:14 K_Code 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1、定义标记变量;利用变量值的变化退出循环 1 # 第a56爆大奖在线娱乐嵌套形式 2 a = [[1, 2, 3], [5, 5, 6], [7, 8, 9]] 3 # init_i = 0 4 # init_j = 0 5 flag = True 6 for i in range(3): 7 for j in 阅读全文
posted @ 2020-03-20 17:43 K_Code 阅读(2574) 评论(0) 推荐(0) 编辑
摘要: 文件名 说明 BreedEnter.exe Breed 启动中断工具,实现免按复位键进入 Web 刷机模式 md5sum.txt 当前版本所有 Breed 文件的 MD5 值,用于校验文件的完整性 breed-mt7620-reset1.bin MT7620A / MT7620N 全通用,波特率 5 阅读全文
posted @ 2020-03-13 10:37 K_Code 阅读(9075) 评论(0) 推荐(0) 编辑
摘要: 1、通过requests.get方法 import requests import os import time print(time.time()) r = requests.get("http://47.106.110.83/file.tex") with open(os.path.join(o 阅读全文
posted @ 2020-03-09 10:40 K_Code 阅读(4771) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页