码迷,mamicode.com
首页 >  
搜索关键字:setting repository plugin.sync failed prolem    ( 16125个结果
git 协同开发流程
前言 仓库(Repository) 源仓库 开发者仓库 分支(Branch) 永久性分支 暂时性分支 工作流(workflow) 总结 前言 (本文假设各位已经对基本git的基本概念、操作有一定的理解,如无相关git知识,可以参考Pro Git这本书进行相关的学习和练习) 很多项目开发都会采用git ...
分类:其他好文   时间:2021-06-25 16:53:13    阅读次数:0
docker wsl2 启动失败
基于WSL2 的 Docker Desktop 启动时 Failed to set version to docker-desktop: exit code: -1的解决方法_qhd1994的博客-CSDN博客 netsh winsock reset ...
分类:其他好文   时间:2021-06-25 16:52:33    阅读次数:0
Docker安装与卸载
1 #查询可安装版本 2 [root@localhost ~]# yum list docker-ce --showduplicates | sort -r 3 Repository extras is listed more than once in the configuration 4 doc ...
分类:其他好文   时间:2021-06-24 18:31:06    阅读次数:0
springboot mybatisplus slf4j日志无法输出
1、启动报日志错误(SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".),不影响应用运行,但没有了日志。加入slf4j-simple的依赖即可。原因是slf4j在一定版本后就不再内置日志实现类了,需要自行指定: <depe ...
分类:编程语言   时间:2021-06-24 17:55:02    阅读次数:0
Mybatis-动态SQL
##小技巧 <!--设置经典数据库命名(CURRENT_TIME)为驼峰命名(currentTime)--> <setting name="mapUnderscoreToCamelCase" value="true"/> ##动态SQL 1.定义:增加了逻辑判断进行拼接的SQL语句 UserMapp ...
分类:数据库   时间:2021-06-22 17:59:39    阅读次数:0
发布flask项目到heroku
预备条件: 注册 heroku.com ;注册github ,新建公共或私人repository; 安装git bash; 1、复制git 链接(如果是https格式的,每次签入项目时会要求输入github的用户名和密码,如果选择SSH格式,每次签入push时不需要输入信息,但是事先在电脑上保存SS ...
分类:其他好文   时间:2021-06-21 20:25:11    阅读次数:0
自用(二)
《C++程序设计实践》实验2 一、程序设计题(共10小题,100分) 题型得分 100 【描述】 求一元二次方程 的根,系数a、b、c为浮点数。 【输入】 输入a、b和c。 【输出】 若无穷解,则输出:Infinitely solution。 若无解,则输出:No solution。 若是一个实根, ...
分类:其他好文   时间:2021-06-21 20:04:41    阅读次数:0
hint: Updates were rejected because the tip of your current branch is behind
问题: 1 error: failed to push some refs to 2 hint: Updates were rejected because the tip of your current branch is behind 3 hint: its remote counterpart ...
分类:其他好文   时间:2021-06-19 18:56:51    阅读次数:0
charles的使用
charles: 如何抓包 >设置代理 >(1.导航栏proxy 2.windows Proxy) 抓取https >安装证书 >(1.导航栏proxy 2.SSL Proxying Settings) 定位问题 >断点测试 >(1.导航栏proxy 2.Breakpoints) 弱网测试 >模拟弱 ...
分类:其他好文   时间:2021-06-17 16:35:04    阅读次数:0
git中的常用指令
一· 向git中添加项目 登陆git,并点击"New project" 然后填写你的项目名称,并点击"Create project" 这样我们的项目就出现在git中了 二·克隆项目 点击"Clone"按钮会出现相应的git项目的地址,选择任意一个地址 打开命令行窗口 git clone 你的地址 这 ...
分类:其他好文   时间:2021-06-16 17:32:51    阅读次数:0
16125条   上一页 1 2 3 4 5 ... 1613 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!