写bug的小杨

导航

< 2025年7月 >
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
3 4 5 6 7 8 9

统计

2020年5月18日 #

在Idea中使用Git后,类名各种颜色代表的含义

摘要: 绿色,已经加入控制暂未提交红色,未加入版本控制蓝色,加入,已提交,有改动白色,加入,已提交,无改动灰色:版本控制已忽略文件。 阅读全文

posted @ 2020-05-18 09:05 迷途的小狗 阅读(4610) 评论(0) 推荐(0)

2020年5月11日 #

打断点没有进去

摘要: 记录一个今天很逗比的问题,打断点一直进不去,数据都有返回,最后发现原因是 阅读全文

posted @ 2020-05-11 19:57 迷途的小狗 阅读(406) 评论(0) 推荐(0)

2020年5月6日 #

关于postman发送请求@RequestBody和@RequestParam

摘要: 1.如果是@RequestBody修饰的,postman请求用body-raw, headers里要加修饰Content-Type,application/json 2.如果是@RequestParam修饰的,postman请求用params 阅读全文

posted @ 2020-05-06 18:12 迷途的小狗 阅读(6479) 评论(0) 推荐(1)

2020年4月29日 #

Git Pull Failed :Your local changes would be overwritten by merge. Commit, stash or revert them

摘要: 1、服务器代码合并本地代码 $ git stash //暂存当前正在进行的工作。 $ git pull origin master //拉取服务器的代码 $ git stash pop //合并暂存的代码 2.服务器代码覆盖本地代码 $git reset --hard //回滚到上一个版本 $git 阅读全文

posted @ 2020-04-29 09:52 迷途的小狗 阅读(1735) 评论(0) 推荐(1)

2020年4月8日 #

mac git 操作

摘要: 1.test分支提交到deily和master 1.右下角——选择项目——选择origin/deily2.鼠标点击代码,右键git-compare with branch test(和本地的代码比对)3.合代码4.git-commit file5.git commit and push 2. mac 阅读全文

posted @ 2020-04-08 23:15 迷途的小狗 阅读(450) 评论(0) 推荐(0)

2020年4月7日 #

mac下安装maven

摘要: 1.下载maven https://maven.apache.org/download.cgi 2.解压到指定目录 /usr/local/apache-maven-3.6.3 3.打开终端,输入vim ~/.bash_profile export MAVEN_HOME=/usr/local/apac 阅读全文

posted @ 2020-04-07 22:57 迷途的小狗 阅读(11411) 评论(1) 推荐(0)

2020年3月9日 #

idea代码回退到前面的版本

摘要: https://blog.csdn.net/denghe4720/article/details/101362353 阅读全文

posted @ 2020-03-09 18:53 迷途的小狗 阅读(1147) 评论(0) 推荐(0)

2020年3月2日 #

字符串比较用compareTo

摘要: https://www.runoob.com/java/java-string-compareto.html 阅读全文

posted @ 2020-03-02 09:13 迷途的小狗 阅读(210) 评论(0) 推荐(0)

2020年3月1日 #

mysql 查询当天、本周,本月,上一个月的数据

摘要: https://www.cnblogs.com/benefitworld/p/5832897.html 阅读全文

posted @ 2020-03-01 14:44 迷途的小狗 阅读(127) 评论(0) 推荐(0)

Swagger中paramType

摘要: paramType:表示参数放在哪个地方 header-->请求参数的获取:@RequestHeader(代码中接收注解) query-->请求参数的获取:@RequestParam(代码中接收注解) path(用于restful接口)-->请求参数的获取:@PathVariable(代码中接收注解 阅读全文

posted @ 2020-03-01 14:24 迷途的小狗 阅读(1695) 评论(0) 推荐(0)

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