摘要: Ubuntu Mono 运行 Helloworld ref: http://www.mono project.com/docs/getting started/install/linux/ usage http://www.mono project.com/docs/getting started/ 阅读全文
posted @ 2016-08-18 17:52 _DN 阅读(409) 评论(0) 推荐(0) 编辑
摘要: Api支持 HttpClient 是基于Task的异步方法组,支持取消、超时异步特性,其可以分类为以下: Restful: GetAsync,PostAsync,DeleteAsync,PutAsync HttpHeaders属性:DefaultRequestHeaders Timeout属性:Ti 阅读全文
posted @ 2016-08-18 17:40 _DN 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 关键句: DependencyResolver.SetResolver(new AutofacDependencyResolver(container)); 阅读全文
posted @ 2016-08-18 16:25 _DN 阅读(164) 评论(0) 推荐(0) 编辑
摘要: ref: http://blog.csdn.net/gdjlc/article/details/23762549 有一个表名为 tb ,字段段名为 name ,数据类型 nchar(20) 。 1、假设字段数据为空,则不管改为什么字段类型,可以直接执行: 2、假设字段有数据,则改为nvarchar2 阅读全文
posted @ 2016-08-18 11:59 _DN 阅读(581) 评论(0) 推荐(0) 编辑