摘要:
git tag -d v2016062101 删除本地tag git push origin --delete tag v2016062101 删除远程tag 阅读全文
摘要:
Nugut安装 log4net 和 topShelf 1)ServiceRunner类 using log4net;using Topshelf; class ServiceRunner : ServiceControl//, ServiceSuspend { private Timer _time 阅读全文
摘要:
using Autofac;using Autofac.Builder;using Autofac.Core; //实现Autofac扩展 public static AutofacRegisterWcf { public static IRegistrationBuilder<TServiceCo 阅读全文
摘要:
Controller里 [SendMessage] public Action SendSmsMessage() { var resultExtendInfo=new ResultExtendInfo(){Phone="13434343434"}; if(true) return new G2Jso 阅读全文