07 2025 档案

摘要:sudo chown es:es /usr/local/elasticsearch/elasticsearch-5.6.2/data/nodes/0/indices/VaKTKmtHS2GBTFQtbSGXJw done 阅读全文
posted @ 2025-07-30 17:36 liskov_design 阅读(2) 评论(0) 推荐(0)
摘要:代码: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> 阅读全文
posted @ 2025-07-12 17:07 liskov_design 阅读(6) 评论(0) 推荐(0)
摘要:需求: 数据自动上传程序解析原理:自动搜索文件夹下面的子文件夹和对应的文件.匹配:交易报告,移除订单,仓储费,库存分类账,入库配置服务费用,广告活动xlsx或者csv文件.自动匹配规则(店铺后台导出的表格文件无需任何手动加工或者处理,程序自动识别数据开始的位置并且进行读取)获取xlsx和csv的数据 阅读全文
posted @ 2025-07-10 16:14 liskov_design 阅读(4) 评论(0) 推荐(0)
摘要:npoi导出大批量数据性能优化 优化后的代码: 确保每次下载的执行线程只有1个 private static ConcurrentDictionary<string, string> concurrent_dictionary_download_thread = new ConcurrentDict 阅读全文
posted @ 2025-07-10 16:02 liskov_design 阅读(6) 评论(0) 推荐(0)