2013年6月26日
摘要: 1、方法1sb.Append(""); sb.Append(""); Random rad = new Random(); int value = rad.Next(1000, 10000); XmlDocument doc = new XmlDocument(); doc.LoadXml(sb.ToString());//生成xml文件 string year = DateTime.Now.Year.ToString(); string month = DateTime.Now.Month.ToString(); if (month.Length &l 阅读全文
posted @ 2013-06-26 14:33 小景 阅读(425) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Xml.Linq;using System.Collections.Generic;using System.Text;using System.IO;using System.Net;/// /// Summary description for FtpUpandDwonFile/// public class FtpUtility{ public FtpUtility() ... 阅读全文
posted @ 2013-06-26 14:30 小景 阅读(224) 评论(0) 推荐(0) 编辑