mxinyi1212's recent timeline updates
mxinyi1212

mxinyi1212

V2EX member #599091, joined on 2022-10-26 16:14:16 +08:00
mxinyi1212's recent replies
Feb 11, 2025
Replied to a topic by cssTheGreatest 旅行 大家好,三月底去云南,想咨询一下
18 年那会骑小电驴环游洱海用时 1 天,想走就走想停就停很舒服。那会的路还不好走,很多路没有封闭起来。 现在大理那边封了很多路小电驴不让进。

注意:骑电驴一定要注意防晒!!!!!! 风吹日晒,脸一天下来 晒伤了。!!!

饮食:鸡丝米线、 腊排骨火锅(感觉丽江的好吃)
Nov 15, 2022
Replied to a topic by gzk329 程序员 Springboot 中 想要重启服务 该怎么写?
之前这么用过

public void restart(){
ExecutorService threadPool = new ThreadPoolExecutor(1,1,0, TimeUnit.SECONDS,new ArrayBlockingQueue<>( 1 ),new ThreadPoolExecutor.DiscardOldestPolicy ());
threadPool.execute (()->{
context.close ();
//do xxxx
}
context = SpringApplication.run ( Application.class,args );
} );
threadPool.shutdown ();

}
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3129 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 13:07 · PVG 21:07 · LAX 06:07 · JFK 09:07
♥ Do have faith in what you're doing.