Jonk

Results 5 comments of Jonk

研究半天也不知道怎么调试python代码

捣鼓出来了: 1. 下载python3.6.5 不需要安装包 https://www.python.org/downloads/release/python-365/ 2. 解压python 3. 将python解压之后的包放到项目根目录中 4. 申请测试账号 5. 修改测试文件头部添加: ```python import sys sys.path.append(os.path.realpath('.')) ``` 6. 大概就是如图这样的格式 ![{E94BD9A6-B469-44A7-89F2-42E0842B172D}_20200725134059](https://user-images.githubusercontent.com/3804814/88449801-87554380-ce7c-11ea-91cd-9cb7d720396d.jpg)

我的屏幕分辨率是125%,使用的时候导致尺子不能正确的测量屏幕像素,是否可以考虑自动和屏幕缩放比例一致? My screen resolution is 125%, so the ruler can't measure the screen pixel correctly when I use it. Could you consider the same scale as the screen automatically?

真球服了,自己引入都能jar包冲突 ![image](https://user-images.githubusercontent.com/3804814/230642659-95df1500-0a0a-4ddb-814a-de2ede522007.png) ![image](https://user-images.githubusercontent.com/3804814/230642726-997889d2-a71f-4566-8573-74b5efbe9e59.png) 注册中心还能不引入?