摘要: fatal: 无法访问 'https://github.com/nmww/lingyun.git/':Failed to connect to github.com port 443 after 13 ms: Connection refused git config --global https. 阅读全文
posted @ 2023-07-11 22:57 freedragon 阅读(84) 评论(0) 推荐(0) 编辑
摘要: # python setup.py sdist bdist_wheel# twine upload dist/*import ioimport osimport sysfrom shutil import rmtreefrom setuptools import find_packages, set 阅读全文
posted @ 2023-07-11 13:27 freedragon 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 打开IntelliJ IDEA,创建一个Java工程。 在pom.xml文件中添加以下依赖引入Java SDK的依赖库。 <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-client-java</art 阅读全文
posted @ 2023-07-11 11:37 freedragon 阅读(44) 评论(0) 推荐(0) 编辑