上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 59 下一页
摘要: /** * 分页查询完工送检单 * @param entity * @param query * @return */ @GetMapping("getQcProInsAppOverList") public R<IPage<QcProInsAppOverVO>> getQcProInsAppOve 阅读全文
posted @ 2020-12-29 16:02 红尘沙漏 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 目前JAVA实现HTTP请求的方法用的最多的有两种:一种是通过HTTPClient这种第三方的开源框架去实现。HTTPClient对HTTP的封装性比较不错,通过它基本上能够满足我们大部分的需求,HttpClient3.1 是 org.apache.commons.httpclient下操作远程 u 阅读全文
posted @ 2020-12-28 16:26 红尘沙漏 阅读(349) 评论(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 红尘沙漏 阅读(112) 评论(0) 推荐(0) 编辑
摘要: /** * 员工培训课时达成率导出 * @param response * @param startDate * @param endDate */ @Override public void exportTrainingRecord(HttpServletResponse response, St 阅读全文
posted @ 2020-12-16 15:26 红尘沙漏 阅读(118) 评论(0) 推荐(0) 编辑
摘要: /** * 公司培训课时汇总 * @return */ @Override public List<CompanyTrainingClassGather> getCompanyTrainingClassGather() { List<CompanyTrainingClassGather> list= 阅读全文
posted @ 2020-12-14 16:44 红尘沙漏 阅读(133) 评论(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 红尘沙漏 阅读(590) 评论(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 红尘沙漏 阅读(860) 评论(0) 推荐(0) 编辑
摘要: /** * 获取某年某月的第一天 * @Title:getFisrtDayOfMonth * @Description: * @param:@param year * @param:@param month * @param:@return * @return:String * @throws */ 阅读全文
posted @ 2020-12-14 11:23 红尘沙漏 阅读(877) 评论(0) 推荐(0) 编辑
摘要: IntelliJ IDEA如何用maven命令打jar包?下面给大家详细介绍一下具体步骤及说明。 工具/原料 IntelliJ IDEA maven 方法/步骤 第一步在CMD命令窗口输入mvn -v。验证本地maven环境是否安装成功。 第二步在IntelliJ IDEA选择底部的Terminal 阅读全文
posted @ 2020-12-08 11:48 红尘沙漏 阅读(935) 评论(0) 推荐(0) 编辑
摘要: /** * 公司培训课时汇总 * @return */ @Override public List<CompanyTrainingClassGather> getCompanyTrainingClassGather() { List<CompanyTrainingClassGather> list= 阅读全文
posted @ 2020-12-02 16:35 红尘沙漏 阅读(76) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 59 下一页