上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 34 下一页
摘要: http://www.bkjia.com/Javascript/987917.html 阅读全文
posted @ 2017-12-08 10:55 ConfidentLiu 阅读(1237) 评论(0) 推荐(0) 编辑
摘要: js获取父页面的元素可以用$(window.parent.document).find("#customer_id").val();这里的customer_id表示父页面某一个元素的id。比如:父页面有一个隐藏的input框<input id="customer_id" type="hidden" 阅读全文
posted @ 2017-12-08 10:21 ConfidentLiu 阅读(4538) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/guihaijinfen/article/details/8363839 http://www.cnblogs.com/hafiz/p/5715523.html 史上最全web.xml配置文件元素详解 一、web.xml配置文件常用元素及其意义预览 1 <w 阅读全文
posted @ 2017-12-08 09:56 ConfidentLiu 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 怎样在CSS样式中设置背景的透明度,下面一个具体的实例。把类为box的层设为透明。<div class="box"></div><style>.box{width:300px; height:200px; margin:0 auto; boxder:1px solid #ccc; backgroun 阅读全文
posted @ 2017-12-07 23:23 ConfidentLiu 阅读(26171) 评论(0) 推荐(1) 编辑
摘要: https://www.cnblogs.com/jin-/p/4646202.html asp.net 树形控件 $.fn.zTree.init 在网页中通过jquery脚本来构筑树形控件将是一个不错的选择,比如有一个文本框,当鼠标点击的时候,像弹出一个下拉框一样弹出一个树形控件,这似乎是一个不错的 阅读全文
posted @ 2017-12-04 16:31 ConfidentLiu 阅读(27052) 评论(0) 推荐(0) 编辑
摘要: jsp学习: http://www.runoob.com/jsp/jstl-function-contains.html jsp中 自定义标签学习: https://www.cnblogs.com/flying607/p/5063207.html 详细 EL 表达式看本地电脑中磁盘 阅读全文
posted @ 2017-12-01 16:42 ConfidentLiu 阅读(143) 评论(0) 推荐(0) 编辑
摘要: (1)JQuery EasyUI 1.4.2 版本中的 DateTimeBox(时间日期输入框) 参考本地帮助文档。 (2)jquery.datetimepicker 单独使用的包 只为时间日期 参考 https://www.cnblogs.com/Lau7/p/5485216.html; http 阅读全文
posted @ 2017-11-23 10:03 ConfidentLiu 阅读(347) 评论(0) 推荐(0) 编辑
摘要: jsp中c标签的使用 核心标签库 它是JSTL中的核心库,为日常任务提供通用支持,如显示和设置变量、重复使用一组项目、测试条件和其他操作(如导入和重定向Web内容)。Core标签按功能可分为4种类型:1 变量维护:(1)<c:set>:设置变量值和对象属性。语法如下: <c:set value="值 阅读全文
posted @ 2017-11-22 10:05 ConfidentLiu 阅读(9534) 评论(0) 推荐(0) 编辑
摘要: 【struts2】<package>的配置:https://www.cnblogs.com/ningvsban/p/3734562.html struts2 具体学习资料 :http://www.iteye.com/topic/1124526 阅读全文
posted @ 2017-11-21 11:22 ConfidentLiu 阅读(119) 评论(0) 推荐(0) 编辑
摘要: <context:component-scan>使用说明 http://blog.csdn.net/chunqiuwei/article/details/16115135 阅读全文
posted @ 2017-11-20 21:09 ConfidentLiu 阅读(329) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 34 下一页