上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: SELECT count(1) all_num, IFNULL( sum( CASE WHEN a.pay_status = 1 THEN 1 ELSE 0 END ), 0 ) success_num, IFNULL( sum( CASE WHEN a.pay_status = 2 THEN 1 阅读全文
posted @ 2021-11-25 17:36 天才淇露洛 阅读(28) 评论(0) 推荐(0)
摘要: SELECT @rownum := @rownum +1 as xh,a.* FROM (select @rownum :=0) r,requisition_base a ORDER BY id desc; SELECT @rownum := @rownum + 1 id, m.* FROM (SE 阅读全文
posted @ 2021-11-24 22:00 天才淇露洛 阅读(1359) 评论(0) 推荐(0)
摘要: NumberChineseFormater.format(Double.parseDouble(params.get(10.01).toString()),true,true) 阅读全文
posted @ 2021-11-24 11:45 天才淇露洛 阅读(60) 评论(0) 推荐(0)
摘要: String StringBuffer StringBuilder String的值是不可变的,这就导致每次对String的操作都会生成新的String对象,不仅效率低下,而且浪费大量优先的内存空间 StringBuffer是可变类,和线程安全的字符串操作类,任何对它指向的字符串的操作都不会产生新的 阅读全文
posted @ 2021-11-24 11:05 天才淇露洛 阅读(26) 评论(0) 推荐(0)
摘要: //模板文件 ClassPathResource classPathResource = new ClassPathResource("template/"+"请款单模板.pdf"); String templatePath = classPathResource.getPath(); 阅读全文
posted @ 2021-11-19 11:45 天才淇露洛 阅读(601) 评论(0) 推荐(0)
摘要: 外部传入,0018方法。 环绕切面获得request的数据 apiCorpConfig表查询是否配置白名单,gcApiLog表记录下来。 根据外部传来的订单号,作唯一判断FastPaymentBaseApi表,如果状态为(2)失败。继续 定时器,查询每一个FastPaymentBaseApi里待支付 阅读全文
posted @ 2021-11-16 09:27 天才淇露洛 阅读(38) 评论(0) 推荐(0)
摘要: 连接成功Last login: Thu Oct 28 17:09:01 2021 from 10.10.2.123[youlan@localhost ~]$ ls[youlan@localhost ~]$ PWD-bash: PWD: 未找到命令[youlan@localhost ~]$ pwd/h 阅读全文
posted @ 2021-10-30 11:45 天才淇露洛 阅读(50) 评论(0) 推荐(0)
摘要: git bush先生成ssh公钥,生成的文件默认在C盘用户的.ssh里。 拿出来,到hub,ee,lab上去配一个ssh公钥。 第一次连接需要 ssh -T git@gitee.com 再git clone xxx.git 正常的gitlab项目,我们从服务器上获取项目的clone地址,如下图。 在 阅读全文
posted @ 2021-10-28 10:28 天才淇露洛 阅读(219) 评论(0) 推荐(0)
摘要: import com.lanfu.storehouse.MessageApplication;import com.lanfu.storehouse.dao.mapper.PushMessageLogMapper;import com.lanfu.storehouse.dto.req.wx.Enti 阅读全文
posted @ 2021-10-13 13:26 天才淇露洛 阅读(975) 评论(0) 推荐(0)
摘要: BigDecimal.valueOf(amount) 阅读全文
posted @ 2021-09-14 17:29 天才淇露洛 阅读(23) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 8 下一页