WPF:为什么使用ContentPresenter.ContentSource而不是Content属性(摘抄)

摘要: 因为ContentPresenter.ContentSource比Content属性加一个TemplateBinding看起来更方便?不仅仅是这些,实际上如果用ContentSource的话,Content相关的属性比如ContentStringFormat,ContentTemplate和Cont 阅读全文
posted @ 2018-02-22 22:44 lixiaofeng6363 阅读(1304) 评论(0) 推荐(0) 编辑

wpf notifyIcon

摘要: private void Initialzie() { notifyIcon = new NotifyIcon(); notifyIcon.BalloonTipText = "学生考勤系统"; notifyIcon.Text = "学生考勤系统2"; this.notifyIcon.Icon = S 阅读全文
posted @ 2018-02-07 22:55 lixiaofeng6363 阅读(377) 评论(0) 推荐(1) 编辑

log4net常用模板

摘要: <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net"/> </configSections> <log4net> <root> <level 阅读全文
posted @ 2017-10-16 11:49 lixiaofeng6363 阅读(288) 评论(0) 推荐(0) 编辑

OracleSqlHelper

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data;using Oracle.DataAcce 阅读全文
posted @ 2017-09-06 21:05 lixiaofeng6363 阅读(264) 评论(0) 推荐(0) 编辑

Authentication Asp.net mvc

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Http;using System.Web;using System.Web.Http;using Sy 阅读全文
posted @ 2017-09-06 20:59 lixiaofeng6363 阅读(222) 评论(0) 推荐(0) 编辑

ExcelHelper

摘要: 仅供自己参考 阅读全文
posted @ 2017-09-06 20:55 lixiaofeng6363 阅读(182) 评论(0) 推荐(0) 编辑

IListDataSet

摘要: using System;using System.Collections;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Linq;using System.Re 阅读全文
posted @ 2017-09-06 20:50 lixiaofeng6363 阅读(144) 评论(0) 推荐(0) 编辑

sqlHelper

摘要: 仅供自己参考 阅读全文
posted @ 2017-09-06 20:47 lixiaofeng6363 阅读(72) 评论(0) 推荐(0) 编辑