摘要:
<?php /** * @param int $type 1生成昵称,2生成姓名 * //汉语 - 给用户自动生成昵称 */ function nickname($type = 1){ /** * 随机昵称 形容词 */ $nicheng_tou=['迷你的','鲜艳的','飞快的','真实的',' 阅读全文
摘要:
html页面: <div class="header-search"> <a id='search_btn' href="javascript:;">搜索</a> </div> <div class="s-wrap"><!--搜索--> <div class="content"> <input id 阅读全文
摘要:
首先在index.php里 添加 <?php // + // | ThinkPHP [ WE CAN DO IT JUST THINK ] // + // | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved. // + / 阅读全文
摘要:
首先下载phpExcel 这里我们只用到了Classes这个文件,将Classes重命名为PHPExcel放到vendor目录下就可以。 public function daochu(){ $xlsData = Db('member')->select(); Vendor('PHPExcel.PHP 阅读全文
摘要:
truncate table 表名; 比如 truncate table user('user为表名') 阅读全文