11 2020 档案

摘要:<?php namespace app\index\controller; class Index { public function index(){ $this->excelout(); } /** * 百万级数据导出 */ public function excelout(){ //不限制执行 阅读全文
posted @ 2020-11-25 20:16 Abner3721 阅读(174) 评论(0) 推荐(0) 编辑
摘要:<form id="parkSys_bind_edit_form" name="parkSys_bind_edit_form" method="POST" action="{:url('card/savepost')}"> <ul class="addinput"> <li><span>绑定方式:< 阅读全文
posted @ 2020-11-23 13:35 Abner3721 阅读(73) 评论(0) 推荐(0) 编辑
摘要:# 准备 #1. 准备表 create table s1( id int, name varchar(20), gender char(6), email varchar(50), first_name char(10), last_name char(10) ); #2. 创建存储过程,实现批量插 阅读全文
posted @ 2020-11-19 22:38 Abner3721 阅读(487) 评论(0) 推荐(0) 编辑
摘要:<?php namespace app\common\fun; class HttpClient { /** * 发起请求 * @param string $url 请求地址 * @param string $param 请求数据包 * @return string 请求返回数据 */ public 阅读全文
posted @ 2020-11-12 15:40 Abner3721 阅读(96) 评论(0) 推荐(1) 编辑