摘要:
新建两个需统一事务处理的数据表--学生信息表CREATE TABLE [dbo].[Student]( [Id] [int] NOT NULL, [Name] [varchar](50) NOT NULL, [Age] [int] NOT NULL, [Address] [n... 阅读全文
posted @ 2014-09-30 14:03
bukesiyi
阅读(4080)
评论(4)
推荐(0)
摘要:
public class FtpTools { static readonly string ftpServerIP = ConfigurationManager.AppSettings["FtpAddress"]; static readonly string f... 阅读全文
posted @ 2014-09-30 09:27
bukesiyi
阅读(277)
评论(0)
推荐(0)
浙公网安备 33010602011771号