上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页
该文被密码保护。 阅读全文
posted @ 2018-09-30 19:16 <--青青子衿--> 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1.UI.Model 阅读全文
posted @ 2018-09-30 19:12 <--青青子衿--> 阅读(838) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-09-30 19:09 <--青青子衿--> 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1.享元工厂 阅读全文
posted @ 2018-09-30 19:06 <--青青子衿--> 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1.抽象策略类 /* * 作 者 :姜 彦 * 项目名称 :Utility.Tool.Controller.Controller.AE240Tester.Strategy * 类 名 称 :SendStrategy * 命名空间 :Utility.Tool.Controller.Controller 阅读全文
posted @ 2018-09-30 19:05 <--青青子衿--> 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 简单画一张图来对比 ref 跟 out 的不同 阅读全文
posted @ 2018-09-30 18:57 <--青青子衿--> 阅读(77) 评论(0) 推荐(0) 编辑
摘要: /*---------------------------------------------------------------- * 作 者 :姜 彦 * 项目名称 :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 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页
// /**/ // 在页脚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);