//生成授权链接 scope不能使用 静默授权:snsapi_base 使用手动授权:snsapi_privateinfo 或者 snsapi_userinfo'https://open.weixin.qq.com/connect/oauth2/au...
$PHPExcel = new \PHPExcel(); // 添加工作表 $objWorkSheet = $PHPExcel->createSheet(); // 设置工作表下标 $PHPExcel->setActi...
v-clock [v-cloak]{ display: none; } var app =new Vue({ el:'#app' ...
$arr=[1,5,3,6,7,9,8];// 小到大function bulu_s_b($arr){ $len = count($arr); for ($i = 0; $i < $len -1; $i++) {//循环对比的轮数...
cmd命令行运行 msinfo32
import { WxCode , WxLogin } from '@/api/user.js' WxCode({ callback_url: 'http://m.test.com/#/pages/index/wx...
server{ listen 80; server_name cc.test.com 10.155.75.71; index index.php index.html index.htm default.php default.ht...
SELECT COLUMN_NAME 列名, DATA_TYPE 字段类型, COLUMN_COMMENT 备注, COLUMN_TYPE 数据类型, IS_NULLABLE 是否为空, COLUMN_DEFAULT 默认值FROM informat...
class Totree{ public function school_totree(){ $list=[ ['id'=>1,'name'=>'学校','pid'=>0], ['id'...
windows命令界面输入 npm config set registry https://registry.npm.taobao.org
php 参数存在 keyValue 只返回已选中数据 /** * @description: 学校下部门 * @return {*} */ public function school_dept() ...
php /** * @description: 类型列表 * @return {*} */ public function get_type_list() { $params=$thi...
1、Turbo Console Log 生成console.logCtrl+Alt+L 选中变量生成console.logShift+Alt+C 注释所有console.logShift+Alt+U 打开所有注释console.logShift+Al...
header(‘Content-Type:text/html; charset= utf-8’); $zipname='压缩文件名称'; $zip = new ZipArchive; //压缩文件名 中文转gbk $file...