Git修改远程仓库连接
背景
github desktop没找到强制push的功能,所以用命令行来解决问题。但是用命令的时候发现remote是http而不是ssh,push失败并报错:
1 | remote: Support for password authentication was removed on August 13, 2021. |
解决方法
1 | 初次查看 |
github desktop没找到强制push的功能,所以用命令行来解决问题。但是用命令的时候发现remote是http而不是ssh,push失败并报错:
1 | remote: Support for password authentication was removed on August 13, 2021. |
1 | 初次查看 |
sudo xattr -d com.apple.quarantine /Applications/PyCharm.app
(根据app不同最后更正为不同的名字)学习SpringBoot项目中,单元测试时发现@NotNull
等注解没有生效。
没有在调用处添加@Validated
和@Valid
注解。
1 | public Class User { |
@Validated
注解。@Valid
。普通类型(如String)则不用。1 |
|
1 | import jieba |
import jieba:中文词解析。
from wordcloud import WordCloud:词云图模块,用于生成词云图。
from matplotlib.pyplot import imread:图片加载。