2016年5月5日
摘要: c# 获取系统当前日期时间, 按照2016-05-05-13-00-00格式输出:string dtnow = string.Format("{0:yyyy-MM-dd-HH-mm-ss}", DateTime.Now); //24小时制 按照2016-05-05-01-00-00格式输出:stri 阅读全文
posted @ 2016-05-05 09:15 JesseLivermore 阅读(9734) 评论(1) 推荐(1)
  2016年5月3日
摘要: Visual Studio 2013下的Windows服务程序,在安装服务时出现"The system cannot execute the specified program",原因1: 文件不全,需要重新编译;原因2:配置文件有问题,比如出现value="... 少个引号等。 阅读全文
posted @ 2016-05-03 08:58 JesseLivermore 阅读(1292) 评论(0) 推荐(0)