分页: 4/16 第一页 上页 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 下页 最后页 [ 显示模式: 摘要 | 列表 ]
Apr
14

显示时间日期     2009

 15:46    165    0   noel 程序 代码 源码 不指定
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<body>
<label style="position:relative; left:30%; font-size:2em; color:#F00" id="aa"></label>
<script>
  setInterval("aa.innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());",1000);
</script>
</body>
</html>

Apr
13

ASP判断数字是否整形     2009

 16:05    387    0   noel 程序 代码 源码 不指定
  function   isInteger(para) '判断数字是否整形  
                on   error   resume   next  
                dim   str  
                dim   l,i  
                if   isNUll(para)   then    
                      isInteger=false  
                      exit   function  
                end   if  
                str=cstr(para)  
                if   trim(str)=""   then  
                      isInteger=false  
                      exit   function  
                end   if  
                l=len(str)  
                for   i=1   to   l  
                        if   mid(str,i,1)>"9"   or   mid(str,i,1)<"0"   then  
                              isInteger=false    
                              exit   function  
                        end   if  
                next  
                isInteger=true  
                if   err.number<>0   then   err.clear  
  end   function
Apr
13

利用getrows进行分页源码 ASP分页     2009

 15:43    242    0   noel 程序 代码 源码 不指定
getrows分页代码
利用getrows进行分页源码 ASP分页
Apr
13

元素的class与ID命名常用关键字     2009

 15:12    136    0   noel 程序 代码 源码 不指定
元素的class与ID命名常用关键字
容    器:container/box
头    部:header
主 导 航:mainNav
子 导 航:subNav
顶 导 航:topNav
网站标志:logo
大 广 告:banner  
jQueryAPI  jQueryAPI中文手册
jQuery API最新的中文手册,jQuery是一个JAVASCRIPT框架,自面世以来,以其快速、简洁,能够很轻易地处理HTML文档、控制事件、给页面添加动画和Ajax效果等功能使多很多WEB编程者对其非常热爱,本手册旨在帮助广大jQuery爱好者快速了解jquery库,以及为jquery开发者提供一份快速查询的手册。压缩包中附有jquery-1.2.6版的框架集。

jQuery API最新的中文手册 jquery-API_CHM.rar

Apr
13

jQuery 源码+实例+注释 [新手提高速成]     2009

 14:18    515    0   noel 程序 代码 源码 不指定
jQuery 源码+实例+注释 [新手提高速成]
个人觉得比较全面 代码注释也比较好的jQuery实例。详细源码和源码注释
内容分三部分 ,循序渐进 ,
地一部分主要针对新手上路的基本函数用法,
第二部分是一些加强函数篇
第三部分是json+jsp的几个例子。
Apr
13

一个很简单的PHP分页类     2009

 13:12    259    0   noel 程序 代码 源码 不指定
一个很简单的PHP分页类
Apr
13

face=webdings face=wingdings     2009

 11:13    306    0   noel 程序 代码 源码 不指定
face=webdings face=wingdings
关于face=webdings face=wingdings  (注:针对FireFox,这个字体不起什么作用)

9


0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z , . / ' [ ] \ \ = - < > ? : \ " { } | + _ ) ( * & ^ % $ # @ ! ` ~



0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z , . / ' [ ] \ \ = - < > ? : \ " { } | + _ ) ( * & ^ % $ # @ ! ` ~
Apr
13

ASP分页 ASP分页案例     2009

 11:08    195    0   noel 程序 代码 源码 不指定
ASP分页 ASP分页案例 经典的ASP分页案例
Apr
13

左菜单收缩     2009

 10:43    262    0   noel 程序 代码 源码 不指定
左菜单收缩
分页: 4/16 第一页 上页 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 下页 最后页 [ 显示模式: 摘要 | 列表 ]