摘要: /*---------------------------------------------------------------- * 作 者 :姜 彦 * 项目名称 :AE240.Core.Protocol.Model.Decorator * 类 名 称 :SendFrameModelDecoratorDecode * 命名空间 :AE240.Core.Protocol.... 阅读全文
posted @ 2018-08-31 19:19 <--青青子衿--> 阅读(106) 评论(0) 推荐(0) 编辑
摘要: private int _Test=0; public int Test { ... 阅读全文
posted @ 2018-08-31 19:15 <--青青子衿--> 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 抽象类:is a 接 口:can do 抽象类:类, 可以放任何元素 重用+约束 单继承 功能丰富 接 口:接口 未实现的元素 纯粹的约束 多实现 简单灵活 接口里面不能放置委托,因为委托是一个类 阅读全文
posted @ 2018-08-31 19:12 <--青青子衿--> 阅读(106) 评论(0) 推荐(0) 编辑
摘要: dynamic 动态加载、跳过编译器的检查 。。。。 阅读全文
posted @ 2018-08-31 19:04 <--青青子衿--> 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1.Obsolete:在类上面加[Obsolete],表示过期特性 阅读全文
posted @ 2018-08-31 19:03 <--青青子衿--> 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1.Window系统默认为小端数据格式 2.使用C# 语法,比如: 使用 BitConverter.GetBytes()方法得到的是默认的小端格式。 切换的方法 Array.Reverse(ds); 阅读全文
posted @ 2018-08-31 19:01 <--青青子衿--> 阅读(1959) 评论(0) 推荐(0) 编辑
// /**/ // 在页脚Html代码 引入 // function btn_donateClick() { var DivPopup = document.getElementById('Div_popup'); var DivMasklayer = document.getElementById('div_masklayer'); DivMasklayer.style.display = 'block'; DivPopup.style.display = 'block'; var h = Div_popup.clientHeight; with (Div_popup.style) { marginTop = -h / 2 + 'px'; } } function MasklayerClick() { var masklayer = document.getElementById('div_masklayer'); var divImg = document.getElementById("Div_popup"); masklayer.style.display = "none"; divImg.style.display = "none"; } setTimeout( function () { document.getElementById('div_masklayer').onclick = MasklayerClick; document.getElementById('btn_donate').onclick = btn_donateClick; var a_gzw = document.getElementById("guanzhuwo"); a_gzw.href = "javascript:void(0);"; $("#guanzhuwo").attr("onclick","follow('33513f9f-ba13-e011-ac81-842b2b196315');"); }, 900);