上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: //请求路径 String url = address+"/priceFreightpriceController.do?outGetMaplist&chargeableWeight="+weight; //url=url+"&data="+jsonString; Gson gson = new G 阅读全文
posted @ 2024-02-08 08:32 薛柏梁 阅读(3) 评论(0) 推荐(0) 编辑
摘要: update dec_main a, dec_main_copy20240110 b set a.ie_Date = b.ie_Date, a.declaration_data = b.declaration_data, a.custom_state = b.custom_state, a.cont 阅读全文
posted @ 2024-01-11 10:18 薛柏梁 阅读(19) 评论(0) 推荐(0) 编辑
摘要: select TRIM(TRAILING '.' FROM TRIM(TRAILING '0' FROM ROUND(sum(FIRM_QTY),5))) resfirmQty from ldc_stock 阅读全文
posted @ 2024-01-08 17:42 薛柏梁 阅读(222) 评论(0) 推荐(0) 编辑
摘要: XSSFRow row15 = sheetAt.getRow(15); sheetAt.shiftRows(15, sheetAt.getLastRowNum(),map2.size()-1,true,false); for(int a=0;a<(map2.size()-1);a++) { XSSF 阅读全文
posted @ 2023-09-19 15:35 薛柏梁 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1、自制工具(创建一个工具类) package com.jeecg.limitprice.controller; import org.apache.poi.hssf.usermodel.*; import java.util.List; public class ExcelUtil { /** * 阅读全文
posted @ 2023-03-30 11:11 薛柏梁 阅读(158) 评论(0) 推荐(0) 编辑
摘要: //方法 增添dayNumber天 ,dates:日期 年月日 function SubDay(dayNumber, dates) { var date= new Date(dates ); date.setDate(date.getDate() + parseInt(dayNumber)); va 阅读全文
posted @ 2023-02-21 16:09 薛柏梁 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 端口占用:netstat -o -n -a | findstr :8080taskkill /F /PID 123 阅读全文
posted @ 2022-10-31 15:39 薛柏梁 阅读(16) 评论(0) 推荐(0) 编辑
摘要: alter table customer_trade convert to character set utf8 collate utf8_general_ci; -- 例1 alter table t_s_depart convert to character set utf8 collate u 阅读全文
posted @ 2022-09-02 17:31 薛柏梁 阅读(15) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css"> #add_decLists_table tr { border-bottom: 1px solid #e6e6e6; cursor: n-resize; } </style> <script type="text/javascript"> var fi 阅读全文
posted @ 2022-08-12 17:15 薛柏梁 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 后台代码 //出货清单 @RequestMapping(params="getBusinessOutDetail") public void getBusinessOutDetail(HttpServletRequest req,HttpServletResponse response,String 阅读全文
posted @ 2022-06-21 11:17 薛柏梁 阅读(36) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页