上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 84 下一页

2020年6月11日

postgresql数据库中的 rownum

摘要: 公司使用的是postgresql数据库 今天在写项目的时候,遇到了这样一个问题,自己写出的sql语句,如果一次性全部查询出来一共有24条数据,这24条数据也是按照bussinessdate进行降序排列的,显示的最近日期就是自己今天操作的,2020-06-11 但是如果自己加上分页,控制每页显示10条 阅读全文

posted @ 2020-06-11 23:05 ~码铃薯~ 阅读(9247) 评论(0) 推荐(0) 编辑

2020年6月9日

mybatis框架,执行插入语句的时候,如果没有字段传过来就赋值为空 进行判断

摘要: <insert id="insert" parameterType="com.ps.psdf.ScoreSettlePo"> insert into t_score_settel (score_settel_id, member_code, order_no, product_code, produ 阅读全文

posted @ 2020-06-09 15:39 ~码铃薯~ 阅读(3090) 评论(0) 推荐(0) 编辑

2020年5月30日

postgresql数据库left join将主表中的数据查询出多条的解决办法

摘要: 今天遇到了一个比较纳闷的bug 1 select 2 tbd.item_id as item_ID, 3 tbi.item_code||'-'||tbi.item_name as item_name, 4 tb.budget_code ||'-'|| tb.budget_name as budget 阅读全文

posted @ 2020-05-30 10:56 ~码铃薯~ 阅读(3866) 评论(0) 推荐(0) 编辑

2020年5月26日

前后端交互 -精度丢失问题解决

摘要: 今天在写项目的时候,遇到了一个问题,让我很是纳闷, 就是数据库查询出来的id值(是通过雪花算法生成的一个19为随机数字) ,在传给前端的时候,前端同事用谷歌浏览器看的是Response返回的是后端的正确数据,但是preview选项卡是另外一个值,位数虽然是相同的,但是好像变小了。这种情况就叫做精度丢 阅读全文

posted @ 2020-05-26 23:33 ~码铃薯~ 阅读(2157) 评论(0) 推荐(0) 编辑

2020年5月25日

vue找页面

摘要: 这个是路由,我们一般用这个来找我们对应的页面。 阅读全文

posted @ 2020-05-25 23:23 ~码铃薯~ 阅读(589) 评论(0) 推荐(0) 编辑

2020年5月22日

mysql语法 join on 表示什么

摘要: 今天在写sql语句的时候遇到了join on 这个东西表示的是外连接还是内连接呢?想要验证其实并不难 查询出来的数据量 --129 SELECT count(1) FROM t_budget a left JOIN t_budget_item b on a.budget_id =b.budget_i 阅读全文

posted @ 2020-05-22 22:56 ~码铃薯~ 阅读(3842) 评论(0) 推荐(0) 编辑

2020年5月21日

调用互联互通

摘要: 一卡通@WebResult(name = "return", targetNamespace = "")@RequestWrapper(localName = "VIPStoredValueConfrim", targetNamespace = "http://webservice.onecard. 阅读全文

posted @ 2020-05-21 14:52 ~码铃薯~ 阅读(166) 评论(0) 推荐(0) 编辑

2020年5月20日

vscode vscode中如何查看git提交的历史记录 拉取代码的时候出现冲突 进行回滚

摘要: https://jingyan.baidu.com/article/200957617f8e1c8a0721b4b6.html 阅读全文

posted @ 2020-05-20 22:54 ~码铃薯~ 阅读(8318) 评论(0) 推荐(0) 编辑

2020年5月19日

技术笔记1:java.sql.SQLException: Access denied for user 'root'@'localhost' (using password)

摘要: https://www.cnblogs.com/freespring/p/10692994.html 阅读全文

posted @ 2020-05-19 23:05 ~码铃薯~ 阅读(188) 评论(0) 推荐(0) 编辑

2020年5月18日

'�й� You must configure either the server or JDBC driver (via the 'serverTimezone' configuration property) to use a more specifc time zone value if you want to utilize time zone support. -> [Help 1]

摘要: https://blog.csdn.net/weixin_42323802/article/details/82500458 阅读全文

posted @ 2020-05-18 23:02 ~码铃薯~ 阅读(171) 评论(0) 推荐(0) 编辑

上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 84 下一页

导航