随笔分类 -  胡撕乱想

。net用lamda实现属性的优雅操作
摘要:1 internal class ExtensionObjectURL 2 { 3 internal string name { get; set; } 4 } 5 internal static class Extension 6 { 7 internal static void NotifycationPrope... 阅读全文

posted @ 2016-05-09 10:13 oceanho 阅读(374) 评论(0) 推荐(0)

MySQL-Front 建表引发的一点小思考(数据表格模版)
摘要:我们建表的时候,有一些字段总是会常用到的。也就是每一张表都会有这些字段。 我用mysql有一点时间了,今天(2016-02-27 21:53:38)在用mysql-front建表的时候,感觉有点点不太舒服。 就是某些表格中的字段,基本上每一张表都会用到。我的做法是 从 某张建好的表格上复制过来。每次 阅读全文

posted @ 2016-02-27 22:16 oceanho 阅读(905) 评论(0) 推荐(0)

导航