08 2023 档案

c# 写入 java 操作的 redis 队列
摘要:要点:键和值都要序列化或反序列化两次,也就是已经是string后,还要再序列化一次或反序列化一次 namespace RedisDemo { class Program { static void Main(string[] args) { var scannedData = Newtonsoft. 阅读全文

posted @ 2023-08-11 16:24 空明流光 阅读(21) 评论(0) 推荐(0) 编辑

java 从外部强制结束死循环代码
摘要:public class ThreadTimeoutExample { public static void main(String[] args) { Thread thread = new Thread(new MyRunnable()); thread.start(); // 启动线程 try 阅读全文

posted @ 2023-08-07 09:58 空明流光 阅读(82) 评论(0) 推荐(0) 编辑

导航