上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 118 下一页
摘要: 1 public class StringControl 2 { 3 4 /// <summary> 5 /// 客户端浏览器 6 /// http://en.wikipedia.org/wiki/Web_browser 7 /// http://www.w3schools.com/browsers 阅读全文
posted @ 2013-08-07 15:03 ®Geovin Du Dream Park™ 阅读(3828) 评论(0) 推荐(1)
摘要: http://msdn.microsoft.com/en-us/library/ms537512(VS.85).aspxhttp://www.quirksmode.org/css/condcom.htmlItemExampleComment![if !IE]The NOT operator. This is placed immediately in front of the feature, operator, or subexpression to reverse the Boolean meaning of the expression.lt[if lt IE 5.5]The less- 阅读全文
posted @ 2013-08-05 18:05 ®Geovin Du Dream Park™ 阅读(351) 评论(0) 推荐(0)
摘要: drop table t_geovinducreate table t_geovindu( xid int IDENTITY (1, 1), price money, DebitCredit VARCHAR(2), adate datetime default(getdate()) )insert into t_geovindu(DebitCredit,price) values('C',10)insert into t_geovindu(DebitCredit,price) values('C',25)insert into t_geovindu(DebitC 阅读全文
posted @ 2013-08-05 17:01 ®Geovin Du Dream Park™ 阅读(675) 评论(0) 推荐(0)
摘要: from:http://test.dpetroff.ru/jquery.iviewer/test/#jquery.iviewer.js:/* * iviewer Widget for jQuery UI * https://github.com/can3p/iviewer * * Copyright (c) 2009 - 2012 Dmitry Petrov * Dual licensed under the MIT and GPL licenses. * - http://www.opensource.org/licenses/mit-license.php * - http://www.. 阅读全文
posted @ 2013-07-25 16:13 ®Geovin Du Dream Park™ 阅读(5224) 评论(2) 推荐(0)
摘要: Zoom Demo:-ms-zoom Welcome to Seattle! A great city in the beautiful state of Washington. CSS3 Hover Image Gallery 圖片放大 IE9以上版本,其他瀏覽器最新版本可以:CSS3 Hover Image Gallery 圖片放大 IE9以上版本 阅读全文
posted @ 2013-07-23 18:47 ®Geovin Du Dream Park™ 阅读(612) 评论(0) 推荐(0)
摘要: jQuery:mouseover and Increase the Size of an Image mouseover on the thumbnail to view a large image 阅读全文
posted @ 2013-07-23 15:41 ®Geovin Du Dream Park™ 阅读(379) 评论(1) 推荐(0)
摘要: http://mottie.github.io/tablesorter/docs/example-pager.htmlhttp://tablesorter.com/docs/example-pager.htmljQuery plugin: Tablesorter 2.0 - Pager plugin Name Major Sex English Japanese Calculus Geometry Name Major Sex English Japanese ... 阅读全文
posted @ 2013-07-18 18:23 ®Geovin Du Dream Park™ 阅读(649) 评论(0) 推荐(0)
摘要: /// /// 檢測手機客戶端 HttpCapabilitiesBase.IsMobileDevice /// .NET 4.5 /// 塗聚文注 /// public static class HttpRequestBaseExtensions { #region Private Fields // These regular expressions retrieved from http://detectmobilebrowser.com/ "Open source mobile phone detection"... 阅读全文
posted @ 2013-07-17 12:23 ®Geovin Du Dream Park™ 阅读(1307) 评论(0) 推荐(0)
摘要: javascript iframe switchSysBar 左欄打開關閉,兼容各瀏覽器操作 javascript iframe switchSysBar 左欄打開關閉,兼容各瀏覽器操作 阅读全文
posted @ 2013-07-16 14:52 ®Geovin Du Dream Park™ 阅读(744) 评论(0) 推荐(0)
摘要: --這種是無效的過程 declare @sql nvarchar(500), @where nvarchar(500),@i nvarchar(64),@p nvarchar(50),@id intset @id=5set @sql='select '+@p+'=AreaCode from AdministrativeAreaList where AreaID='+cast(@id as varchar)--select @sqlexec @sql--測試結果:未能找到存储过程 ''。---sql server 2000/2005 塗聚文 201 阅读全文
posted @ 2013-07-16 10:00 ®Geovin Du Dream Park™ 阅读(588) 评论(1) 推荐(0)
上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 118 下一页