摘要:
定时任务选用Hangfire主要是看中他自带面板功能。 在model引入 Hangfire Hangfire.SQLite 在startup.cs 文件 public void ConfigureServices(IServiceCollection services) var sqliteOpti 阅读全文
摘要:
http://blog.csdn.net/kenkao/article/details/49777453 阅读全文
摘要:
using System; using System.Text; using System.Net; using System.Net.Sockets; namespace ConsoleUdpServer { class Program { static void Main(string[] args) { Socket... 阅读全文
摘要:
http://www.cnblogs.com/AaronYang/archive/2013/04/21/3033439.html http://www.cnblogs.com/powertoolsteam/category/318470.html http://www.cnblogs.com/out 阅读全文
摘要:
//自已绘制 tvLed.HideSelection = false; this.tvLed.DrawMode = TreeViewDrawMode.OwnerDrawText; this.tvLed.DrawNode += new DrawTreeNodeEventHandler(tvLed_DrawNode); private void tvLed_DrawNode(obje... 阅读全文
摘要:
b = newbyte[] {0xfe,0x5a,0x11,0xfa}; u = (uint)(b[0] | b[1] > 8); b[2] = (byte)(u >> 16); b[3] = (byte)(u >> 24); 阅读全文
摘要:
生成客户端程序,访问已有的服务器生成cs文件E:\>WSDL http://localhost/asp/WebService1/Service1.asmx生成dll文件E:\>CSC /out:MyWs.dll /t:library /r:System.Web.Services.dll Servic... 阅读全文
摘要:
http://jingyan.baidu.com/article/eae07827a820b71fec5485a9.html 阅读全文
摘要:
1 /// 2 /// 字节缓冲器 3 /// 4 public class ByteQueue 5 { 6 private List m_buffer = new List(); 7 public bool Fin... 阅读全文
摘要:
http://jingyan.baidu.com/article/73c3ce28f2f78de50343d9e2.html 阅读全文