02 2018 档案
摘要:$ sudo apt install --reinstall libnss3
阅读全文
摘要:1015 history grep |mysql
阅读全文
摘要:$fileList = array( "site_upload/form_file_clause_extend/20180224/1519456901_1481718257.jpg", "site_upload/form_file_clause_extend/20180224/1519456901_1481718257.jpg" ...
阅读全文
摘要:if(_each_this_type_name == 'post_num'){ var patrn = /^[a-zA-Z0-9]{3,12}$/; if(!patrn.test(_each_this_val)){ alert(_each_this_name + "没填写或格式错误"); direct_btn = false; _each_t...
阅读全文
摘要:$("input[type='text']").each(function(){ if($(this).data('parent_id')){ var _each_this_parent_id = parseInt($(this).data('parent_id')); if(_each_this_parent_id != ...
阅读全文
摘要:var radio_checked_array = []; $("input[type='radio']").each(function(){ if($(this).attr('checked') == 'checked'){ var _each_this_val = parseInt($(this).val()); ...
阅读全文
摘要:("input[name='approve']:checked").val() //获取radio选中的值;var radio_checked_val = ("#form_step_1_ejs_append_id input[name='1']:checked").val();//这个判断语句,
阅读全文
摘要:ob_clean(); realname = "姓名"; schoolname = "学校"; idcard = "身份证号"; image = imagecreatefrompng('certification.png'); // 证书模版图片文件的路径 red = imagecolorallocate(...
阅读全文
摘要:$('.main_div').each(function(){ product_id = parseInt((this).data('id')); product_num = parseInt((this).data('num')); productList_array.productList.push({"productId":pro...
阅读全文
摘要:http://www.thinkphp.cn/topic/30740.html
阅读全文