TeeMoCode's recent timeline updates
TeeMoCode

TeeMoCode

V2EX member #351174, joined on 2018-09-21 09:52:17 +08:00
Today's activity rank 15952
Per TeeMoCode's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
TeeMoCode's recent replies
@RonLuo 如果确认是耳石症,医院有设备可以复位,有些医生也会复位手法
Nov 3, 2025
Replied to a topic by c4923 Docker docker ps 显示正在运行,但是服务已经 down 了
@c4923 脚本里面用 exec 启动服务,pid=1 的就是你的服务进程。执行 docker ps 看状态是 up ,那说明 pid=1 还活着。 用 docker exec 进容器执行 ps -p 1 -o stat,rss,vsz,cmd,wchan 看进程状态如何呢
Nov 3, 2025
Replied to a topic by c4923 Docker docker ps 显示正在运行,但是服务已经 down 了
脚本中启动服务的命令是用的 exec 么?
Feb 9, 2021
Replied to a topic by mikael Java 大家在实际开发中真正使用过线程池吗?
用到过,比如说从对象服务器上使用线程池下载多个文件,所有文件下载完后再进行后续处理;耗时而又无需前端感知的任务丢到线程池中异步完成
Feb 9, 2021
Replied to a topic by hehezhang Java 请教一个关于 springboot async 的用法
能不能上点代码,看起来直观点
可以自己实现 org.apache.commons.net.ProtocolCommandListener 接口,
比如实现类叫做 LoggerCommandListener,
那么添加 CommandListener 就可以写成
ftp.addProtocolCommandListener(new LoggerCommandListener(org.slf4j.LoggerFactory.getLogger(xx.class), true));
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1134 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 18:09 · PVG 02:09 · LAX 11:09 · JFK 14:09
♥ Do have faith in what you're doing.