1.PyTorch-SE-ResNet https://github.com/StickCui/PyTorch-SE-ResNet 2.resnet https://github.com/lxztju/pytorch_classification/blob/master/models/vision/ ...
分类:
其他好文 时间:
2021-05-24 01:55:28
阅读次数:
0
前 如果你想在Spring Cloud Gateway中使用Sentinel Starter,你需要添加Spring - Cloud -alibaba- Sentinel - Gateway依赖,并添加Spring - Cloud - Starter - Gateway依赖,让Spring Clou ...
分类:
其他好文 时间:
2021-05-24 01:48:53
阅读次数:
0
PS C:\ycm\test\ts-newProjet> git pull origin master * branch master -> FETCH_HEAD fatal: refusing to merge unrelated histories 在新建项目时报refusing to merg ...
分类:
其他好文 时间:
2021-05-24 01:24:52
阅读次数:
0
使用云服务器git clone某个项目时,遇到如下问题: fatal: Out of memory, malloc failed (tried to allocate 2000000000 bytes) 百度后找到如下解决方法: sudo mkdir -p /opt/temp sudo dd if= ...
分类:
其他好文 时间:
2021-05-24 00:26:08
阅读次数:
0
https://github.com/vinta/awesome-python https://github.com/diffgram/diffgram https://machinelearningmastery.com/ensemble-machine-learning-with-python- ...
分类:
其他好文 时间:
2021-05-24 00:25:56
阅读次数:
0
gitlab CI/CD架构: gitlab CI/CD步骤: 安装Runner: Linux服务器安装: ?Linux安装文档:https://docs.gitlab.com/runner/install/linux-repository.html curl -L https://packages ...
分类:
其他好文 时间:
2021-05-24 00:17:04
阅读次数:
0
一、新建项目,绑定GIT 1、新建spring boot项目 2、路径选择git本地文件地址 3、新的项目文件绑定git,将远程的git文件拷贝至项目中 二、修改文件,使用IDEA操作GIT 1、提交,右上角工具栏 2、选择需要提交的信息,写注释,并commit 3、同步到远程仓库: 三、命令行提交 ...
分类:
其他好文 时间:
2021-05-23 23:54:06
阅读次数:
0
Git使用指导 目录结构: 一、版本控制 二、Git的历史 三、Git环境配置 四、GIt项目构建 五、Git基本理论 六、GIt文件操作 七、使用码云/GitHub 八、IDEA中继承Git 九、Git分支 分割线:正文 一、版本控制 1、版本控制: 版本迭代,版本管理器 2、作用: 多人协同开发 ...
分类:
其他好文 时间:
2021-05-23 23:52:58
阅读次数:
0
Redis 主备复制 1 相关配置: 1) replicaof <masterip> <masterport> 2) masterauth <master-password> 设置时候 replica 在发送同步相关的命令时会被要求 authenticate 3) masteruser <usern ...
分类:
其他好文 时间:
2021-05-23 23:35:00
阅读次数:
0