6 seconds ago 1 views 0 comments
安装使用increase-memory-limit 插件,增加NODE的内存限制 全局安装 npm install -g increase-memory-limit 然后在需要增加内存的项目中执行 increase-memory-limit Plea...
2 weeks ago (11-02) 73 views 0 comments
Edit php.ini remove the semi-colon ‘;’ before extension=zip Please indicate: 无趣的人生也产生有意思的事件 » git was not f...
4 weeks ago (10-25) 113 views 0 comments
1.遇到问题,先一步一步打印出结果 先在catalog\controller\checkout\cart.php 尝试打印输出数据 仅存在金额及数量无法正常加载 2.在 /system/storage/modification/catalog/con...
1 months ago (10-18) 106 views 0 comments
前提条件 如果您是在服务器上手动卸载Agent(即服务器管理员通过应用程序在服务器上卸载Agent等方式),执行卸载操作前,您必须先在云安全中心控制台为该服务器关闭防病毒和客户端自保护开关,才能成功卸载Agent。关闭防病毒和客户端自保护开关的具体操...
1 months ago (10-17) 92 views 0 comments
Symptoms When running various functions such as MultiPHP or command that utilize the yum system, errors similar to the follow...
3 months ago (08-22) 191 views 0 comments
今天在网上看到wisecp 有开心补丁,还是不错的,赶紧下载下来试了一下,不错是开心过的。不过ioncube加密过的内容不知道安全不安全,有没有后门 https://www.nullpro.net/res/wisecp-web-hosting-bil...
3 months ago (08-21) 200 views 0 comments
https://status.search.google.com/summary This page provides status information on the services that are part of Google Search...
3 months ago (08-13) 184 views 0 comments
博主最近在进行Laravel框架的优化,需要安装PHP扩展runkit,博主也是开始习惯性的百度、谷歌查找一波,奈何有个的教程或者博客少之又少,又或者是轻描淡写,根本无法查看。 最终经过东拼西凑终于完成了安装,博主也打算将这个过程分享给大家,避免大家...
3 months ago (08-13) 186 views 0 comments
$objPatch = new Patch(ABSPATH . 'wp-content/plugins/a-plugin/code.php'); $objPatch->renameClass("Patched_AClass", "Patched...
3 months ago (08-13) 161 views 0 comments
d d d d d d d d var maxtime = 1 * 60; // function CountDown() { if (maxtime >= 0) { minutes = Math.floor(maxtime / 60); se...