03 2020 档案
摘要:一、截图 二、解决 修改application\database.php // 数据集返回类型 'resultset_type' => 'array', 改为 // 数据集返回类型 'resultset_type' => 'collection',
阅读全文
摘要:一、创建配置文件 在application/extra目录下创建white.php 二、读取配置文件 $white = Config::get('white');
阅读全文
摘要:一、效果图 二、使用示例 1、html代码 <div class="layui-form-item layui-form-text"> <label class="layui-form-label">授权菜单:</label> <div class="layui-input-block"> <div
阅读全文
摘要:一、效果图 1、小程序 二、源码 <template> <view> <scroll-view scroll-x class="bg-white nav" scroll-with-animation :scroll-left="scrollLeft"> <view class="cu-item" :
阅读全文
摘要:一、uni-app教程 官网地址:https://uniapp.dcloud.io/ 二、积累 Uniapp 之我的手写签名 Uni-app 之IOS生成Universal Link(通用链接) Uni-app 之IOS苹果账号登录 Uni-app 之uni-push1.0服务端推送 Uni-app
阅读全文
摘要:一、APP <template> <view> <!-- #ifdef APP-PLUS --> <button class="" @click="appLogin">APP微信授权登录</button> <!-- #endif --> </view> </template> <script> ex
阅读全文
摘要:更新 一、前台界面 二、后台界面 有需要源码的朋友可以联系我的QQ:2575404985 GitHub:https://github.com/yangsphp/person-blog-master
阅读全文
摘要:一、效果图 二、代码 public function articlePage() { $cat_id = $this->input->get("catid"); $search = $this->input->get("search"); $current_page = intval($this->
阅读全文
摘要:一、效果图 二、代码 <?php /** * Created by PhpStorm. * User: 25754 * Date: 2020/3/5 * Time: 15:46 */ defined('BASEPATH') OR exit('No direct script access allow
阅读全文
摘要:一、下载 http://ueditor.baidu.com/website/download.html#ueditor 二、效果图 三、示例 引入js <script type="text/javascript" src="<?php echo base_url() ?>static//plugin
阅读全文
摘要:一、问题 你在网上下载的ajaxfileuploa.js在使用的时候可能会给你报错误: Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method ‘handleError' 这是因为高版本
阅读全文
摘要:一、下载 链接:https://pan.baidu.com/s/142uKHWKRywXOdLoLEYUJDw 提取码:wwzm 二、效果图 三、示例 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>keyb
阅读全文