03 2016 档案

摘要:<asp:TextBox ID="txtHKMonth" runat="server" CssClass="month" onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.rep 阅读全文
posted @ 2016-03-31 17:57 似曾相识燕归来 阅读(142) 评论(0) 推荐(0) 编辑
摘要: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 似曾相识燕归来 编辑
摘要: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 似曾相识燕归来 阅读(1243) 评论(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 似曾相识燕归来 阅读(6583) 评论(0) 推荐(0) 编辑