摘要:
1、先去chrome实验室界面chrome://flags/#enable-ephemeral-flash-permission选择取消Disabled。取消该实验室选项。 2、然后去chrome://settings/content/flash即可添加。 阅读全文
摘要:
js-code如下: 说明:window.parent.parent.document——表示当前页面的父页面的父页面(爷爷页面);如:$("#person_name_paste",window.parent.parent.document).val('xxx')表示给爷爷页面的id为person_ 阅读全文
摘要:
今天看到了Integer的这个方法,有点疑惑,查了下,做下笔记; 1.intValue()是java.lang.Number类的方法,Number是一个抽象类。Java中所有的数值类都继承它。也就是说,不单是Integer有intValue方法,Double,Long等都有此方法。 2.此方法的意思 阅读全文
摘要:
?limit=5&empstatus=001&isAddOp=yes',600,500);" class="buttoncls" valu... 阅读全文
摘要:
2018.9.5:复选框回显、全选、非全选、cookie处理、json数组对象转换处理学习笔记 阅读全文
摘要:
$('#loanbegindate').datebox({ onSelect:function(date){ changeDate(); } }); $('#loanterm,#loantermtype').change(function(){ changeDate(); }); function changeDate(){ var ... 阅读全文
摘要:
计算两个时间差的问题 function getDateIsMatching(){ var pactbegindate=$("#loanbegindate").datetimebox("getValue"); var pactenddate=$("#loanenddate").datetimebox( 阅读全文
摘要:
不定时更新 阅读全文