上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 84 下一页

2020年3月22日

使用svn提交本地任何位置的一个文件

摘要: 这是我本地任何位置的一个文件: 现在就要将标红的文件上传到svn指定的路径上面去 右键鼠标,选择导入 SVN-IMPORT 最后一步: 阅读全文

posted @ 2020-03-22 16:28 ~码铃薯~ 阅读(833) 评论(0) 推荐(0) 编辑

2020年3月21日

You have not concluded your merge. (MERGE_HEAD exists)

摘要: 今天在拉取代码的时候,提示:You have not concluded your merge. (MERGE_HEAD exists) 无奈之下百度,https://blog.csdn.net/daotiao0199/article/details/82757056 这种情况是比较少见的,但是我遇 阅读全文

posted @ 2020-03-21 22:29 ~码铃薯~ 阅读(954) 评论(0) 推荐(0) 编辑

2020年3月20日

org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'productCode' for method parameter of type String

摘要: 今天在写项目的时候,遇到了一个错误:org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'productCode' for method parameter of type 阅读全文

posted @ 2020-03-20 18:12 ~码铃薯~ 阅读(16099) 评论(2) 推荐(1) 编辑

2020年3月19日

栏位索引超过许可范围:1,栏位数:0。; nested exception is org.postgresql.util.PSQLException: 栏位索引超过许可范围:1,栏位数:0。

摘要: 在开发的过程中遇到这个问题,真的很痛苦,网上说的各种做法我都试了一遍,但是都不好使。分页情况遇到的。 无奈之下,只能投机取巧了,修改后的mapper.xml文件如下: <select id="queryItemPage" resultMap="reBranch" parameterType="com 阅读全文

posted @ 2020-03-19 16:12 ~码铃薯~ 阅读(8380) 评论(0) 推荐(0) 编辑

notepad++的高级替换使用 //替换成@ApiModelproperty注解形式

摘要: 将第一种的注解方式替换成第二种的方式,knife4j测试工具才会有中文字段的解释说明,怎么替换,自己也搞不清楚,自己百度也只能替换成@ApiModelproperty(“”),但是注释内容实在是替换不进去,无奈之下,求助阳光保险的同事,分分钟搞定,特地表示感谢!! ctrl + f //(.+) @ 阅读全文

posted @ 2020-03-19 11:15 ~码铃薯~ 阅读(371) 评论(0) 推荐(0) 编辑

2020年3月18日

IntelliJ IDEA 取消【import .;】星号导包

摘要: https://www.cnblogs.com/nihaorz/p/6762421.html 设置完成之后,如果你的idea是eclipse的快捷键的方式,就按ctrl+shift+o 阅读全文

posted @ 2020-03-18 17:27 ~码铃薯~ 阅读(380) 评论(0) 推荐(0) 编辑

2020年3月17日

接口测试工具knife4j

摘要: https://doc.xiaominfo.com/guide/ui-images.html介绍 阅读全文

posted @ 2020-03-17 17:21 ~码铃薯~ 阅读(417) 评论(0) 推荐(0) 编辑

2020年3月15日

group by 函数的使用

摘要: select a.product_code, a.oper_id from t_product_trajectory a /* where a.product_code = '123' and a.oper_id = '22'*/ group by a.product_code, a.oper_id 阅读全文

posted @ 2020-03-15 19:41 ~码铃薯~ 阅读(149) 评论(0) 推荐(0) 编辑

谷歌浏览器如何获取请求报文和响应报文

摘要: 谷歌浏览器获取具有标准格式的请求报文和响应报文: 阅读全文

posted @ 2020-03-15 00:58 ~码铃薯~ 阅读(1728) 评论(0) 推荐(0) 编辑

idea里面如何连接pgsql数据库 idea当navicat使用

摘要: https://jingyan.baidu.com/article/14bd256eb3ad83bb6d261295.html 阅读全文

posted @ 2020-03-15 00:54 ~码铃薯~ 阅读(1739) 评论(0) 推荐(0) 编辑

上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 84 下一页

导航