- 大家讲道理
- 浏览量9888 | 粉丝347 | 关注2
-
2017-04-11 10:33:14
- linux安装php 模块--with-mysql --with-mysqli非得需要安装mysql吗
- linux centos 环境下,安装php.5.3./configure --prefix=/usr/local/php/ --with-config-file-path=/usr/local/php/etc/ --enable-soap --enable-fpm --enable-mbstring \--with-curl --with-mysql -with-mysqli ...
-
0
3
1015
-
2017-04-11 10:33:06
-
2017-04-11 10:33:06
-
2017-04-11 10:33:02
-
2017-04-11 10:33:02
- thinkphp3.2.3 使用phpmailer错误
- 使用的是QQ邮箱配置文件代码<?php return array( {代码...} ); 'MAIL_SECURE' => 'ssl'这个的时候是 'MAIL_SECURE' => 'tls'这个的时候是一直localhost请求很久都没反应
-
0
2
381
-
2017-04-11 10:32:54
-
2017-04-11 10:32:53
-
2017-04-11 10:32:31
- xampp - laravel连接oracle问题,如何启用php的oci8扩展?
- laravel连接oracle问题 经了解,通过composer安装了yajra/laravel-oci8,在config/app.php中添加了Yajra\Oci8\Oci8ServiceProvider::class,终端执行$ php artisan vendor:publish --tag=oracle后,配置了config...
-
0
1
429
-
2017-04-11 10:32:21
-
2017-04-11 10:32:20
- php的preg_match_all()匹配不到指定的字符串求解?
- demo: {代码...} 目标字符串$html,希望匹配<div class="p-img">,发现最后输出的$out是一直是empty,如何才能正确的匹配所有的结果,求正则高手指点 找到答案之后的补充说明: 利用爬虫从网络上获取到的do...
-
0
3
528