摘要: using DBUtility;using ErpInterface.Models;using Newtonsoft.Json;using System;using System.Collections.Generic;using System.Data;using System.IO;using 阅读全文
posted @ 2016-03-18 18:14 似曾相识燕归来 阅读(251) 评论(0) 推荐(0) 编辑
摘要: public int InsertTable(string[] str, string date, Guid userid, Guid ownid, Guid moneyid) { int ischeck = 0; int issuccess = 0; decimal money = 0; Guid 阅读全文
posted @ 2016-03-18 10:50 似曾相识燕归来 阅读(1235) 评论(0) 推荐(0) 编辑
摘要: 一:Windows服务、控制台日志方法 public void WriteLog(string text) { string path = AppDomain.CurrentDomain.BaseDirectory; path = System.IO.Path.Combine(path , "Log 阅读全文
posted @ 2016-03-18 10:45 似曾相识燕归来 阅读(6420) 评论(0) 推荐(0) 编辑