摘要: 小程序抓包 1.下载雷电模拟器 2.下载安装好后在模拟器上安装微信 3.微信安装好后登陆微信 4.耐心等待 微信正常登陆 5.耐心等待小程序正常加载 6.耐心等待小程序正常打开 7.将文件保存到共享文件夹 8.此时小程序包已经拿出 等待解码 /data/data/com.tencent.mm/Mic 阅读全文
posted @ 2022-09-13 16:03 谢凌 阅读(484) 评论(0) 推荐(0)
摘要: 1.查看显示器 连接线是否连接正常,针脚有无错位 1.2.更换vga插口位置 切换独立显卡 为集成显卡 2.更换显示器到正常电脑确定是否是显示器的问题 3.如果这之前尝试仍未解决问题就考虑打开机箱,打开机箱看内存条是否松动,取出内存条,用橡皮擦拭金手指,更换卡槽尝试 4.拆机箱显卡挡板,取出显卡,擦 阅读全文
posted @ 2022-09-13 16:02 谢凌 阅读(1083) 评论(0) 推荐(0)
摘要: bootstrap.app.inc.php 文件当中隐藏获取微信客户信息 if(intval($_W['uniacid'])!=43) { $oauth_account = WeAccount::create($_W['account']['oauth']); $forward = $oauth_a 阅读全文
posted @ 2022-09-13 15:53 谢凌 阅读(17) 评论(0) 推荐(0)
摘要: 修改人人商城支付后报错“服务器暂时无法处理您的请求,请稍后重试“ 支付后出现“服务器暂时无法处理您的请求,请稍后重试” 修改文件 /addons/ewei_shopv2/template/mobile/default/order/pay/success.html 259行左右引用了百度地图的JS, 阅读全文
posted @ 2022-09-13 15:41 谢凌 阅读(376) 评论(0) 推荐(0)
摘要: date H是24小时制 纽约时间要减去8个小时 //判断如果是正常时间类型,不用处理时差 if($is_date){ $date_s= strtotime($date); }else{ $date= date('Y/m/d H:i:s',\PHPExcel_Shared_Date::ExcelTo 阅读全文
posted @ 2022-09-13 15:35 谢凌 阅读(56) 评论(0) 推荐(0)
摘要: phpstrom无法运行,使用管理员权限启动 设置快捷方式管理员权限运行 关闭uac通知,从不提示 阅读全文
posted @ 2022-09-13 15:29 谢凌 阅读(18) 评论(0) 推荐(0)
摘要: /* * * * author * 循环生成insert语句 * * */ public function bigdatasql() { $name = array(); $xyname = array(); $zbname = array(); foreach($name as $k = >$v) 阅读全文
posted @ 2022-09-13 15:08 谢凌 阅读(58) 评论(0) 推荐(0)
摘要: if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; } 阅读全文
posted @ 2022-09-13 15:05 谢凌 阅读(21) 评论(0) 推荐(0)
摘要: var formData = new FormData(document.querySelector("#guestbook_form")); $.ajax({ url: "/send_submit", type: 'post', data: formData, processData: false 阅读全文
posted @ 2022-09-13 15:01 谢凌 阅读(34) 评论(0) 推荐(0)
摘要: window.onload = function (){ // Pc var detailHeight = $("#newsInfo").height()+400; $("#layout_diy_1484042021").css("height",detailHeight+"px"); var de 阅读全文
posted @ 2022-09-13 14:59 谢凌 阅读(14) 评论(0) 推荐(0)
摘要: 1.确认不是驱动的问题 2.按f8进入安全模式 3.进入系统后重启 阅读全文
posted @ 2022-09-13 14:43 谢凌 阅读(306) 评论(0) 推荐(0)
摘要: https://debugx5.qq.com/?from=singlemessage 阅读全文
posted @ 2022-09-13 11:53 谢凌 阅读(72) 评论(0) 推荐(0)
摘要: $documentRoot = $_SERVER['DOCUMENT_ROOT']; file_put_contents($documentRoot.'/log.txt',print_r('xxxxxxxxxxx',true),FILE_APPEND); 阅读全文
posted @ 2022-09-13 11:51 谢凌 阅读(24) 评论(0) 推荐(0)
摘要: UPDATE table_nameSET name = REPLACE (name,'class1','class4'); 阅读全文
posted @ 2022-09-13 11:48 谢凌 阅读(53) 评论(0) 推荐(0)
摘要: linux命令 apache 开启关闭 service httpd start 启动 service httpd restart 重新启动 service httpd stop 停止服务 服务器系统资源占用 df -h 阅读全文
posted @ 2022-09-13 11:46 谢凌 阅读(13) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-09-13 10:50 谢凌 阅读(28) 评论(0) 推荐(0)