收集PHP中的坑
小李 10年前 (2016-11-09) 4295浏览
1,PHP7中以下代码出现Uncaught Error: Cannot use string offset as an array $children = ''; foreach ($category as $cid => $cate) { $...
小李 10年前 (2016-11-09) 4295浏览
1,PHP7中以下代码出现Uncaught Error: Cannot use string offset as an array $children = ''; foreach ($category as $cid => $cate) { $...
小李 10年前 (2016-11-05) 3324浏览
#GIT命令 切换服务器地址 git remote set-url origin https://git.oschina.net/xxxx/yyyy.git 查看当前分支 git branch 添加所有文件,注意有点 git add . 提交 git...
小李 10年前 (2016-11-03) 7583浏览
1#创建sawap dd if=/dev/zero of=/var/swap bs=1024 count=512000 (512000个block,1个block为1K,空间是512M) /sbin/mkswap /var/swap /sbin/sw...