摘要: 1 下载 SDK Platform-Tools https://developer.android.google.cn/studio/releases/platform-tools?hl=zh-cn 下载后是个压缩包 2 解压 platform-tools_r33.0.3-windows.zip 并 阅读全文
posted @ 2022-11-14 09:02 雨点点 阅读(290) 评论(0) 推荐(0) 编辑
摘要: json.loads() 将Json 字符串解码成Python对象: json到字典 json.load 将文件中的json格式转化成Python对象提取出来 json.dumps() 将Pyhon对象编码成Json字符串:字典到json json.dump() 将Python中的对象转化成Json 阅读全文
posted @ 2022-08-09 23:47 雨点点 阅读(137) 评论(0) 推荐(0) 编辑
摘要: MySql 入库出现类似: Incorrect string value: '\xF0\x9F\x98\xAD",...' for column 'commentContent' at row 1 (1):修改mysql数据库的编码为uft8mb4 (2):修改数据表的编码为utf8mb4 (3): 阅读全文
posted @ 2022-08-06 00:30 雨点点 阅读(80) 评论(0) 推荐(0) 编辑
摘要: Sumbline text 3 1. Tools–>>Build System–>>New Build System 在右侧输入如下代码: { "cmd": ["D:/Python/Python37-32/python.exe", "-u", "$file"], "file_regex": "^[ 阅读全文
posted @ 2022-07-29 22:49 雨点点 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 1 注册--找到之前虚拟机的 .vbox 文件--打开 2 可能会报错 虚拟机注册时报错如下:Cannot register the DVD image 'C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso' {...} because 阅读全文
posted @ 2022-06-01 23:16 雨点点 阅读(567) 评论(0) 推荐(0) 编辑
摘要: :: 跳转到当前目录cd /d %~dp0:: 转换文件 input.flv 就是你的文件名称,output.mp4 就是输出名称,360x180 分辨率ffmpeg -i 1.mp4 -c:a copy -s 360x180 1360x180.mp4:: 暂停pause 阅读全文
posted @ 2022-05-23 09:15 雨点点 阅读(1242) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 按住 Alt + 鼠标左键 移动画面可以让底下的显示出来。 环境: Windwos 10 x64 Virtualbox 6.1 ubuntukylin-20.04-pro-sp1-amd64.iso 参考: https://zhuanlan.zhihu.com/p/186146020 附 阅读全文
posted @ 2022-03-31 17:19 雨点点 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 1 从镜像站找到对应的系统,然后修改 sources.list 阿里巴巴开源镜像站 https://developer.aliyun.com/mirror/ 清华大学开源软件镜像站 https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ 参考: Ubuntu2 阅读全文
posted @ 2022-01-20 11:43 雨点点 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1 环境 主机: Microsoft Windows 10 企业版 虚拟机: Microsoft Windows 10 专业版 VirtuanBox: VirtualBox 6.1 2 配置 Host-Only 网络 主机cmd 执行 ipconfig 查看, Host-Only Network 我 阅读全文
posted @ 2022-01-09 22:40 雨点点 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 1 文件 -- 首选项 -- 设置 2 扩展 -- JSON -- 在settings.json 中编辑 3 添加 "editor.mouseWheelZoom": true 4 按住 ctrl 键,然后滚动滚轮就可以自动缩放了 当前VScode版本: 阅读全文
posted @ 2021-12-09 10:32 雨点点 阅读(90) 评论(0) 推荐(0) 编辑