Zoe
摘要: CREATE TABLE [dbo].[ChinaStates]( [AreaCode] [varchar](20) NOT NULL, [AreaName] [nvarchar](20) NOT NULL, [ParentAreaCode] [varchar](20) NOT NULL, [Roo 阅读全文
posted @ 2017-05-07 21:49 口袋里的SKY 阅读(393) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System... 阅读全文
posted @ 2017-05-07 21:48 口袋里的SKY 阅读(154) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System... 阅读全文
posted @ 2017-05-07 19:49 口袋里的SKY 阅读(282) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System... 阅读全文
posted @ 2017-05-07 10:59 口袋里的SKY 阅读(560) 评论(0) 推荐(0)