摘要: 定时任务选用Hangfire主要是看中他自带面板功能。 在model引入 Hangfire Hangfire.SQLite 在startup.cs 文件 public void ConfigureServices(IServiceCollection services) var sqliteOpti 阅读全文
posted @ 2021-09-01 10:47 老翁钓大鱼 阅读(471) 评论(0) 推荐(3) 编辑
摘要: http://blog.csdn.net/kenkao/article/details/49777453 阅读全文
posted @ 2017-04-26 14:14 老翁钓大鱼 阅读(138) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Text; using System.Net; using System.Net.Sockets; namespace ConsoleUdpServer { class Program { static void Main(string[] args) { Socket... 阅读全文
posted @ 2017-03-20 17:25 老翁钓大鱼 阅读(336) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/AaronYang/archive/2013/04/21/3033439.html http://www.cnblogs.com/powertoolsteam/category/318470.html http://www.cnblogs.com/out 阅读全文
posted @ 2016-10-15 21:18 老翁钓大鱼 阅读(151) 评论(0) 推荐(0) 编辑
摘要: //自已绘制 tvLed.HideSelection = false; this.tvLed.DrawMode = TreeViewDrawMode.OwnerDrawText; this.tvLed.DrawNode += new DrawTreeNodeEventHandler(tvLed_DrawNode); private void tvLed_DrawNode(obje... 阅读全文
posted @ 2016-04-07 14:16 老翁钓大鱼 阅读(238) 评论(0) 推荐(0) 编辑
摘要: b = newbyte[] {0xfe,0x5a,0x11,0xfa}; u = (uint)(b[0] | b[1] > 8); b[2] = (byte)(u >> 16); b[3] = (byte)(u >> 24); 阅读全文
posted @ 2015-10-13 20:03 老翁钓大鱼 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 生成客户端程序,访问已有的服务器生成cs文件E:\>WSDL http://localhost/asp/WebService1/Service1.asmx生成dll文件E:\>CSC /out:MyWs.dll /t:library /r:System.Web.Services.dll Servic... 阅读全文
posted @ 2015-10-07 23:02 老翁钓大鱼 阅读(906) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/eae07827a820b71fec5485a9.html 阅读全文
posted @ 2015-07-07 10:58 老翁钓大鱼 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// 字节缓冲器 3 /// 4 public class ByteQueue 5 { 6 private List m_buffer = new List(); 7 public bool Fin... 阅读全文
posted @ 2015-06-04 23:34 老翁钓大鱼 阅读(1607) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/73c3ce28f2f78de50343d9e2.html 阅读全文
posted @ 2015-03-27 16:46 老翁钓大鱼 阅读(165) 评论(0) 推荐(0) 编辑