上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 119 下一页
摘要: using System;using System.Collections.Generic;using System.Text;using System.Drawing;using System.Resources;using System.ComponentModel;using System.W... 阅读全文
posted @ 2014-06-30 23:24 ®Geovin Du Dream Park™ 阅读(588) 评论(0) 推荐(0)
摘要: --查询权限函数--1declare @names varchar(3000)set @names=''select @names=@names+isnull(AdminPermissFormName,'')+' , ' from BookAdminPermissTypeList where Ad... 阅读全文
posted @ 2014-06-20 18:21 ®Geovin Du Dream Park™ 阅读(369) 评论(0) 推荐(0)
摘要: ---使用 UNION、INTERSECT 或 EXCEPT 运算符合并的所有查询必须在其目标列表中有相同数目的表达式select * from BookInfoList--存在不同的select BookInfoID,BookInfoBarCode from BookInfoList where ... 阅读全文
posted @ 2014-06-12 11:28 ®Geovin Du Dream Park™ 阅读(493) 评论(0) 推荐(0)
摘要: 高德地图 API JavaScript API 范围内查询结果: 阅读全文
posted @ 2014-06-11 01:03 ®Geovin Du Dream Park™ 阅读(2685) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;//http://msdn.mic... 阅读全文
posted @ 2014-06-01 16:50 ®Geovin Du Dream Park™ 阅读(1245) 评论(0) 推荐(0)
摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin... 阅读全文
posted @ 2014-06-01 15:49 ®Geovin Du Dream Park™ 阅读(1139) 评论(0) 推荐(0)
摘要: /// /// http://www.weather.com.cn/data/sk/101280601.html /// {"weatherinfo":{"city":"深圳","cityid":"101280601","temp":"32","WD":"西南风","WS":"4级... 阅读全文
posted @ 2014-06-01 14:02 ®Geovin Du Dream Park™ 阅读(692) 评论(0) 推荐(0)
摘要: /// /// Request.Form,Request.QueryString,Request.Params /// http://msdn.microsoft.com/en-us/library/system.web.httprequest.params(v=vs.... 阅读全文
posted @ 2014-05-28 17:41 ®Geovin Du Dream Park™ 阅读(926) 评论(0) 推荐(0)
摘要: http://www.mssqltips.com/sqlservertip/1738/sql-server-udf-to-pad-a-string/declare @l varchar(50)set @l='3 'select @l=ltrim(rtrim('3'))select len(@l)SE... 阅读全文
posted @ 2014-05-16 12:46 ®Geovin Du Dream Park™ 阅读(561) 评论(0) 推荐(0)
摘要: --显示所有用户表:--1SELECT SCHEMA_NAME(schema_id) As SchemaName , name As TableName from sys.tables ORDER BY name--2。alternate:SELECT sch.name As Schem... 阅读全文
posted @ 2014-05-15 22:59 ®Geovin Du Dream Park™ 阅读(1165) 评论(0) 推荐(0)
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 119 下一页