摘要:
//请求路径 String url = address+"/priceFreightpriceController.do?outGetMaplist&chargeableWeight="+weight; //url=url+"&data="+jsonString; Gson gson = new G 阅读全文
摘要:
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 阅读全文
摘要:
select TRIM(TRAILING '.' FROM TRIM(TRAILING '0' FROM ROUND(sum(FIRM_QTY),5))) resfirmQty from ldc_stock 阅读全文
摘要:
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 阅读全文
摘要:
1、自制工具(创建一个工具类) package com.jeecg.limitprice.controller; import org.apache.poi.hssf.usermodel.*; import java.util.List; public class ExcelUtil { /** * 阅读全文
摘要:
//方法 增添dayNumber天 ,dates:日期 年月日 function SubDay(dayNumber, dates) { var date= new Date(dates ); date.setDate(date.getDate() + parseInt(dayNumber)); va 阅读全文
摘要:
端口占用:netstat -o -n -a | findstr :8080taskkill /F /PID 123 阅读全文
摘要:
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 阅读全文
摘要:
<style type="text/css"> #add_decLists_table tr { border-bottom: 1px solid #e6e6e6; cursor: n-resize; } </style> <script type="text/javascript"> var fi 阅读全文
摘要:
后台代码 //出货清单 @RequestMapping(params="getBusinessOutDetail") public void getBusinessOutDetail(HttpServletRequest req,HttpServletResponse response,String 阅读全文