摘要:
修改语言 工具- resources- object language-C#2 属性- profile-attribute-template-definition 修改原来生成的模板 阅读全文
摘要:
USE [CommunityApp] GO /****** Object: StoredProcedure [dbo].[sp_count_OwnerInfo] Script Date: 03/04/2016 11:34:46 ******/ SET ANSI_NULLS ON GO SET QUO 阅读全文
摘要:
USE [CommunityApp] GO /****** Object: StoredProcedure [dbo].[sp_count_OwnerPayList] Script Date: 03/04/2016 11:32:31 ******/ SET ANSI_NULLS ON GO SET 阅读全文
摘要:
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 阅读全文
摘要:
这个时候生成的sql语句是没有注释的,而且sql语句可能也不是适合自己所对应的数据库语言。此时可以通过以下方法来生成注释并且选择所需的数据库语言。1、为sql生成注释,操作如下,我用的是PowerDesigner12.5,在其中选择Tools----》Excute commands-----》Edi... 阅读全文
摘要:
GeoHash C#版 找到周围8个区域的GeoHash编码 阅读全文
摘要:
公司路由是192.168.1.1网段,要加个二级路由。 阅读全文
摘要:
//表、视图 绑定给下拉 public void BindDropName() { string sql = "Select Name FROM SysObjects Where XType='U' orDER BY Name";//表 ... 阅读全文
摘要:
上网找了很久,遇到各种奇葩问题。搞了一晚,如果对你有帮助,起点个赞。 表格隔行换色+鼠标点击变色 1 CSS教程网 ... 阅读全文
摘要:
网站首页 [e:loop={"select classid,wburl,classname,islast,sonclass from {$dbtbpre}enewsclass where bclassid='0' order by myorder,classid ... 阅读全文