02 2022 档案

摘要:关于我出现问题所在: # 首先是在Dao中 @Modifying @Query(value = "delete from user_role where uid in (SELECT uid from user_info where username = ?1)", nativeQuery = tr 阅读全文
posted @ 2022-02-24 17:15 樱花颂 阅读(1153) 评论(0) 推荐(0) 编辑
摘要:String uid1 = "1"; Integer uid2 = 1; System.out.println(uid2.toString() == uid1); System.out.println(String.valueOf(uid2) == uid1); System.out.println 阅读全文
posted @ 2022-02-24 09:54 樱花颂 阅读(25) 评论(0) 推荐(0) 编辑
摘要:首要要保证本地代码是提交得,git status查看,还没的话就add-commit一下再开始拉取。 两种方法都行: ######方法一:拉取到新得分支再对比合并 1.查看远程分支 gitremotev2.,temp git fetch o 阅读全文
posted @ 2022-02-23 21:10 樱花颂 阅读(2752) 评论(0) 推荐(0) 编辑
摘要:问题:Updates were rejected because the tip of your current branch is behind# 在push代码时,遇到这种问题Updates were rejected because the tip of your current branch 阅读全文
posted @ 2022-02-21 22:22 樱花颂 阅读(885) 评论(0) 推荐(0) 编辑
摘要:完整的步骤 在Gitee中创建仓库; 下载Git; 安装Git; 推送文件到Gitee。 在Gitee中创建仓库 根据自己的需求创建仓库,一定要创建带有分支的仓库,不能是空仓库。 获取Git安装程序 到Git官网下载,网站地址:https://git-scm.com/downloads 安装Git教 阅读全文
posted @ 2022-02-21 22:17 樱花颂 阅读(446) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示