摘要:
php pdo备份数据库方法 备份表数据: create table tmp_article_info select * from article_info 删除字段id ALTER TABLE sss DROP id; 还原表数据: truncate table tmp_article_info1 阅读全文
摘要:
手机H5支持视频的比特率最好在1600 音频 采样率22050 比特率32 阅读全文
摘要:
linux 安装imagick方法 php5.4以上都能用 下面的imagick客户端和 phpimagick都可以安装最新的 ImageMagick 安装(第一步) ImageMagick网址http://www.imagemagick.org/script/install-source.php首 阅读全文
摘要:
lnmp一键安装包 成功运行thinkphp的方法 index必须在根目录下 然后路径是这样的 <?php // + // | ThinkPHP [ WE CAN DO IT JUST THINK ] // + // | Copyright (c) 2006-2014 http://thinkphp 阅读全文
摘要:
NAVICAT文件名目录或卷标语法不正确怎么办 解决方法如下 路径改成英文就好 阅读全文
摘要:
阿里云SSL 免费证书申请方法 进去ssl 一个个点过去 就行了 肯定能找到 然后最后验证 如果域名不是在本账号买的 用上传文件方式验证。。就行 阅读全文
摘要:
chkconfig iptables off && service iptables stop 这个方法绝对是对的 网上大部分 都是错误的 还要过滤防火墙规则 iptables -t filter -F 阅读全文
摘要:
PHP 面向对象的特性 抽象类和接口 先看下普通的类的实现和重写 <?php header("Content-type:text/html;charset=utf-8"); class P { public $age; public $name = "我叫张三"; public function _ 阅读全文
摘要:
详解mixphp的依赖注入控制反转 1 先看下java spring的方式 spring 原理 控制反转 1 获取xml 2 getbean获取xml 的id 来创建类 3 调用类的方法 依赖注入 4就是改了xml配置 就可以注入了。。 下面说下mixphp 1 获取配置文件 $context = 阅读全文
摘要:
swoole mixphp swoolefor热更新使用方法 /usr/local/php7.3/bin/php /home/swoolefor.phar --exec="/usr/local/php7.3/bin/php /home/mix/bin/mix.php web" --no-inotif 阅读全文