上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页
摘要: 转自: http://www.cnblogs.com/hejunrex/archive/2011/11/17/2252193.html 官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validation jQuery plugin: 阅读全文
posted @ 2017-11-30 09:35 jamess 阅读(146) 评论(0) 推荐(0) 编辑
摘要: IntelliJ IDEA的自动提示貌似是区分大小写的,首字母小写的话,怎么都提示不出来。 File>Settings>editor >general >code completion >case sensitive completion >none 阅读全文
posted @ 2017-11-22 17:40 jamess 阅读(851) 评论(0) 推荐(0) 编辑
摘要: 转自 http://www.jb51.net/article/27444.htm jquery加载页面的方法(页面加载完成就执行),建议大家看下windows.onload与$(document).ready之间的区别。 1、$(function(){ $("#a").click(function( 阅读全文
posted @ 2017-11-15 13:15 jamess 阅读(179422) 评论(0) 推荐(0) 编辑
摘要: 原文连接 http://blog.csdn.net/lhl6688/article/details/42874109 BEGIN DECLARE V_COUNT INTEGER; -- 表中记录的行数 V_INT_VAL MY_TEST.ONLY_INT%TYPE; -- 使用%TYPE关键字参照某 阅读全文
posted @ 2017-10-26 10:06 jamess 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 原文: http://www.jb51.net/article/41124.htm onMouseDown 按下鼠标时触发 onMouseOver 鼠标经过时触发 onMouseUp 按下鼠标松开鼠标时触发 onMouseOut 鼠标移出时触发 onMouseMove 鼠标移动时触 阅读全文
posted @ 2017-09-19 14:42 jamess 阅读(582) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/148a1921ab75d04d71c3b1b5.html https://jingyan.baidu.com/article/642c9d343557e9644b46f743.html 阅读全文
posted @ 2017-09-08 15:29 jamess 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blog.csdn.net/hdfyq/article/details/52805836 【缘由】在工作流数据库设计的时候, 都节点管理的功能。 结果有2个字段为 NODE_TYPE, NODE_NAME, 在编辑的时候,form表单load出现问题, 字段为nodeType和n 阅读全文
posted @ 2017-08-23 15:05 jamess 阅读(289) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript">document.write('这里是内容');</script> 阅读全文
posted @ 2017-08-21 14:38 jamess 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 正常情况下用的方法 http://jingyan.baidu.com/article/851fbc37c0d72d3e1e15ab6e.html 找不到 microsoft xps document writer 时使用这个方法 http://jingyan.baidu.com/article/fc 阅读全文
posted @ 2017-08-11 16:16 jamess 阅读(109) 评论(0) 推荐(0) 编辑
摘要: HTML DOM readyState 属性 readyState 属性返回当前文档的状态(载入中……)。 调用方式:document.readyState uninitialized - 还未开始载入 loading - 载入中 interactive - 已加载,文档与用户可以开始交互 jQue 阅读全文
posted @ 2017-06-07 10:01 jamess 阅读(13444) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页