02 2015 档案

摘要:asp.net api默认返回的xml格式如果直接用json.net返回无法直接使用在WebApiConfig.cs文件修改Register方法public static void Register(HttpConfiguration config) { // W... 阅读全文
posted @ 2015-02-08 10:59 softcode 阅读(259) 评论(0) 推荐(0)
摘要:WPF中添加Activex控件不显示wpf通过WindowsFormsHost添加activex控件到页面上不显示,设置Window窗体中的AllowsTransparency=“False” 阅读全文
posted @ 2015-02-02 13:28 softcode 阅读(318) 评论(0) 推荐(0)
摘要:MVC网站发布在View页面中引入自定义方法需要在自定义的方法类顶部加上[Serializable] 阅读全文
posted @ 2015-02-02 10:14 softcode 阅读(105) 评论(0) 推荐(0)