上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页
摘要: 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 阅读(756) 评论(0) 推荐(0) 编辑
摘要: ***************************************分割线****************************************************** 参考:https://bbs.csdn.net/topics/390556755 两位老哥的回复。 想着在 阅读全文
posted @ 2018-10-11 15:04 748573200000 阅读(4982) 评论(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 阅读(5027) 评论(0) 推荐(0) 编辑
摘要: 在Jenkins配置项目url项目名后添加@HEAD即可。 阅读全文
posted @ 2018-10-10 15:34 748573200000 阅读(2250) 评论(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 阅读(6977) 评论(0) 推荐(0) 编辑
摘要: 各个进制之间转换 1. 任意进制到十进制的转换: 2.十进制转换为任意进制: 3. 8421快速转换: 4. 原码反码补码: 阅读全文
posted @ 2018-09-21 11:13 748573200000 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 点击详情后返回分页时,页脚单击样式还在。 阅读全文
posted @ 2018-09-17 13:29 748573200000 阅读(1400) 评论(0) 推荐(0) 编辑
摘要: 然后登陆: http://localhost:8161/admin/ admin admin 如果不能解决,请注意对应jdk版本信息: 阅读全文
posted @ 2018-09-10 16:24 748573200000 阅读(3049) 评论(1) 推荐(0) 编辑
摘要: mysql 分区 原文:http://fyzjhh.blog.163.com/blog/static/1694442262012544429953/ mysql 分区 原文:http://fyzjhh.blog.163.com/blog/static/1694442262012544429953/ 阅读全文
posted @ 2018-08-29 17:02 748573200000 阅读(3520) 评论(0) 推荐(0) 编辑
摘要: 命令:grant xxx权限 on Table to USERgrant select,insert,update,delete,all on 表名 to 用户名例如:将test表的查询权限赋予tom这个用户grant select on test to tom 命令:grant xxx权限 on 阅读全文
posted @ 2018-08-29 13:52 748573200000 阅读(20479) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页