会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
myrj
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
99
100
101
102
103
104
105
106
107
···
188
下一页
2022年8月9日
adb 取得显示分辨率
摘要: E:\ADB\0607u>adb -s c748555a7d23 shellcactus:/ $ wm sizewm sizePhysical size: 720x1440cactus:/ $ 搜索 复制
阅读全文
posted @ 2022-08-09 22:15 myrj
阅读(68)
评论(0)
推荐(0)
2022年8月8日
ksxs
摘要: 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)
2022年8月7日
ImportError: cannot import name ‘Protocol‘ from ‘typing‘解决方案
摘要: 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 2-8-16进制转数字
摘要: 把二进制,八进制,十六进制转化为数字,python也提供了内置函数,非常方便,用法分别如下: num1 = int(binaryString,2) num2 = int(octonaryString,8) num3 = int(hexadecimalString,16) 同时,python内置函数还
阅读全文
posted @ 2022-08-07 20:08 myrj
阅读(148)
评论(0)
推荐(0)
2022年8月3日
正则表达式收集
摘要: // 十六进制颜色值的正则表达式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)
WIN10任意文件夹右击打开“POWERSHELL"
摘要: 按”SHIFT",在任意文件夹右击选择“在此 处打开powershell窗口” 搜索 复制
阅读全文
posted @ 2022-08-03 07:53 myrj
阅读(475)
评论(0)
推荐(0)
2022年7月31日
本地docker修改密码:Docker Quickstart Terminal
摘要: 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)
2022年7月28日
联想笔记本激活OFFICE
摘要: 联想笔记本:打开EXCEL,左下角“账户”,显示“MICROSOFT 365"需要激活,应该OFFICE2021修改方法:预装OFFICE变为OFFICE365更改:1.任务栏搜索:microsoft store2.左下角“库”3.右侧”设备附带“4.选择”office365"兑换则office36
阅读全文
posted @ 2022-07-28 13:50 myrj
阅读(2054)
评论(0)
推荐(0)
WIN10忘记登录密码
摘要: 1.按shift,点重启 2.高级疑难选项 3.重置 4.本地安装 搜索 复制
阅读全文
posted @ 2022-07-28 12:09 myrj
阅读(873)
评论(0)
推荐(0)
2022年7月25日
树莓派安装CV2
摘要: 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
下一页
公告