X3

RedSky

导航

2020年5月13日 #

c# ActiveMQ的使用

摘要: /// <sumary>/// 接收方/// </sumary>public void StartClient() { var factory = new NMSConnectionFactory(new Uri("activemq:failover:(tcp://localhost:61616/? 阅读全文

posted @ 2020-05-13 14:38 HotSky 阅读(726) 评论(0) 推荐(0) 编辑

WPF将窗体设置为桌面背景【动态桌面】

摘要: #region MyRegion private IntPtr programIntPtr = IntPtr.Zero; bool inited { get; set; } public void Init() { try { if (inited) return; // 通过类名查找一个窗口,返回 阅读全文

posted @ 2020-05-13 10:32 HotSky 阅读(1060) 评论(0) 推荐(0) 编辑