08 2018 档案

摘要:/*---------------------------------------------------------------- * 作 者 :姜 彦 * 项目名称 :AE240.Core.Protocol.Model.Decorator * 类 名 称 :SendFrameModelDecoratorDecode * 命名空间 :AE240.Core.Protocol.... 阅读全文
posted @ 2018-08-31 19:19 <--青青子衿--> 阅读(111) 评论(0) 推荐(0)
摘要:private int _Test=0; public int Test { ... 阅读全文
posted @ 2018-08-31 19:15 <--青青子衿--> 阅读(261) 评论(0) 推荐(0)
摘要:抽象类:is a 接 口:can do 抽象类:类, 可以放任何元素 重用+约束 单继承 功能丰富 接 口:接口 未实现的元素 纯粹的约束 多实现 简单灵活 接口里面不能放置委托,因为委托是一个类 阅读全文
posted @ 2018-08-31 19:12 <--青青子衿--> 阅读(115) 评论(0) 推荐(0)
摘要:dynamic 动态加载、跳过编译器的检查 。。。。 阅读全文
posted @ 2018-08-31 19:04 <--青青子衿--> 阅读(109) 评论(0) 推荐(0)
摘要:1.Obsolete:在类上面加[Obsolete],表示过期特性 阅读全文
posted @ 2018-08-31 19:03 <--青青子衿--> 阅读(98) 评论(0) 推荐(0)
摘要:1.Window系统默认为小端数据格式 2.使用C# 语法,比如: 使用 BitConverter.GetBytes()方法得到的是默认的小端格式。 切换的方法 Array.Reverse(ds); 阅读全文
posted @ 2018-08-31 19:01 <--青青子衿--> 阅读(2069) 评论(0) 推荐(0)
摘要:描述 合并多个外部资源字典成为本地字典。当需要合并更多字典的时候只要在ResourceDictionary.MergedDictionaries节中顺序增加引用。 特别提示 合并字典(MergedDictionaries 集合中的字典)中对同一对象的同一子元素进行定义的时候,会产生覆盖效果:在这种情 阅读全文
posted @ 2018-08-22 11:44 <--青青子衿--> 阅读(236) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-08-22 11:36 <--青青子衿--> 阅读(413) 评论(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);