摘要:
单例模式 单例模式(Singleton Pattern)是一种常用的软件设计模式,该模式的主要目的是确保某一个类只有一个实例存在。当你希望在整个系统中,某个类只能出现一个实例时,单例对象就能派上用场。 比如,某个服务器程序的配置信息存放在一个文件中,客户端通过一个 AppConfig 的类来读取配置 阅读全文
摘要:
使用谷歌浏览器需要使用梯子,edge则不用梯子就可以成功。 pip10 install selenium webdriver-manager https://cloud.tencent.com.cn/developer/article/2315585https://gitcode.com/gh_mi 阅读全文
摘要:
exiftool ExifTool 是一个用于读取、编写和编辑多种文件格式中元数据的开源工具。它支持大量的文件类型,包括图像、视频和音频文件。ExifTool 可以提取和修改文件中的EXIF、IPTC、XMP等元数据信息。 主要功能查看元数据:可以查看图像、视频等文件的详细信息。编辑元数据:支持修改 阅读全文
摘要:
pip install --force-reinstall --no-cache-dir pyside6 pip install cupy-cuda100(用python3.9安装的,先去python官网查这个包,发现不支持python10,才安装的9)100指的是cuda的版本号 pip inst 阅读全文
摘要:
https://zhuanlan.zhihu.com/p/695779652 阅读全文
摘要:
conda clean -i 阅读全文
摘要:
https://blog.csdn.net/mjh1667002013/article/details/140001206 阅读全文
摘要:
mvn spring-boot:run 阅读全文
摘要:
pom.xml文件里看 ssm <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId></dependency><dependency> <groupId>org.springf 阅读全文
摘要:
https://github.com/mikebotnac/vue-vite-unit_test https://github.com/pdsuwwz/vite-react-unit 阅读全文