上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: /** * @return 获取bin文件 */public function getBin(){ $sql = Db::connect("***")->table('***')->order('id','desc')->find(); if ($sql){ //打开文件转化为16进制 $url = 阅读全文
posted @ 2020-07-03 15:59 祈愿仙帝 阅读(392) 评论(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 祈愿仙帝 阅读(115) 评论(0) 推荐(0) 编辑
摘要: //安装完会显示版本 composer require jpush/jpush 阅读全文
posted @ 2020-06-03 12:22 祈愿仙帝 阅读(651) 评论(0) 推荐(0) 编辑
摘要: 安装 composer require phpoffice/phpspreadsheet //use \PhpOffice\PhpSpreadsheet\Spreadsheet; //use \PhpOffice\PhpSpreadsheet\IOFactory;//use \PHPExcel_St 阅读全文
posted @ 2020-06-02 16:02 祈愿仙帝 阅读(3038) 评论(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 祈愿仙帝 阅读(1001) 评论(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 祈愿仙帝 阅读(635) 评论(0) 推荐(0) 编辑
摘要: 在tp5中一般自定义的扩展类,都放在extend下面。 1.入口文件public文件夹下的index.php入口文件中定义extend, 加入 define('EXTEND_PAH','../extend'); 2.在extennd文件加下新建自己的文件夹,将自己的类放进去,命名空间不需要写exte 阅读全文
posted @ 2020-04-29 18:23 祈愿仙帝 阅读(657) 评论(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 祈愿仙帝 阅读(1801) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/a53657561/java/article/details/64982411推荐资料:https://www.cnblogs.com/jiafeimao-dabai/p/9561763.htmlhttps://www.cnblogs.com/f 阅读全文
posted @ 2020-04-09 09:54 祈愿仙帝 阅读(791) 评论(0) 推荐(0) 编辑
摘要: jquery版 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-sc 阅读全文
posted @ 2020-04-06 00:59 祈愿仙帝 阅读(214) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页