上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 33 下一页
摘要: 1、先去chrome实验室界面chrome://flags/#enable-ephemeral-flash-permission选择取消Disabled。取消该实验室选项。 2、然后去chrome://settings/content/flash即可添加。 阅读全文
posted @ 2018-10-16 16:03 xh_Blog 阅读(816) 评论(0) 推荐(0) 编辑
摘要: js-code如下: 说明:window.parent.parent.document——表示当前页面的父页面的父页面(爷爷页面);如:$("#person_name_paste",window.parent.parent.document).val('xxx')表示给爷爷页面的id为person_ 阅读全文
posted @ 2018-09-18 18:30 xh_Blog 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 今天看到了Integer的这个方法,有点疑惑,查了下,做下笔记; 1.intValue()是java.lang.Number类的方法,Number是一个抽象类。Java中所有的数值类都继承它。也就是说,不单是Integer有intValue方法,Double,Long等都有此方法。 2.此方法的意思 阅读全文
posted @ 2018-09-18 15:44 xh_Blog 阅读(6618) 评论(0) 推荐(0) 编辑
摘要: ?limit=5&empstatus=001&isAddOp=yes',600,500);" class="buttoncls" valu... 阅读全文
posted @ 2018-09-13 15:41 xh_Blog 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 2018.9.5:复选框回显、全选、非全选、cookie处理、json数组对象转换处理学习笔记 阅读全文
posted @ 2018-09-13 15:41 xh_Blog 阅读(571) 评论(0) 推荐(0) 编辑
摘要: js代码: jsp代码: 阅读全文
posted @ 2018-09-10 11:38 xh_Blog 阅读(190) 评论(0) 推荐(0) 编辑
摘要: html-code 阅读全文
posted @ 2018-09-10 11:07 xh_Blog 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: $('#loanbegindate').datebox({ onSelect:function(date){ changeDate(); } }); $('#loanterm,#loantermtype').change(function(){ changeDate(); }); function changeDate(){ var ... 阅读全文
posted @ 2018-09-07 18:36 xh_Blog 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 计算两个时间差的问题 function getDateIsMatching(){ var pactbegindate=$("#loanbegindate").datetimebox("getValue"); var pactenddate=$("#loanenddate").datetimebox( 阅读全文
posted @ 2018-09-07 13:53 xh_Blog 阅读(942) 评论(0) 推荐(0) 编辑
摘要: 不定时更新 阅读全文
posted @ 2018-09-07 09:08 xh_Blog 阅读(221) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 33 下一页