摘要:
public bool ChangeConfig(string AppKey,string AppValue) { bool result = true; try { XmlDocument xDoc = new XmlDocument(); ... 阅读全文
摘要:
Public void Add() { List lists = GetDataByFile(tempFilePath); private static readonly string sqlconnection = "Data Source=.;Initial Catalog=xxxx;Persist Security Info=True;User ID=sa;Passwo... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Net; using System.Windows.Forms; using System.Globalization; namespace FtpLib { public class F... 阅读全文