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