摘要:
简单点的数据表: 实体类: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace 省市联动{ public class tblArea { public int AreaId { get; set; } public st... 阅读全文
posted @ 2019-02-13 14:32
崇尚技术
阅读(278)
评论(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.Windows.Forms;using System.Data.SqlCli... 阅读全文
posted @ 2019-02-13 11:10
崇尚技术
阅读(369)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;using System.Configuration; namespace _001{ public static class SqlHe... 阅读全文
posted @ 2019-02-13 11:09
崇尚技术
阅读(312)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2019-02-13 11:08
崇尚技术
阅读(173)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace _001{ public class tbusers { public string loginid { get; set; } public string loginpwd ... 阅读全文
posted @ 2019-02-13 11:07
崇尚技术
阅读(138)
评论(0)
推荐(0)