package com.jst.mdm.boot.common.ascpect; import com.alibaba.fastjson.JSONObject; import com.fasterxml.jackson.annotation.JsonFormat; import com.faster Read More
posted @ 2025-08-15 10:54 Li_ll Views(23) Comments(0) Diggs(0)
package com.jst.mdm.commons.util;import javax.crypto.Cipher;import javax.crypto.spec.SecretKeySpec;import java.nio.charset.StandardCharsets;import jav Read More
posted @ 2025-07-07 11:05 Li_ll Views(28) Comments(0) Diggs(0)
day01:早上南京出发, 中午到达篁岭->住宿(婺源花田隐舍)day02:江湾景区->晓起村->上坦村->李坑->月亮湾->有时间晚上玩婺女洲度假区->住宿(云朵未来酒店) 县城:餐饮 胡记私厨、樊老头樊氏牛骨粉、竹香楼老字号(https://m.dianping.com/ugcdetail/26 Read More
posted @ 2025-03-20 13:59 Li_ll Views(218) Comments(0) Diggs(0)
@Controller public class DelayTaskUtil { private static final ExecutorService pl = Executors.newSingleThreadExecutor();; private static final DelayQue Read More
posted @ 2024-12-02 11:44 Li_ll Views(19) Comments(0) Diggs(0)
重复引入jar包 问题 解决方法, 在pom文件中排除这个jar包 原: <dependency> <groupId>com.hedu</groupId> <artifactId>sweet-template-webapp</artifactId> <version>1.0</version> </ Read More
posted @ 2024-10-11 09:15 Li_ll Views(101) Comments(0) Diggs(0)
1. 本地回退到某个版本后 , 强制提交到远程 , 就是因为下面这段代码导致的分支其它成员和远程不同 , 不应该强制提交 git push origin HEAD --force 2. 解决方法 , 其它小组成员也将本地代码回退到 git reset --hard git reset --hard Read More
posted @ 2024-10-09 18:22 Li_ll Views(101) Comments(0) Diggs(0)
xml <insert id="addMain" useGeneratedKeys="true" keyColumn="id" keyProperty="id" parameterType="com.hopedove.coreserver.vo.vpm.ForeignTradeOutboundOrd Read More
posted @ 2024-09-04 18:03 Li_ll Views(143) Comments(0) Diggs(0)
<div id="aa" class="aa"> <div class="dhdiv">明细信息 </div> <hd-table :data="tableData" v-bind="$attrs" select-mode="none"> <el-table-column label="PO" pr Read More
posted @ 2024-09-04 17:59 Li_ll Views(193) Comments(0) Diggs(0)
1. 可以提前入园的话,一路小跑,入园后直接往右边跑到“飞越地平线”2. 玩过飞越地平线后,直接跑向加勒比海盗,排队时间5分钟左右。3. 七个小矮人矿山车4.小雄维尼历险记5.小飞侠天空奇遇6.创极速光轮7.喷气背包飞行器8.抱抱龙冲天赛车9.胡迪牛仔嘉年华10.米奇俱乐部 此时下午3:15左右,就 Read More
posted @ 2024-02-04 15:47 Li_ll Views(67) Comments(0) Diggs(0)
先SQL查询表名 SELECT * from 表 for update ; 把锁打开 , 然后复制Excel的数据项 , 往数据库拷贝 , 点击保存 , 然后 在提交事务 --DROP TABLE ZZSYD_TMP; --建立临时表 create table ZZSYD_TMP ( XH NVAR Read More
posted @ 2023-11-22 14:54 Li_ll Views(18) Comments(0) Diggs(0)