上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: 方法的泛型扩展 阅读全文
posted @ 2018-12-31 16:49 <--青青子衿--> 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 泛型的类型限定 阅读全文
posted @ 2018-12-31 16:48 <--青青子衿--> 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 1.我们知道原生控件的样式、属性都是可以进行各种样式设置,触发器绑定的,比如TextBox控件的触发器绑定 <DataGridTemplateColumn x:Name="dgFrameContentData" Width="320*" > <DataGridTemplateColumn.Heade 阅读全文
posted @ 2018-12-20 15:13 <--青青子衿--> 阅读(5048) 评论(0) 推荐(0) 编辑
摘要: 采用常规的绑定方式,是无法直接对DataGridTemplateColumn的Visibility属性进行绑定的,直接无效,究其原因,是由于Column集合只是DataGrid的一个属性,这个集合在逻辑树或者视觉树中是看不到的,也不会继承DataContext属性。 解决方式: 1.先创建一个Con 阅读全文
posted @ 2018-12-20 14:22 <--青青子衿--> 阅读(1950) 评论(0) 推荐(0) 编辑
摘要: 07 阅读全文
posted @ 2018-11-30 21:00 <--青青子衿--> 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 08 阅读全文
posted @ 2018-11-30 21:00 <--青青子衿--> 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 06 阅读全文
posted @ 2018-11-30 20:58 <--青青子衿--> 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 05 阅读全文
posted @ 2018-11-30 20:53 <--青青子衿--> 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 04 阅读全文
posted @ 2018-11-30 20:52 <--青青子衿--> 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 03 阅读全文
posted @ 2018-11-30 20:51 <--青青子衿--> 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 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);