摘要: git tag -d v2016062101 删除本地tag git push origin --delete tag v2016062101 删除远程tag 阅读全文
posted @ 2016-06-23 19:16 zslm___ 阅读(244) 评论(0) 推荐(0) 编辑
摘要: Nugut安装 log4net 和 topShelf 1)ServiceRunner类 using log4net;using Topshelf; class ServiceRunner : ServiceControl//, ServiceSuspend { private Timer _time 阅读全文
posted @ 2016-06-23 18:33 zslm___ 阅读(328) 评论(0) 推荐(0) 编辑
摘要: using Autofac;using Autofac.Builder;using Autofac.Core; //实现Autofac扩展 public static AutofacRegisterWcf { public static IRegistrationBuilder<TServiceCo 阅读全文
posted @ 2016-06-23 11:23 zslm___ 阅读(1171) 评论(0) 推荐(0) 编辑
摘要: Controller里 [SendMessage] public Action SendSmsMessage() { var resultExtendInfo=new ResultExtendInfo(){Phone="13434343434"}; if(true) return new G2Jso 阅读全文
posted @ 2016-06-23 10:51 zslm___ 阅读(367) 评论(0) 推荐(0) 编辑