上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 188 下一页
摘要: E:\ADB\0607u>adb -s c748555a7d23 shellcactus:/ $ wm sizewm sizePhysical size: 720x1440cactus:/ $ 搜索 复制 阅读全文
posted @ 2022-08-09 22:15 myrj 阅读(68) 评论(0) 推荐(0)
摘要: import re,sys,time,json,requests,datetime aaa='''accept: application/json, text/plain, */* origin: https://lyzs.zuanqianyi.com x-requested-with: com.k 阅读全文
posted @ 2022-08-08 11:46 myrj 阅读(330) 评论(0) 推荐(0)
摘要: ImportError: cannot import name ‘Protocol‘ from ‘typing‘解决方案pip install typingpip install typing_extensionseasy_install typing_extensionsfrom typing_e 阅读全文
posted @ 2022-08-07 20:16 myrj 阅读(2756) 评论(0) 推荐(0)
摘要: 把二进制,八进制,十六进制转化为数字,python也提供了内置函数,非常方便,用法分别如下: num1 = int(binaryString,2) num2 = int(octonaryString,8) num3 = int(hexadecimalString,16) 同时,python内置函数还 阅读全文
posted @ 2022-08-07 20:08 myrj 阅读(148) 评论(0) 推荐(0)
摘要: // 十六进制颜色值的正则表达式var reg = /^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/ 转义字符 '\\s':匹配空格'\\n':匹配换行符'\\f':匹配换页符'\\r':匹配回车符'\\t':匹配制表符'\\v':匹配垂直制表符 注:在使用split('\\ 阅读全文
posted @ 2022-08-03 11:08 myrj 阅读(56) 评论(0) 推荐(0)
摘要: 按”SHIFT",在任意文件夹右击选择“在此 处打开powershell窗口” 搜索 复制 阅读全文
posted @ 2022-08-03 07:53 myrj 阅读(475) 评论(0) 推荐(0)
摘要: Docker Quickstart Terminal "C:\Program Files\Git\bin\bash.exe" --login -i "C:\Program Files\Docker Toolbox\start.sh" 本地dockerfinalshell: 主机:相应 的IP,端口: 阅读全文
posted @ 2022-07-31 21:10 myrj 阅读(542) 评论(0) 推荐(0)
摘要: 联想笔记本:打开EXCEL,左下角“账户”,显示“MICROSOFT 365"需要激活,应该OFFICE2021修改方法:预装OFFICE变为OFFICE365更改:1.任务栏搜索:microsoft store2.左下角“库”3.右侧”设备附带“4.选择”office365"兑换则office36 阅读全文
posted @ 2022-07-28 13:50 myrj 阅读(2054) 评论(0) 推荐(0)
摘要: 1.按shift,点重启 2.高级疑难选项 3.重置 4.本地安装 搜索 复制 阅读全文
posted @ 2022-07-28 12:09 myrj 阅读(873) 评论(0) 推荐(0)
摘要: Linux(树莓派)安装 python-opencv sudo pip3 install opencv-python # 国内源# sudo pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tu 阅读全文
posted @ 2022-07-25 10:14 myrj 阅读(570) 评论(0) 推荐(0)
上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 188 下一页