随笔分类 -  其他

摘要:1024X768 1像素约等 3.78毫米 width = 323, //122cm height = 53, //20cm 阅读全文
posted @ 2022-05-30 17:01 南方卖菜 阅读(1790) 评论(0) 推荐(0)
摘要:清除所有用户名及密码: git config --system --unset credential.helper 或 清除缓存用户名及密码: git credential-manager uninstall 或到 Windows管理凭据 进行删除 修改全局用户名: git config --glo 阅读全文
posted @ 2022-03-07 10:14 南方卖菜 阅读(4827) 评论(0) 推荐(1)
摘要:https://www.cnblogs.com/spareyaya/p/12807638.html https://jmeter.apache.org/usermanual/get-started.html 阅读全文
posted @ 2020-12-25 16:50 南方卖菜 阅读(50) 评论(0) 推荐(0)
摘要:导入依赖包:还得1.4版本的 <dependency> <groupId>com.github.jsqlparser</groupId> <artifactId>jsqlparser</artifactId> <version>1.4</version> </dependency> 阅读全文
posted @ 2020-10-21 10:14 南方卖菜 阅读(883) 评论(0) 推荐(0)