摘要:
<img />就算他不设置地址 在手机上 他默认是黑色背景的 所以 display:none才是真正不显示 阅读全文
posted @ 2019-11-12 14:47
newmiracle宇宙
阅读(123)
评论(0)
推荐(0)
摘要:
PHP __destruct触发时间 1 对象被null2 对象被unset3 对象用完自动触发 阅读全文
posted @ 2019-11-12 14:44
newmiracle宇宙
阅读(477)
评论(0)
推荐(0)
摘要:
mysql explain简单用法当输出有type 不是all的时候 就加索引优化 变成type=ref是最好状态 阅读全文
posted @ 2019-11-12 14:43
newmiracle宇宙
阅读(60)
评论(0)
推荐(0)
摘要:
PHP多继承的简单写法 采用的是interface 然而继承没用extend<pre><?php interface father{ function shuchu(); } interface mother{ function dayin($my); } interface fam extends 阅读全文
posted @ 2019-11-12 14:43
newmiracle宇宙
阅读(108)
评论(0)
推荐(0)
摘要:
linux vi常用命令 /这个向下搜索?向上搜索ctrl+r 撤销的反义词u 撤销a 插入:wq保存退出!q 不保存强制退出 阅读全文
posted @ 2019-11-12 14:42
newmiracle宇宙
阅读(54)
评论(0)
推荐(0)
摘要:
linux tar -zxvf xx.tar.gz参数详解 x : 从 tar 包中把文件提取出来z : 表示 tar 包是被 gzip 压缩过的,所以解压时需要用 gunzip 解压v : 显示详细信息f xxx.tar.gz : 指定被处理的文件是 xxx.tar.gz ps:打包可以采取tar 阅读全文
posted @ 2019-11-12 14:40
newmiracle宇宙
阅读(691)
评论(0)
推荐(0)
摘要:
linux redis安装教程(nginx和apache都通用) 1、下载源码,解压缩后编译源码。 $ wget http://download.redis.io/releases/redis-2.8.12.tar.gz$ tar xzf redis-2.8.3.tar.gz$ cd redis-2 阅读全文
posted @ 2019-11-12 14:37
newmiracle宇宙
阅读(77)
评论(0)
推荐(0)
摘要:
netstat -ntlp 展示当前使用的端口Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 2088/redis-ser 阅读全文
posted @ 2019-11-12 14:36
newmiracle宇宙
阅读(5546)
评论(2)
推荐(0)
摘要:
which redis-cli 找到相应路径 删除redis相关文件 然后再把进程删了就好了 阅读全文
posted @ 2019-11-12 14:35
newmiracle宇宙
阅读(415)
评论(0)
推荐(0)
摘要:
chown root:wordpress redis.php 效果-rwxrwxr-x 1 root wordpress 436 Oct 18 08:53 redis.php这样wordpress ftp账号 就拥有组权限了 阅读全文
posted @ 2019-11-12 14:34
newmiracle宇宙
阅读(103)
评论(0)
推荐(0)