博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
iDragon Space
中国龙 龙腾天下
sinodragon21.cublog.cn
管理博客
发表文章
留言
收藏夹
· Social Views
· 技术连接池
}
· Operating system
· Linux Links
· 好友连接池
· 外语连接池
}
· Tutorials Foreign Websites
· Studying Abroad
· English
· Korean
· 其他
博客圈
音乐
相册
文章
· 个人日记
· 技术天地
}
· MS Office使用方法备忘录
· Java Planet
· Linux planet
· Windows Planet
· Web Planet
· 财经理财
· 谈天说地
· 第二职业
}
· English Planet
· Japanese Planet
· 读书声
· 梦工厂
· Words under the cloud
首页
关于作者
姓名:中国龙 职业: 年龄: 位置:中国 China 个性介绍:
||
<<
>>
||
我的分类
文章列表 - Web Planet
用CSS实现GroupBox
<STRONG>GroupBox looking CSS</STRONG> <HR style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: rgb(238,238,238); PADDING-TOP: 3px; BORDER-BOTTOM: medium none; ……
查看全文
发表于:2007-11-15 ┆
阅读(190)
┆
评论(0)
VMware's Workstation, GSX, and ESX
by <a href="http://search.techrepublic.com.com/search/Steven" warren="" mcse,="" mcdba="" .html="">Steven "Warren MCSE, MCDBA"</a> | Nov 25, 2003<br><br><b>Takeaway:</b> Virtual machines appear to be part of the next wave of server-based computing, and VMware remains the leading provider of this technology. Learn the distinctions between VMware's Workstation, GSX Server, and ESX Server products.<br><br><span style="font-weight: bold;">Main:</span><br>VMware Workstation and its virtu……
查看全文
发表于:2007-11-09 ┆
阅读(173)
┆
评论(0)
onblur事件(当该对象失去焦点是触发)
<h1>onblur Event</h1> <hr> <a href="http://www.w3schools.com/jsref/jsref_events.asp"><img class="navup" src="http://www.w3schools.com/images/up.gif" alt="Event Reference" border="0"> Complete Event Reference</a> <hr> <h2>Definition and Usage</h2> <p>The onblur event occurs when an object loses focus.</p> <h2>Syntax</h2> <table class="ex" id="table1" border="1" cellspacing="0" width="100%"> <tbody><tr> <td> <pre>onblur="SomeJavaScriptCode"</pre> </td> </tr> </tb……
查看全文
发表于:2007-11-06 ┆
阅读(343)
┆
评论(0)
Prototype: Easing AJAX's Pain (2)
<h3>Objective View</h3> <p>The <code>CO2Levels</code> object definition appears in a different JavaScript file, aptly named <em>co2.js</em>. Figure 1-2 shows a UML class diagram describing the object.</p> <p><img src="http://www.xml.com/2006/04/05/graphics/co2_object.png" alt="UML class diagram" height="230" width="188"><br> <em>Figure 1-2. UML class diagram</em></p> <p>Here is the entire code for the <code>CO2Levels</code> object. The first line instantiates a new object, using sy……
查看全文
发表于:2007-11-05 ┆
阅读(147)
┆
评论(0)
Prototype: Easing AJAX's Pain (1)
This article describes Prototype, an open source JavaScript library to create an object for an AJAX application. I explain how to use Prototype by describing an environmentally oriented web application that displays an annual atmospheric carbon dioxide (CO2) level. First, I will discuss Prototype's benefits and describe how to set up Prototype in your application. Second, I will delve into the nitty-gritty of how this application puts the library to good practical use. <h3>Why Protot……
查看全文
发表于:2007-11-05 ┆
阅读(156)
┆
评论(0)
how to calculate the start number of each page?
<DIV>int startNum = (currentPage - 1) * maxRowNumOfEachPage;</DIV>
查看全文
发表于:2007-10-29 ┆
阅读(259)
┆
评论(0)
Prototype快乐学习(通俗易懂)
<H2>Easy Ajax with Prototype <SPAN class=credit>by Drew McLellan</SPAN></H2> <P>There’s little more impressive on the web today than a appropriate touch of Ajax. Used well, Ajax brings a web in……
查看全文
发表于:2007-10-29 ┆
阅读(226)
┆
评论(0)
在web页面上捕捉方向键
<DIV>← 37 ↑ 38 → 39 ↓ 40<BR><style><BR>.t{text-align: center}<BR></style><BR><body onkeydown="e()"></DIV> <DIV><br><center><INPUT TYPE="text" NAME="t" value=上 cl……
查看全文
发表于:2007-10-25 ┆
阅读(249)
┆
评论(0)