上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 64 下一页
摘要: package com.kakarote.crm.controller.sap; import cn.hutool.core.util.ObjectUtil; import com.alibaba.fastjson.JSONObject; import com.kakarote.core.commo 阅读全文
posted @ 2020-12-30 09:09 红尘沙漏 阅读(327) 评论(0) 推荐(0)
摘要: 发布于:2020-11-28 Docker 2条评论 3,051 views 如需VPS代购、PHP开发、服务器运维等服务,请联系博主QQ:337003006 CentOS 8已经发行好长一段时间,为了尝鲜在Online独服上安装了CentOS 8系统,随之问题来了,发现Docker容器无法访问外网 阅读全文
posted @ 2020-12-29 17:34 红尘沙漏 阅读(1608) 评论(0) 推荐(0)
摘要: /** * 分页查询完工送检单 * @param entity * @param query * @return */ @GetMapping("getQcProInsAppOverList") public R<IPage<QcProInsAppOverVO>> getQcProInsAppOve 阅读全文
posted @ 2020-12-29 16:02 红尘沙漏 阅读(320) 评论(0) 推荐(0)
摘要: 目前JAVA实现HTTP请求的方法用的最多的有两种:一种是通过HTTPClient这种第三方的开源框架去实现。HTTPClient对HTTP的封装性比较不错,通过它基本上能够满足我们大部分的需求,HttpClient3.1 是 org.apache.commons.httpclient下操作远程 u 阅读全文
posted @ 2020-12-28 16:26 红尘沙漏 阅读(386) 评论(0) 推荐(0)
摘要: package test; import java.net.URLDecoder; import java.net.URLEncoder; public class Ceshi { public static void main(String[] args) { doc(); } public st 阅读全文
posted @ 2020-12-28 10:09 红尘沙漏 阅读(132) 评论(0) 推荐(0)
摘要: /** * 员工培训课时达成率导出 * @param response * @param startDate * @param endDate */ @Override public void exportTrainingRecord(HttpServletResponse response, St 阅读全文
posted @ 2020-12-16 15:26 红尘沙漏 阅读(136) 评论(0) 推荐(0)
摘要: /** * 公司培训课时汇总 * @return */ @Override public List<CompanyTrainingClassGather> getCompanyTrainingClassGather() { List<CompanyTrainingClassGather> list= 阅读全文
posted @ 2020-12-14 16:44 红尘沙漏 阅读(158) 评论(0) 推荐(0)
摘要: 码如下: mport java.text.DecimalFormat; DecimalFormat df = new DecimalFormat("######0.00"); double d1 = 3.23456 double d2 = 0.0;double d3 = 2.0;df.format( 阅读全文
posted @ 2020-12-14 16:38 红尘沙漏 阅读(619) 评论(0) 推荐(0)
摘要: public static void main(String[] args) throws ParseException { String dateStr = "2016-05-18"; //1、获取string对应date日期: Date date = new SimpleDateFormat(" 阅读全文
posted @ 2020-12-14 13:13 红尘沙漏 阅读(902) 评论(0) 推荐(0)
摘要: /** * 获取某年某月的第一天 * @Title:getFisrtDayOfMonth * @Description: * @param:@param year * @param:@param month * @param:@return * @return:String * @throws */ 阅读全文
posted @ 2020-12-14 11:23 红尘沙漏 阅读(892) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 64 下一页