08 2011 档案

摘要:CREATE PROCEDURE [dbo].[ProcCustomPage] ( @Table_Name varchar(5000), --表名 @Sign_Record varchar(50), --主键 @Filter_Condition varchar(1000), --筛选条件,不带where @Page_Size int, --页大小 @Page_Index int, --页索引 @TaxisField varchar(1000), --排序字段 @Taxis_Sign i... 阅读全文
posted @ 2011-08-31 15:57 biubiubiu 阅读(187) 评论(0) 推荐(0)
摘要:<iframe src="http://www.baidu.com" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto" width="100%" height="100px" id="alarmframe" onreadystatechange="stateChangeIE(this)" style="display: 阅读全文
posted @ 2011-08-16 09:42 biubiubiu 阅读(2935) 评论(0) 推荐(1)
摘要://HTML代码 <script src="http://www.cnblogs.com/Repository/JavaScript/Scripts/jquery-1.4.1.min.js" type="text/javascript"></script> <table cellspacing="0" cellpadding="0" width="100%" border="0" height="143" id="t 阅读全文
posted @ 2011-08-15 11:50 biubiubiu 阅读(471) 评论(0) 推荐(1)
摘要:<script src="http://www.cnblogs.com/Scripts/jquery-1.4.1.min.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { $("#btnJson").click(function () { $.get('<%= Url.Action("Json") %>', { d 阅读全文
posted @ 2011-08-10 15:49 biubiubiu 阅读(312) 评论(0) 推荐(1)
摘要:<script src="http://www.cnblogs.com/Scripts/jquery-1.4.1-vsdoc.js" type="text/javascript"></script> <script type="text/javascript"> // $(function () { // $("#update").click(function () { // $.ajax({ // type: "post", // url: '< 阅读全文
posted @ 2011-08-10 13:25 biubiubiu 阅读(1772) 评论(0) 推荐(1)
摘要:<span id=localtime></span><script type="text/javascript">function showLocale(objD){ var str,colorhead,colorfoot; var yy = objD.getYear(); if(yy<1900) yy = yy+1900; var MM = objD.getMonth()+1; if(MM<10) MM = '0' + MM; var dd = objD.getDate(); if(dd<10) dd 阅读全文
posted @ 2011-08-08 15:32 biubiubiu 阅读(183) 评论(0) 推荐(0)
摘要://本地路径转换成URL相对路径privatestringurlconvertor(stringimagesurl1){stringtmpRootDir=Server.MapPath(System.Web.HttpContext.Current.Request.ApplicationPath.ToString());//获取程序根目录stringimagesurl2=imagesurl1.Replace(tmpRootDir,"");//转换成相对路径imagesurl2=imagesurl2.Replace(@"\",@"/");r 阅读全文
posted @ 2011-08-05 11:07 biubiubiu 阅读(360) 评论(0) 推荐(0)