上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 46 下一页
摘要: 转: https://www.cnblogs.com/wyy1234/p/9172467.html 阅读全文
posted @ 2019-06-12 10:00 81 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Task<Int32> task = Task.Run(() => fun("s", 9)); 函数定义: private Int32 frun(string s, int m) { return 0; } 阅读全文
posted @ 2019-05-10 13:58 81 阅读(4494) 评论(0) 推荐(0) 编辑
摘要: 看介绍挺强大,开源,可运行在Linux和Windows,文档中有相关测试工具,及客户端介绍。 希望有机会应用。https://www.emqx.com/zh 客户端nuget中选择MQTTnet https://blog.csdn.net/panwen1111/article/details/792 阅读全文
posted @ 2019-04-02 10:23 81 阅读(6846) 评论(6) 推荐(0) 编辑
摘要: https://blog.csdn.net/u012846041/article/details/37518313 标准C或者C++中均提供关键字定义联合结构,C#中未提供类似的关键字,但仍然可以定义联合体结构,如下例:[StructLayout(LayoutKind.Explicit)]publi 阅读全文
posted @ 2019-02-21 15:55 81 阅读(917) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lt045508/article/details/68921433 PropertyInfo propertyInfo = this.panel1.GetType().GetProperty("Events", BindingFlags.Instance 阅读全文
posted @ 2018-12-30 00:01 81 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 学习 https://www.cnblogs.com/codelove/p/10100481.html 阅读全文
posted @ 2018-12-19 16:39 81 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 转贴:https://www.cnblogs.com/wcl2017/p/9437849.html 可能复制Json文本自动生成适合的类,访问:http://json2csharp.chahuo.com/ 阅读全文
posted @ 2018-12-13 20:23 81 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 目的:以控制台方式开发Windows服务程序,调试部署方便。 https://www.cnblogs.com/itjeff/p/8316244.html https://www.cnblogs.com/gossip/p/4506142.html using System;using System.C 阅读全文
posted @ 2018-12-12 09:24 81 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 公共应用当然是web系统,这个不说,我说的是企业应用。 最近一些年在企业开发中都提倡web应用,仿佛winform可以结束了,但真的这样吗?最近几天的真实经历如下: 我们部门新开发了一套系统要上线,由于是新开发,故使用了较新的框架,本框架只支持IE10以上,Firefox和chrome的较新版本,由 阅读全文
posted @ 2018-11-22 08:51 81 阅读(588) 评论(0) 推荐(0) 编辑
摘要: class test { public string a; public int b; public byte[] c; public IntPtr d; } 把上面对象序列化成string并保存。 test t=new test() { a = "aa", b = 444, c = new byt 阅读全文
posted @ 2018-11-21 09:22 81 阅读(2842) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 46 下一页