上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
  2014年11月7日
摘要: fluentassertions QuickStart (替换Assert )https://github.com/dennisdoomen/fluentassertions/wikiMoq QuickStarthttps://github.com/Moq/moq4/wiki/Quickstart 阅读全文
posted @ 2014-11-07 14:28 聪明的大熊 阅读(220) 评论(0) 推荐(0) 编辑
  2014年8月23日
摘要: Fodyhttps://github.com/Fody/Fody/有空还要看下怎么实现的。 阅读全文
posted @ 2014-08-23 15:52 聪明的大熊 阅读(766) 评论(0) 推荐(0) 编辑
  2014年8月19日
摘要: public class TimeSpanConverter : JsonConverter { public override bool CanConvert(Type objectType) { return objectType == t... 阅读全文
posted @ 2014-08-19 16:24 聪明的大熊 阅读(268) 评论(0) 推荐(0) 编辑
  2014年8月16日
摘要: TemplateServiceConfiguration templateConfig = new TemplateServiceConfiguration { BaseTemplat... 阅读全文
posted @ 2014-08-16 15:08 聪明的大熊 阅读(1462) 评论(1) 推荐(0) 编辑
  2014年7月25日
摘要: 自己公司的程序,年代久了,没有源代码,修改一些小地方,只能反编译,还好当时没有混淆。先ildasm 反编译。删除 .publickey = ( ) 这段,去原来签名。然后再用找要改的IL,这个看IL的水平了,这些以前都弄过,不过自己程序有pfx签名,cs的在vs上关联下编译的时候自动弄。一直不知道i... 阅读全文
posted @ 2014-07-25 15:18 聪明的大熊 阅读(1628) 评论(0) 推荐(0) 编辑
  2014年7月16日
摘要: jqmobi 可以代理 jquery mobile,似乎更加小和快http://app-framework-software.intel.com/components.phpbootstrap 团队做的手机端样式http://goratchet.com/components/------------... 阅读全文
posted @ 2014-07-16 19:59 聪明的大熊 阅读(341) 评论(0) 推荐(0) 编辑
  2014年3月5日
摘要: 把 上面一段插入到web.config...http://wenku.baidu.com/link?url=m1p-Y9Je-4fzWvLktgS7oTHoqUULF-1Gx1S3GaTUlPSh-eYr2OrVVoL1fLvq_jRhgpTKHc2mMn0uQ4MHxeW07noRMin0njHI8hvTgJX0ZQm 阅读全文
posted @ 2014-03-05 13:42 聪明的大熊 阅读(1717) 评论(0) 推荐(0) 编辑
  2013年12月30日
摘要: sharedevelop 的IIS express的配置文件在%userprofile%\documents\IISExpress\config\applicationhost.config自动会生成很多 ,有时候会debug的时候卡住 阅读全文
posted @ 2013-12-30 18:53 聪明的大熊 阅读(201) 评论(0) 推荐(0) 编辑
  2013年12月24日
摘要: public override void RegisterArea(AreaRegistrationContext context) { context.MapRoute( "Workflow_FormContainer", "Workflow/form/{instanceNodeID}/{instanceFlowId}", new { controller = "FormContainer", ... 阅读全文
posted @ 2013-12-24 17:38 聪明的大熊 阅读(163) 评论(0) 推荐(0) 编辑
  2013年11月29日
摘要: var builder = new ContainerBuilder(); builder.RegisterModule(); builder.RegisterModule(new ConfigurationSettingsReader()); //如果是多个dll含有,要调用多次 builder.RegisterControllers(typeof(MvcApplication).Assembly) .PropertiesAutowir... 阅读全文
posted @ 2013-11-29 12:06 聪明的大熊 阅读(2283) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页