2017年4月19日

App.Config操作

摘要: public class ConfigUtils { public static string filename = System.Windows.Forms.Application.StartupPath + @"\App.config"; /// /// 对[appSettings]节点依据Key值读取到Value值,返回字符... 阅读全文

posted @ 2017-04-19 23:31 嘟嘟他爸 阅读(442) 评论(0) 推荐(0)

MySQL 查看表结构简单命令

摘要: 一、简单描述表结构,字段类型 desc tabl_name; 显示表结构,字段类型,主键,是否为空等属性,但不显示外键。 例如:desc table_name 二、查询表中列的注释信息 select * from information_schema.columnswhere table_schem 阅读全文

posted @ 2017-04-19 22:12 嘟嘟他爸 阅读(230) 评论(0) 推荐(0)

导航