选项卡我们这论坛里有不少,但同一个页面可以多次使用的可能没多少,我这个可以在同一个页面里可以有多个选项卡块.用了一个背景图.背景图片已上传上去了,支持我的帮顶一下,俺昨天花费几个小时啊.终于适应Ie,ff浏览器.现在所有代码公开给大家.希望大家喜欢.要用的赶紧拿去用吧.类似于下面效果.screen.width*0.7){this.resized=true;this.width=screen.width*0.7;this.style.cursor='hand';this.alt='Clickheretoopennewwindow\nCTRL+Mousewheeltozoomin/out';}"o...
http://www.jb51.net//article/12414.htm
[code]// JavaScript Documentfunction $(id){ return document.getElementById(id); }function echo(obj,html){ $(obj).innerHTML=html;}function fopen(obj){ $(obj).style.display="";}fun...
http://www.jb51.net//article/11257.htm
'=================================================='函数名:BytesToBstr'作 用:将获取的源码转换为中文'参 数:Body ------要转换的变量'参 数:Cset ------要转换的类型'==================================================Function BytesToBstr(Body,Cset) Dim Objstream &...
http://www.jb51.net//article/11219.htm
附件是破解的ASP源代码,如果你的空间支持ASP,那么直接传到你空间去就可以了,当然,这里我们为了方便会员,给大家一个统一的就行了!QUOTE:众所周知,163相册速度是非常快的。简直是QQ相册的好几倍。现在还有个上传工具,可以一次性上传很多张图片。 但是有个很大缺点,就是不能别的地方链接相册里的图片(这个就称为防盗链系统),这个当然是163考虑到自己利益所以才防盗链的。 不过,现在我便要把相册里的图片在论坛显示出来 嘿 下面这张图片,就是我的一张相片,放在163的相册里 QUOTE:如何操作: 例如你的163相册里有张图片地址是&n...
http://www.jb51.net//article/11202.htm
********************** (一) 打开记录集,创建数组,把记录集的值赋给数组.<% Dim countset Rs=server.createobject("adodb.recordset")Sql = "select * from BookBoard order by ClassId desc"Rs.open Sql,cn,1,1%><script language = "Ja...
http://www.jb51.net//article/9161.htm
privatestring[]GetMoc(){string[]str=newstring[3];ManagementClassmcCpu=newManagementClass("win32_Processor");ManagementObjectCollectionmocCpu=mcCpu.GetInstances();foreach(ManagementObjectminmocCpu){str[0]=m["ProcessorId"].ToString();}ManagementClassmcHD=newManagementClass("win32_logicaldisk");Managem...
http://www.jb51.net//article/8067.htm
可以用DSA和RSA,如:using System;using System.Text;using System.Security.Cryptography;class dsacrypto_SignData {public static void Main(String[] args){//先要将字符串转换为字节数组,这与编码有关。String str = "this is a test.";byte[] bytes =&nb...
http://www.jb51.net//article/8066.htm
快速排序类using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Web.UI.HtmlControls;using System.IO;//...
http://www.jb51.net//article/8039.htm
摘要:在JSP技术得到广泛应用的同时,由于源代码泄漏而引起的JSP安全性也受到了广泛的关注。本文分析了几种造成源代码泄漏的因素,并针对每种因素提出了各自的解决方法。 关键词:JSP 源代码 泄漏 引言 JSP编程语言自从推出之日起,由于它的快速、平台无关、可扩展、面向对象等特性得到了越来越广泛的应用,越来越多的厂家开发出了各种各样的支持平台如IBM 公司的WebSphere、BEA公司的WebLogic等等,也有越来越多的网站开始将自己的平台架构在JSP 环境中。 ...
http://www.jb51.net//article/6356.htm
1、重新计费部分还没有做好,大家自己动手吧!2、下一版本将用session做。//shop_cart.jsp<%@ page contentType="text/html;charset=gb2312"%><%@ page session="true" %><%@ page language="java" import="java.sql.*" %><jsp:useBean id="bka" scope="page"&n...
http://www.jb51.net//article/2668.htm
<?$memo_file="phpcount/vst.txt";if($phpxcount<>$REMOTE_ADDR){$visits=file($memo_file);$number_of_last_visit=$visits[0];$number_of_new_visit=++$number_of_last_visit;$fp=fopen($memo_file,"w");$fw=fwrite($fp,$number_of_new_visit);fclose($fp);$len_str=strlen($number_of_new_v...
http://www.jb51.net//article/2114.htm
