上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: DataFormatter formatter = new DataFormatter(); Workbook workbook = new XSSFWorkbook(file.getInputStream()); Sheet sheet = workbook.getSheet("sheet1"); 阅读全文
posted @ 2025-01-03 10:15 黑狗已醒 阅读(37) 评论(0) 推荐(0)
摘要: 《1》select * FROM gs_day_trade_list a WHERE deal_time IN ( SELECT MAX( deal_time ) FROM gs_day_trade_list where data_date='2025-01-03' and trade_date=' 阅读全文
posted @ 2025-01-03 10:05 黑狗已醒 阅读(138) 评论(0) 推荐(0)
摘要: import org.springframework.http.MediaType;import org.springframework.web.bind.annotation.GetMapping;import org.springframework.web.bind.annotation.Res 阅读全文
posted @ 2024-12-02 09:25 黑狗已醒 阅读(177) 评论(0) 推荐(0)
摘要: 1.分区的字段必须主键其中之一; ALTER TABLE zj_node_price ADD PRIMARY KEY (id,data_date); ALTER TABLE zj_node_price ADD INDEX u_data_date (data_date) alter table zj_ 阅读全文
posted @ 2024-11-19 16:38 黑狗已醒 阅读(1005) 评论(0) 推荐(0)
摘要: ORDER BY CAST(num AS UNSIGNED) 字符串 转 数字 后排序 替代写法 阅读全文
posted @ 2024-11-15 16:54 黑狗已醒 阅读(19) 评论(0) 推荐(0)
摘要: 1.引入pom 文件 <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.17.2</version> </dependency> 2.使用在线解析html 工具 ,自己先看清 htm 阅读全文
posted @ 2024-08-16 15:56 黑狗已醒 阅读(316) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-08-09 17:37 黑狗已醒 阅读(45) 评论(0) 推荐(0)
摘要: 1.方法一 第二步: HEAD~1 > Reset > 右键项目--》 或者 接下来 》 提醒 提醒 提醒 (重要的话说三遍),如果本地写很多代码逻辑,一定做好备份 直接选择远程分支,checkout and rebase (做好本地新写未提交代码备份,不然没了) 阅读全文
posted @ 2024-07-17 10:11 黑狗已醒 阅读(4603) 评论(0) 推荐(0)
摘要: netstat -aon|findstr "60001" --查询 taskkill -pid 7636 -f --结束 Linux 开端口 firewall-cmd --add-port=26001/tcp --permanentfirewall-cmd --reload 阅读全文
posted @ 2024-07-09 11:01 黑狗已醒 阅读(52) 评论(0) 推荐(0)
摘要: 1. import org.apache.poi.ss.usermodel.*; import org.apache.poi.xssf.usermodel.XSSFWorkbook; 第一步,判断有几列,放入list , list 一个一个判断,组装列 第二步,放数据的时候同样的逻辑,一列一列判断 阅读全文
posted @ 2024-07-04 09:46 黑狗已醒 阅读(613) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 10 下一页