上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页
摘要: 不要忘记对序列赋权:grant select on XSHE_BRANCH_OFFICE_SEQ to user 阅读全文
posted @ 2018-11-27 11:05 748573200000 阅读(347) 评论(0) 推荐(0)
摘要: public int insertUserInfo(Map param){ int i=0; String phone = String.valueOf(param.get("phone")); SimpleDateFormat sf = new SimpleDateFormat("yyyyMMddHHmmss"); ... 阅读全文
posted @ 2018-11-27 10:44 748573200000 阅读(867) 评论(0) 推荐(0)
摘要: 具体配置操作步骤:1.在vmware或者virtualbox上安装centos镜像,可以选择阿里巴巴的镜像,下载速度快 2.系统装完后接下来就要在centos上安装docker了,执行命令: 等待完成即可,这是一种安装docker比较快的方式,而且安装的docker版本也比较高,安装完成后输入 看到 阅读全文
posted @ 2018-10-18 14:50 748573200000 阅读(1000) 评论(0) 推荐(0)
摘要: package com.zhx.web.invoice.service; import java.util.*; import java.util.concurrent.Callable; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.co... 阅读全文
posted @ 2018-10-17 14:27 748573200000 阅读(762) 评论(0) 推荐(0)
摘要: ***************************************分割线****************************************************** 参考:https://bbs.csdn.net/topics/390556755 两位老哥的回复。 想着在 阅读全文
posted @ 2018-10-11 15:04 748573200000 阅读(5111) 评论(0) 推荐(0)
摘要: @Async @AfterReturning(value ="execution(public * com.zhx.recharge.service.RechargeService.buildOrder(..))", returning = "result") public void buildOrder(JoinPoint joinPoint, Object result)... 阅读全文
posted @ 2018-10-11 11:19 748573200000 阅读(5084) 评论(0) 推荐(0)
摘要: 在Jenkins配置项目url项目名后添加@HEAD即可。 阅读全文
posted @ 2018-10-10 15:34 748573200000 阅读(2266) 评论(0) 推荐(0)
摘要: 查看某点的经纬度:http://www.gpsspg.com/maps.htm(无法访问) https://map.bmcx.com/jingshan__map/ 在线计算经纬度:http://www.hhlink.com/%E7%BB%8F%E7%BA%AC%E5%BA%A6/ 阅读全文
posted @ 2018-09-21 14:28 748573200000 阅读(8693) 评论(0) 推荐(0)
摘要: 各个进制之间转换 1. 任意进制到十进制的转换: 2.十进制转换为任意进制: 3. 8421快速转换: 4. 原码反码补码: 阅读全文
posted @ 2018-09-21 11:13 748573200000 阅读(301) 评论(0) 推荐(0)
摘要: 点击详情后返回分页时,页脚单击样式还在。 阅读全文
posted @ 2018-09-17 13:29 748573200000 阅读(1408) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页