
Web
文章平均质量分 63
iteye_10366
这个作者很懒,什么都没留下…
展开
-
JS面向对象编程
http://hi.baidu.com/ruan083de/blog/item/e76fdfc6e6776dbf8226aca5.html http://www.cnblogs.com/yanzhexian/articles/1801199.html http://www.cnblogs.com/uedt/archive/2010/06/24/1764561.html pr...原创 2012-02-06 10:51:08 · 165 阅读 · 0 评论 -
JS正则 备忘
http://www.iteye.com/topic/30728 http://www.w3school.com.cn/js/jsref_replace.asp原创 2012-01-10 16:21:13 · 125 阅读 · 0 评论 -
JS事件冒泡浏览器兼容
Event keyCode:http://unixpapa.com/js/key.html from:http://www.cnblogs.com/manhoo/archive/2009/10/09/1579643.html&http://blog.csdn.net/jackpk/archive/2010/10/18/5948021.aspx 不同浏览...原创 2011-06-16 11:06:56 · 219 阅读 · 0 评论 -
CSS样式
自动换行设定宽度:word-wrap\word-break\white-space:normal\width ---------------------------------------------------------------------------------------------------------------span,a行级元素高度设置:加上display...原创 2011-06-08 13:47:02 · 102 阅读 · 0 评论 -
Javascript5-jquery
jquery api: http://visualjquery.com/ http://jquery-api-zh-cn.googlecode.com/svn/trunk/index.html jquery效果: http://interface.eyecon.ro/ from:http://topic.csdn.net...原创 2011-01-27 15:34:20 · 140 阅读 · 0 评论 -
JSON
java开源的东西.多。51cto://---------------------------------概念http://book.51cto.com/art/200808/84136.htmJSON是一种用于数据交换的文本格式。其作用是提供结构化数据的一种表示,而不依赖于所用的语言和平台。使用这种格式,可以在不同语言编写的应用程序之间交换数据,而且可以在不同机器上运行应用程...原创 2011-01-21 15:53:58 · 124 阅读 · 0 评论 -
CSS 层定位FLOATDISPLAYVISIBILITY
//图片滚动http://www.kxbd.com/mylab/080807slidenavigation/http://www.w3school.com.cn/css/css_positioning.asphttp://blog.csdn.net/IBM_hoojo/archive/2010/09/29/5913899.aspx【元素页面像素位置】 【fl...原创 2011-01-01 15:11:08 · 117 阅读 · 0 评论 -
CSS定位
另一篇:http://blog.csdn.net/phqm/archive/2009/07/29/4391054.aspx 感谢原作者http://book.51cto.com/art/200806/76234.htm 在CSS中关于定位的内容是:position:relative | absolute | static | fixed static 没有特别的设定,遵循...2011-01-01 12:23:47 · 136 阅读 · 0 评论 -
CSS-设计网站(DIV盒子模型)
.盒子模型以及定位的不错文章出处忘记感谢作者:www.blueidea.com网页设计http://down.chinavisual.com/网页素材http://down.chinavisual.com/stuff/c1/?ref=stuff_list_sidebar视觉中国下吧 http://www.52design.com/...原创 2011-01-01 11:04:08 · 843 阅读 · 0 评论 -
原理性知识总结
1.spring框架bean bean配置http://spinlock.blog.51cto.com/607469/327794bean实例化http://developer.51cto.com/art/200907/137884.htm 1.Servlet生命周期http://book.51cto.com/art/200808/84955.htmhttp:/...原创 2010-11-04 22:18:48 · 724 阅读 · 0 评论 -
JavaScript4
http://www.w3school.com.cn/js/jsref_obj_math.asp parseInt(string, radix) string必需。要被解析的字符串。radix可选。表示要解析的数字的基数。该值介于 2 ~ 36 之间。如果省略该参数或其值为 0,则数字将以 10 为基础来解析。如果它以 “0x” 或 “0X” 开头,...原创 2010-10-14 18:50:49 · 156 阅读 · 0 评论 -
Spring-JdbcTemplate
JdbcTemplate事务操作: <bean id="dataSource"class="org.springframework.jndi.JndiObjectFactoryBean"><property name="jndiName" value="数据源JNDI名字" />//weblogic</bean><bea2010-04-30 14:06:29 · 107 阅读 · 0 评论 -
CSS-右键菜单DIV TABLE
DIV:动态增减DIV:[u][color=blue]总有bug.不停的右键 就只会增加子节点![/color][/u]XX.js: 刷新增加子节点:设置的样式和属性不好用// var o = document.getElementById("divMenu"+MenuNum);// var newdiv = document.cre...2010-04-20 10:53:11 · 200 阅读 · 0 评论 -
JSP分页
[u][color=blue]分页[/color][/u]用rownum较多Oracle数据库的rownum在Oracle数据库中,分页方式没有MySql这样简单,它需要依靠rownum来实现.Rownum表示一条记录的行号,值得注意的是它在获取每一行后才赋予.因此,想指定rownum的区间来取得分页数据在一层查询语句中是无法做到的,要分页还要进行一次查询.Hibern...2010-04-17 13:29:45 · 84 阅读 · 0 评论 -
JavaScript3
[color=blue][u]右键弹出菜单:[/u][/color]//-----------------------------------------------------//右键弹出菜单function showMenu(obj){document.getElementById("sltid").value = obj;var menudiv = docum...2010-04-15 13:44:57 · 104 阅读 · 0 评论 -
JavaScript2
1.单选按钮123/*Radio*/function dispRadio(){var item_v = document.getElementsByName("rdo"); :wink: for(var i =0;i2010-04-13 16:12:12 · 132 阅读 · 0 评论 -
JavaScript1
from:http://www.tsolong.com/post/352.htmlclientX 设置或获取鼠标指针位置相对于窗口客户区域的 x 坐标,其中客户区域不包括窗口自身的控件和滚动条。 clientY 设置或获取鼠标指针位置相对于窗口客户区域的 y 坐标,其中客户区域不包括窗口自身的控件和滚动条。 offsetX 设置或获取鼠标指针位置相对于触发事件的对象的 x 坐标。 ...2010-03-22 17:10:45 · 187 阅读 · 0 评论 -
webwork框架
[size=xx-small][color=gray]1.webwork标签教材:http://dev.csdn.net/article/30/30460.shtm-------struts2.0网络:http://poorboy030103.blog.163.com/blog/static/54635147200922952753691/------嵌套循环http://...2009-07-02 20:41:39 · 151 阅读 · 0 评论 -
关于框架开发
纪念:JAR Library Installation(jar文件复制的目录)2种方式区别:1.Add checked Libraries to project build-path:把build-path中引入的包指向myeclipse中lib的位置,就是把myeclipse中你需要的lib作为外部(exterial)包导入, 没有拷贝到项目的lib目录. 2.Copy checke...2009-06-18 00:05:03 · 77 阅读 · 0 评论 -
页面常用部分
HTML+XHTML+CSS+JavaScript+DOM+AJAX语法及范例实用辞典( 张亚飞 (作者))JSP中文乱码:--页面自身编码pageEncoding以及IE访问用编码 --数据传到后台前设子字符编码1.单选按钮123/*Radio*/function dispRadio(){var item_v ...2009-05-25 22:39:18 · 93 阅读 · 0 评论