摘要: public static class ButtonBaseExtensions { /// /// 模拟单击事件 /// /// public static void PerformClick(this System.Windows.Controls.HyperlinkButton but... 阅读全文
posted @ 2013-03-05 17:06 狄大人 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 在刚学MVC3,在学习过程中遇到了很多的问题,现在把已遇到问题总结出来,以后陆续更新。方便和我一样的新手。。 1.手写Model类,EF执行错误找不到表对象。 [TableAttribute("ProductEntity")]public class ProductEntity{} 2.加载不同... 阅读全文
posted @ 2013-03-05 12:26 狄大人 阅读(757) 评论(0) 推荐(1) 编辑
摘要: if ( MessageBox.Show("要重新启动嘛?","提示", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question) == DialogResult.Yes) System.Diagnostics.Process.Start(... 阅读全文
posted @ 2013-03-05 10:41 狄大人 阅读(958) 评论(0) 推荐(0) 编辑