脚 本 之 家 www.jb51.net
页面导航:  不限条件-->字
本地搜索:
一个什么都不懂的家伙非跟我要个sql查询器随便写了一个,当然为了数据安全,要过滤掉一个sql关键词和系统中的一些表了哦,对了,里面的一些函数你可能不知道哪里来的,是我现在开发一些东西一直用的自己写的一个小框架把常用的功能封装一下,写程序主要是思路,看一下代码思想就知道我的原理了<%functionQuerySql(sql)%><tablewidth="680"cellspacing="1"cellpadding="3"border="0"bgcolor="#c7c7c7"align="center"><%setrs=getRs(sql)FieldsNum=rs.F...
http://www.jb51.net//article/16539.htm
<ahref="./">返回列表</a><br><formaction="<?echo$PHP_SELF;?>"method="post">在<inputtype="text"name="string"value="<?echo$string;?>">中查找<inputtype="text"name="query"value="<?echo$query;?>"><br><inputtype="radio"name="where"value=""<?if(!isse...
http://www.jb51.net//article/16520.htm
书中附带的测试代码如下 [code]<html><head><title>Example</title></head><body><p><strong>Note:</strong>ThelatestversionsofFirefoxseemtohavefixedthestringconcatenationproblem.IfyouareusingFirefox1.0orlater,thestringbuffermayactuallytakelongerthannormalstr...
http://www.jb51.net//article/16505.htm
如果有哪里看不懂的,请留言哦生成随机码类:SigowayRandom.cs [code]usingSystem;namespaceRongYi.Model.Common{///<summary>///SigowayRandom的摘要说明///</summary>publicclassSigowayRandom{#region获取校验码///<summary>///获取校验码///</summary>///<returns>校验码字符数组</returns>publicstaticstring[]GetCheckC...
http://www.jb51.net//article/16489.htm
text-transform:uppercase//把文字变成全大写text-transform:lowercase//把文字变成全小写text-transform:capitalize//把文字变成首字母大写text-indent:-9999em//图片添加文字说明但不显示在页面增强SEO...
http://www.jb51.net//article/16467.htm
[html]<script>vara="";for(vari=65;i<91;i++)a+=String.fromCharCode(i);alert(a);</script>[/html]...
http://www.jb51.net//article/16445.htm
/************************************************************************************功能说明:常用函数基类*作者:刘功勋;*版本:V0.1(C#2.0);时间:2006-8-13*********************************************************************************//****************************************************************更新记录*2007-1-5更新:*1,取字...
http://www.jb51.net//article/16425.htm
[code]usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Drawing;usingSystem.IO;usingSystem.Drawing.Imaging;namespaceEC{/...
http://www.jb51.net//article/16423.htm
[code]usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Text;namespaceEC{///<summary>///随机函数///</summary>pub...
http://www.jb51.net//article/16417.htm
 下面给出ORACLE的一种实现方式,要分2步走:1.建立SEQUENCECREATE[ORREPLACE]SEQUENCEsequence_identitySTARTWITHinitialseedINCREMENTBYstepMAXVALUEupperbound[NOMAXVALUE]NOCYCLE[empty]2.建立TRIGGERCREATE[ORREPLACE]TRIGGERtrigger_identityBEFOREINSERTONtable_nameFOREACHROWBEGINSELECTsequence_identity.NEXTVALINTO:new.column_...
http://www.jb51.net//article/16406.htm
字符/意义:对于字符,通常表示按字面意义,指出接着的字符为特殊字符,不作解释。例如:/b/匹配字符’b’,通过在b前面加一个反斜杠,也就是/b/,则该字符变成特殊字符,表示匹配一个单词的分界线。或者:对于几个字符,通常说明是特殊的,指出紧接着的字符不是特殊的,而应该按字面解释。例如:*是一个特殊字符,匹配任意个字符(包括0个字符);例如:/a*/意味匹配0个或多个a。为了匹配字面上的*,在a前面加一个反斜杠;例如:/a*/匹配’a*’。字符^意义:表示匹配的字符必须在最前边。例如:/^A/不匹配"anA,"中的’A’,但匹配"AnA."中最前面的’A’。字符$意义:与^类似,匹配最末的字符。例...
http://www.jb51.net//article/16404.htm
共有:526/10,当前2/53页  [首页] [上一页] 1 2 3 4 5 6 7 8 [下一页]  [尾页] 转到: