2020年6月12日

postgresql数据库查询特定日期的数据

摘要: select * from t_member_score_detail where score_type is null and to_char(insert_time,'yyyy-mm-dd')='2019-10-10'; 阅读全文

posted @ 2020-06-12 11:14 ~码铃薯~ 阅读(3379) 评论(0) 推荐(0) 编辑

使用HttpRequest调用第三方接口

摘要: 下面是代码片段: String regResponse=""; String sendStr="{\n" + " \"codeFlag\": \"02\",\n" + " \"limit\": 2,\n" + " \"page\": 1,\n" + " \"productCode\": \"\",\ 阅读全文

posted @ 2020-06-12 10:47 ~码铃薯~ 阅读(1036) 评论(0) 推荐(0) 编辑

导航