摘要: 修改语言 工具- resources- object language-C#2 属性- profile-attribute-template-definition 修改原来生成的模板 阅读全文
posted @ 2016-07-18 14:47 文艺流浪汉 阅读(747) 评论(0) 推荐(0) 编辑
摘要: USE [CommunityApp] GO /****** Object: StoredProcedure [dbo].[sp_count_OwnerInfo] Script Date: 03/04/2016 11:34:46 ******/ SET ANSI_NULLS ON GO SET QUO 阅读全文
posted @ 2016-03-04 11:36 文艺流浪汉 阅读(283) 评论(0) 推荐(0) 编辑
摘要: USE [CommunityApp] GO /****** Object: StoredProcedure [dbo].[sp_count_OwnerPayList] Script Date: 03/04/2016 11:32:31 ******/ SET ANSI_NULLS ON GO SET 阅读全文
posted @ 2016-03-04 11:34 文艺流浪汉 阅读(417) 评论(0) 推荐(0) 编辑
摘要: DataSet dt = rule.GetMyPayOrder(cid, uid); int coutf = dt.Tables[0].Rows.Count;//父及数量 int couts = dt.Tables[1].Rows.Count;//子集数量 for (int i = 0; i < c 阅读全文
posted @ 2016-01-27 17:02 文艺流浪汉 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 这个时候生成的sql语句是没有注释的,而且sql语句可能也不是适合自己所对应的数据库语言。此时可以通过以下方法来生成注释并且选择所需的数据库语言。1、为sql生成注释,操作如下,我用的是PowerDesigner12.5,在其中选择Tools----》Excute commands-----》Edi... 阅读全文
posted @ 2015-12-30 14:29 文艺流浪汉 阅读(270) 评论(0) 推荐(0) 编辑
摘要: GeoHash C#版 找到周围8个区域的GeoHash编码 阅读全文
posted @ 2015-12-29 15:56 文艺流浪汉 阅读(1635) 评论(0) 推荐(3) 编辑
摘要: 公司路由是192.168.1.1网段,要加个二级路由。 阅读全文
posted @ 2015-12-22 10:21 文艺流浪汉 阅读(160) 评论(0) 推荐(0) 编辑
摘要: //表、视图 绑定给下拉 public void BindDropName() { string sql = "Select Name FROM SysObjects Where XType='U' orDER BY Name";//表 ... 阅读全文
posted @ 2015-12-18 13:00 文艺流浪汉 阅读(667) 评论(0) 推荐(0) 编辑
摘要: 上网找了很久,遇到各种奇葩问题。搞了一晚,如果对你有帮助,起点个赞。 表格隔行换色+鼠标点击变色 1 CSS教程网 ... 阅读全文
posted @ 2015-11-30 23:27 文艺流浪汉 阅读(767) 评论(0) 推荐(0) 编辑
摘要: 网站首页 [e:loop={"select classid,wburl,classname,islast,sonclass from {$dbtbpre}enewsclass where bclassid='0' order by myorder,classid ... 阅读全文
posted @ 2015-10-16 15:53 文艺流浪汉 阅读(1945) 评论(0) 推荐(0) 编辑