
值得推荐的国外VPS,搭建节点或者独立站挺适合
Hostinger https://hostinger.com Linode https://www.linode.com Vultr https://www.vultr.com Megalayer https://www.megalay...
Hostinger https://hostinger.com Linode https://www.linode.com Vultr https://www.vultr.com Megalayer https://www.megalay...
在 Windows 10 笔记本电脑的触摸板上试用这些手势。 选择项目:点击触摸板。 滚动:将两个手指放在触摸板上,然后以水平或垂直方向滑动。 放大或缩小:将两个手指放在触摸板上,然后收缩或拉伸。 显示更多命令(类似于右键单击):使用两根手...
下载magento2 git https://github.com/magento/magento2/releases 根目录执行 composer install 安装依赖(时间挺长)
打印当前sql语句: $collection->getSelect(true);exit;
Linux登陆 redis-cli window redis-cli.exe -h 127.0.0.1 -p 6389 登陆使用密码 auth abc123 2.查询所有的key : keys * 3.查询某一个key : get ke...
网上那些缓存试、换个浏览器了都没用,都知道使用无痕,第一条很重要,网上查询别人让设置null 捣鼓一晚上没成功 php bin/magento config:set web/cookie/cookie_domain yt.w3cwang.c...
第一步:在对用的php.ini 文件中将:max_input_vars = 20000 (数据尽量大点)不够就加到100000 刷新登录页登录查看是否正常 若是依然报错:Invalid Form Key. Please refresh th...
ps -aux |grep -v grep|grep 2486 2486是PID,查看哪个程序或者文件夹在执行的进程 根据时间段查找Linux的日志文件,下面第一个是准确的时间段,日志没有两个准确的时间是过滤不出来,第二个是加入正则给的时...
前面是要复制到达的目录,多个请用空格间隔,xargs 后面是从哪里复制 echo /www/wwwroot/www.folddeals.com/index.php | xargs -n 1 cp -v /www/wwwroot/m1ind...
pgrep -x mysqld &> /dev/null if [ $? -ne 0 ];then bash /www/server/panel/script/rememory.sh /etc/init.d/my...