上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: filter_var('123456@163.com',FILTER_VALIDATE_EMAIL) 阅读全文
posted @ 2020-07-27 19:14 祈愿仙帝 阅读(472) 评论(0) 推荐(0)
摘要: return [ // 数据库类型 'content'=>[ // 主库 'type' => 'mysql', // 服务器地址 'hostname' => '127.0.0.1', // 数据库名 'database' => '123', // 用户名 'username' => '123', / 阅读全文
posted @ 2020-07-22 09:12 祈愿仙帝 阅读(409) 评论(0) 推荐(0)
摘要: /** * @return 获取bin文件 */public function getBin(){ $sql = Db::connect("***")->table('***')->order('id','desc')->find(); if ($sql){ //打开文件转化为16进制 $url = 阅读全文
posted @ 2020-07-03 15:59 祈愿仙帝 阅读(438) 评论(0) 推荐(0)
摘要: 原链接:https://www.cnblogs.com/wangyang0210/p/10644057.html#autoid-0-0-0 #准备 yum install -y wget #下载安装 wget https://nodejs.org/dist/v10.15.3/node-v10.15. 阅读全文
posted @ 2020-06-04 18:33 祈愿仙帝 阅读(118) 评论(0) 推荐(0)
摘要: //安装完会显示版本 composer require jpush/jpush 阅读全文
posted @ 2020-06-03 12:22 祈愿仙帝 阅读(667) 评论(0) 推荐(0)
摘要: 安装 composer require phpoffice/phpspreadsheet //use \PhpOffice\PhpSpreadsheet\Spreadsheet; //use \PhpOffice\PhpSpreadsheet\IOFactory;//use \PHPExcel_St 阅读全文
posted @ 2020-06-02 16:02 祈愿仙帝 阅读(3142) 评论(0) 推荐(0)
摘要: 资料连接: https://www.iteye.com/blog/zxs19861202-1532460 http://www.voidcn.com/search/hxjzwm <?php namespace notice; use JPush\Exceptions\APIConnectionExc 阅读全文
posted @ 2020-06-02 09:17 祈愿仙帝 阅读(1026) 评论(0) 推荐(0)
摘要: //将ssl证书认证关闭即可 $option=array('ssl'=>array('verify_peer' => false,'verify_peer_name' => false)); $html = file_get_contents($rd['content_url'],false,str 阅读全文
posted @ 2020-06-01 16:15 祈愿仙帝 阅读(684) 评论(0) 推荐(0)
摘要: 在tp5中一般自定义的扩展类,都放在extend下面。 1.入口文件public文件夹下的index.php入口文件中定义extend, 加入 define('EXTEND_PAH','../extend'); 2.在extennd文件加下新建自己的文件夹,将自己的类放进去,命名空间不需要写exte 阅读全文
posted @ 2020-04-29 18:23 祈愿仙帝 阅读(676) 评论(0) 推荐(0)
摘要: 源链接:https://blog.csdn.net/qq_44373419/article/details/93619068 官网:https://www.echartsjs.com/zh/index.html <div class="echarts" id="years" style="heigh 阅读全文
posted @ 2020-04-16 16:13 祈愿仙帝 阅读(1889) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 下一页