C#高级应用之反射,把实体类数据反射到字典
/// <summary> /// 获取警报的端口状态 ///dictAlarmPort 自定义的字典名 /// </summary> private Dictionary<uint, Dictionary<string, uint>> dictAlarmPort = new D...
C#反射将静态类数据反射到字典并读取不同分支的字典数据
然后根据switch case匹配的字典加载/// <summary> /// 获取警报的端口状态 /// </summary> private Dictionary<uint, Dictionary<string, uint>> dictAlarmPort = new ...
女朋友自学前端之键盘敲烂,工资过万(第一天)
<html></html> 开始和结束标签 双标签<br /> 单标签包含关系:<html><head></head><body></body></html><html></html> ...
如何快速做成功一个互联网创业项目
如何快速做成功一个互联网创业项目 现在越来越多的人喜欢做互联网创业项目,因为互联网创业项目的投资周期短、见效快,而且非常适合上班族兼职创业。 很多人看到别人做互联网创业项目赚...
C#获取Session对象
protected void Page_Load(object sender, EventArgs e) { YF.Model.Admin myuser = new YF.Model.Admin(); //myuser = YF.SessionHelper.GetSession('user');不能这样写,需要用如下方法强制转...
C#数据类型
五大类型:类(Class)如:Windows,Form,Console,Sting结构体(Structures)如:Int32,Int64,Single,Double枚举(Enumerations)如:HorizontalAlignment,Visibility接口(Interface)委...
LINQ之删除属性值为null或者为空字符串的字段
今天碰到一个要求,需要底物瓶号码,SubstrateBottleNo参数 1 或 2. 仅仅当上述PipeLineNo参数值为7/8时候此参数有效。我做了处理之后,发现SubstrateBottleNo没有给它赋值之后,页面显示了一个...
.NET CORE项目发布(2020年9月学习)
src='https://img.zhiniaozl.com/wp-content/uploads/2022/09/d645c22ce5195010-1024x610.png'










