脚 本 之 家 www.jb51.net
页面导航:  不限条件-->tE
本地搜索:
[html]<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><html>    <head>        <metahttp-equiv="Content-Type"content="text/html;charset=GB2312"/>      ...
http://www.jb51.net//article/15653.htm
Apachemod_rewrite规则重写的标志一览R[=code](forceredirect)强制外部重定向强制在替代字符串加上http://thishost[:thisport]/前缀重定向到外部的URL.如果code不指定,将用缺省的302HTTP状态码。F(forceURLtobeforbidden)禁用URL,返回403HTTP状态码。G(forceURLtobegone)强制URL为GONE,返回410HTTP状态码。P(forceproxy)强制使用代理转发。L(lastrule)表明当前规则是最后一条规则,停止分析以后规则的重写。N(nextround)重新从第一条规则开始运...
http://www.jb51.net//article/15602.htm
FormValidate功能更新下载:http://sh.jb51.net/jslib/FormValidate.rar更多用法,可参才:http://jobj.googlecode.com/svn/trunk/FormValidate/demo.html加入方法:extend,加入验证模式4,同3,但是当验证不通过时,立即停止向下检查。在模式3下,如果发生错误,会把错误记录,并向下检查,模式4就不向下检查了。用法:<inputtype="text"name="name[0]"id="name[0]"ruleTpl="0"/><inputtype="text"name="bi...
http://www.jb51.net//article/15552.htm
[code]<divid="macji"><ulclass="macji-skin"><li>列表一</li><li>列表二</li><li>列表三</li></ul></div>[/code]我们希望实现li是浮动的,并且居中的(li个数不固定,ul宽度未知)。可以设置ul的text-align:center,再设置li的display,可以实现居中,但这样不是我们的初衷,我们需要实现float:center。这里我们得先重温一下position:relative,它将依据...
http://www.jb51.net//article/15549.htm
在后台cs文件中有个函数:[code]publicstringgetStyle(objectstyle){if((int)style==1){return"文字";}return"图片";}[/code]在前台的Repeater中要这样调用,[code]<%#this.getStyle(Eval("link_style"))%>[/code]...
http://www.jb51.net//article/15546.htm
将下面代码保存到err404.html,然后设置404错误页面为err404.html页;[code]<scripttype="text/javascript"language="javascript">varid=/(detial|show)\.asp\?id\=([0-9]+)/gi;varflag=/([a-z0-9_]+)\.asp\?flag\=xml/gi;varre_id=/(detial|show)\_([0-9]+)\.html/gi;varre_flag=/([a-z0-9_]+)\.rss/gi;varhost='blog.ii-home.cn';varss=...
http://www.jb51.net//article/15537.htm
blankyao说“学习的过程就是不断的发现错误,不断的改正错误”;先看下手册上怎么说的吧!对一般人来说看下前两段就可以了MagicQuotes代码:MagicQuotesisaprocessthatautomagicallyescapesincomingdatatothePHPscript.It'spreferredtocodewithmagicquotesoffandtoinsteadescapethedataatruntime,asneeded.WhatareMagicQuotes代码:Whenon,all'(single-quote),"(doublequote),\(backslas...
http://www.jb51.net//article/15526.htm
新版本的will_paginate已经抛弃了这样的做法,转而使用gem的方式,本文通过建立一个名为foobar的应用来了解一下will_paginate的用法。==============================C:\>railsfoobar-dmysqlC:\>cdfoobarC:\foobar>rubyscript/generatescaffoldarticletitle:stringcontent:text此时设置一下数据库(C:\foobar\config\database.yml),并且确保相关数据库已经建立好了。C:\foobar>rakedb:mi...
http://www.jb51.net//article/15505.htm
protectedoverridevoidRender(HtmlTextWriterwriter){//把最终要输出的html压缩后再输出StringWriterhtml=newStringWriter();HtmlTextWritertw=newHtmlTextWriter(html);base.Render(tw);stringouthtml=html.ToString();outhtml=Regex.Replace(outhtml,"\\s+","");outhtml=Regex.Replace(outhtml,">\\s+<","><");outhtml=out...
http://www.jb51.net//article/15497.htm
一、目前在ASP.NET中页面传值共有这么几种方式:1、表单提交,<form action= "target.aspx" method = "post" name = "form1"><input name = "param1" value = "1111"/><input name = "...
http://www.jb51.net//article/15476.htm
object.OpenTextFile(filename[, iomode[, create[, format]]]) 参数 object :必选项。应为 FileSystemObject 对象的名称。 filename :必选项。字符串表达式,指明要打开的文件名称。 iomode :可选项。输入/输出模式,是下列三个常数之一:ForReading,ForWriting,或 ForAppending。 create :可选项。Boolean&nb...
http://www.jb51.net//article/15442.htm
共有:535/10,当前6/54页  [首页] [上一页] 2 3 4 5 6 7 8 9 [下一页]  [尾页] 转到: