book_admin.aspx[code]<asp:GridView ID="grwBook" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None" AutoGenerateColumns="false" AllowPaging="true" DataKeyNames="ID" OnPageIndexChanging="grwBook_PageIndexChanging" PageSize="12">&...
http://www.jb51.net//article/15041.htm
今天遇到这个问题,网上查了下资料,这么解决:protected void Page_Load(object sender, EventArgs e){ //正常换行 GridView1.Attributes.Add("style", "word-break:keep-all;word-wrap:normal"); //下面这行是自动换行 GridView...
http://www.jb51.net//article/15040.htm
[html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" con...
http://www.jb51.net//article/15031.htm
一、浏览器允许每个域名所包含的 cookie 数:Microsoft 指出 Internet Explorer 8 增加 cookie 限制为每个域名 50 个,但 IE7 似乎也允许每个域名 50 个 cookie(《Update to Internet Explorer’s Cookie Jar》)。 Firefox 每个域名 cookie 限...
http://www.jb51.net//article/14998.htm
/********************************************************* * 使用方法 * 控件调用onclick="fPopCalendar(event,this,this)" * 如下,给控件设置为readonly * <in...
http://www.jb51.net//article/14987.htm
第一步先加载读取用户信息的php类搜索[code]include_once( $jieqiModules['article']['path']."/class/article.php" );[/code]在其下面添加下面的代码[code]include_once( JIEQI_ROOT_PATH."/class/users.php" );$users_handler =& jieqiusershandler::getinstance( "JieqiUsersHandler" );[/code]第二步读取回复...
http://www.jb51.net//article/14977.htm
如果你象作者一样记性不好,那么你可能根本记不住人们的名字。我遇到人时,多半只是点点头,问句“吃了嘛!”,而且期望问候到此为止。如果还需要表示些什么,那么我就得求助于一些狡猾的技巧,好让我能想对方是谁。比如胡扯起一些和对方有关的人,不管他们之间关系多远,只要能避免不记得对方名字的尴尬就好: “你隔壁邻居的侄子的可爱小狗迈菲斯特怎么样?”通过这个方法,我希望能让对方感到,我确实很重视他(她),甚至还记得这些琐事,虽然实际上连名字都忘记了。但是,不是我不重视,而是我的记忆力实在是糟糕,而且要记住的名字又实在太多。如果我能给每个人设置cookies,那么我就不会再犯这种记忆力问题了。在这篇文...
http://www.jb51.net//article/14976.htm
VBS调用WMI秒杀IE把以下文件存为KillIE.vbs,当要关闭所有用IE打开的网页时,双击执行便可,Set wmi=GetObject("winmgmts:\\.")Set pro_s=wmi.instancesof("win32_process")For Each p In pro_s if p.name="iexplore.exe" then p.terminate()Next这所以要提取是因为:本人一般打开的网页都很多,关也要关半天,有了这个实在是太好了。 ...
http://www.jb51.net//article/14964.htm
' FileName: ProcessMagnifier.vbs ' Function: Capture information about the running processes in detail ' code by somebody ' QQ: 240460440 ' LastMod...
http://www.jb51.net//article/14961.htm
1.document.formName.item("itemName")问题说明:IE下,可以使用document.formName.item("itemName")或document.formName.elements["elementName"];Firefox下,只能使用document.formName.elements["elementName"].解决方法:统一使用document.formName.elements["elementName"].2.集合类对象问题说明:IE下,可以使用()或[]获取集合类对象;Firefox下,只能使用[]获取集合类对象.解决方法:统一使用[]获...
http://www.jb51.net//article/14939.htm
将下面代码中的地址改一下,存为ieproxy.vbs,然后在文件上点右键,选择“在命令提示符中打开”不多说了,存下来看看吧![code]strMachines = "24.11.246.125:2406;61.252.60.30:68660;64.161.10.2:3128;65.23.157.55:80;66.229.103.146:5089;68.6.240.207:2521;68.103.105.108:2384;70.160.84.18:2332;71.74.23.52:2220;71.207.239.136:2653;72.187.78.76:2413;76.17...
http://www.jb51.net//article/14839.htm
