摘要: 第一章总结:CLR基础 我们使用的编译器就像是一个语法规则的检查器 它检查我们的语法是否符合clr相关规则 然后编译生成源代码 源代码又生成(it)中间语言 中间语言又通过JIT(即时编译器)生成CUP指令 执行操作 阅读全文
posted @ 2016-08-09 11:25 小孙^_^ 阅读(95) 评论(0) 推荐(0) 编辑
摘要: ``` public static class KZfun { /// /// 模拟Lamdan表达式 /// /// 当前对象 /// 泛型委托 /// 结果集 public static IEnumerable Where(this IEnumerable val, Func predicate) { va... 阅读全文
posted @ 2016-03-25 17:00 小孙^_^ 阅读(147) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Management;using System.Runtime.InteropServices;using System.Collections.Generic;using System.Diagnostics;using System.IO;u... 阅读全文
posted @ 2016-01-25 16:43 小孙^_^ 阅读(243) 评论(0) 推荐(0) 编辑
摘要: public string GetIPAddress() { try { string sIP = string.Empty; //获取IP地址 _mc = new Mana... 阅读全文
posted @ 2016-01-25 16:41 小孙^_^ 阅读(116) 评论(0) 推荐(0) 编辑
摘要: public static string GetMacByIPConfig() { string sMac = string.Empty; ProcessStartInfo startInfo = new ProcessStartInfo(... 阅读全文
posted @ 2016-01-25 16:40 小孙^_^ 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 1.在页面标签中加上如下代码:2.调用打印方法 阅读全文
posted @ 2016-01-15 16:49 小孙^_^ 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-08-17 14:49 小孙^_^ 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1.页面2 后台 /// /// 打印 /// /// /// /// /// /// [AjaxMethod] public string GetHTML(s... 阅读全文
posted @ 2015-07-29 11:35 小孙^_^ 阅读(158) 评论(0) 推荐(0) 编辑
摘要: //试剂名称动态获取 DataTable NuclearMedicineName = new DataTable(); NuclearMedicineName = new RisTotalManage().GetNuclearMedicineName();... 阅读全文
posted @ 2015-07-27 14:32 小孙^_^ 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 前台aspx页面 后... 阅读全文
posted @ 2015-07-16 14:32 小孙^_^ 阅读(678) 评论(0) 推荐(0) 编辑