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

快速实现鼠标移上的浮动层显示     2009

 16:09    149    0   noel 程序 代码 源码 不指定
快速实现鼠标移上的浮动层显示
html
<a href="#" title="body=[这里是浮动层的内容]">鼠标移上来看看1</a>
<br />
<a href="#" title="body=[这里是浮动层的内容],header=[标题内容]">鼠标移上来看看2</a>
Apr
14

显示时间日期     2009

 15:46    111    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

网站SEO优化     2009

 21:13    505    0   jane SEO  网站 优化 不指定
网站建设_网站SEO优化
网名:noel,致力于WEB开发,ASP和PHP相关技术的学习与研究
目前在厦门某公司做OA管理、英文外贸网站SEO优化和网站开发相关工作。
如需 网页设计 / 网站建设 / 网站SEO优化 / 百度 雅虎 Google 网站优化推广,
        网站改版 / 网站修改 / 程序错误修改 (ASP / PHP 量少免费) 可联系我。
网站SEO优化,优化成功再付费

QQ:7914314 (请注明:网站建设或者SEO优化)
Email:7914314@qq.com
Tel:13850040622
Apr
13

ASP判断数字是否整形     2009

 16:05    265    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    120    0   noel 程序 代码 源码 不指定
getrows分页代码
利用getrows进行分页源码 ASP分页
Apr
13

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

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

厦门注册会计师报名(2009)     2009

 14:04    491    0   noel 问题 解决 方案 不指定
厦门注册会计师报名-2009年厦门注册会计师考试报名
福建省厦门市2009年注册会计师报名时间的通知(新考试制度,原考试制度,补报名时间)
厦门市2009年度注册会计师全国统一考试报名有关问题的通知
Apr
13

一个很简单的PHP分页类     2009

 13:12    148    0   noel 程序 代码 源码 不指定
一个很简单的PHP分页类
分页: 12/43 第一页 上页 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 下页 最后页 [ 显示模式: 摘要 | 列表 ]