陈迎春

Results 54 comments of 陈迎春

[微软官网WSL文档](https://docs.microsoft.com/zh-cn/windows/wsl/) [WSL2安装使用](https://www.jianshu.com/p/0aa542003b93)

> 还有一个缺点 WSL不支持音频 无法播放声音 这个具体是指?

将WSL移出C盘 https://blog.csdn.net/yihuajack/article/details/119915303 ![image](https://user-images.githubusercontent.com/44871523/156091799-4ea584aa-002c-4186-8264-0813bb8630ef.png) ![image](https://user-images.githubusercontent.com/44871523/156091860-a16f4e7e-232a-4f10-b2cc-c9bd63892c58.png)

![Screenshot_2023-04-01-20-58-24-24_bf947da166bbb3f0571601a1cf656e6f.jpg](https://user-images.githubusercontent.com/44871523/232237236-b0b59c5c-a7c4-4ed8-ae21-38f96d7b9e14.jpg)

GATT协议讲解的不错,易懂 重点理解 profile service 特征 一个协议可以有多个服务,一个服务可以有多个特征,每一个特征,可以有多个属性 ![Screenshot_2023-04-28-07-02-44-77_149003a2d400f6adb210d7e357a3a646.jpg](https://user-images.githubusercontent.com/44871523/235008864-49fdbdac-e083-46c2-b2e8-f8cb2ab3a28b.jpg) 【【STM32WB线上课程】4.GATT简介-哔哩哔哩】 https://b23.tv/qoY1iiy

开发format GUI程序-支持[formatting](https://github.com/mysterywolf/formatting)脚本的一些功能: 1. 将源文件编码统一为UTF-8 2. 将TAB键替换为4空格 3. 将每行末尾多余的空格删除,并统一换行符为'\n'

### 测试补充 安装pyinstaller: 执行命令 `pip install pyinstaller` ### 疑问 1. 代码push到远端,这个pre_commit脚本是否也会被push上去? 2. cpp_check 如何测试? 3. 比如,某次修改,仅添加了一个行未空格,执行git commit 后,自动格式化了,并且有提交记录,但是提交无任何修改内容 ![image](https://user-images.githubusercontent.com/44871523/139270082-a16510ea-26e6-4c01-a0f4-83de9a91d57a.png) 4. git bash 中文乱码如何解决? ![image-20211028214436029](https://gitee.com/chenyingchun0312/article-images/raw/master/Typora/20211028214438.png)

有如下情况,但是好像也是合理的,cpp check 未检查报错的那一行,编译器肯定能检查出来 ![image](https://user-images.githubusercontent.com/44871523/139271102-df49ebcc-f6fa-4843-9cb0-6cf8109e4488.png)

> release 生成exe https://github.com/jiro4989/sayhissatsuwaza/blob/master/.github/workflows/release.yml 这是啥意思?下次给我们介绍介绍呗