03 2020 档案

摘要:一、截图 二、解决 修改application\database.php // 数据集返回类型 'resultset_type' => 'array', 改为 // 数据集返回类型 'resultset_type' => 'collection', 阅读全文
posted @ 2020-03-27 14:52 样子2018 阅读(9664) 评论(0) 推荐(0)
摘要:一、创建配置文件 在application/extra目录下创建white.php 二、读取配置文件 $white = Config::get('white'); 阅读全文
posted @ 2020-03-27 14:42 样子2018 阅读(597) 评论(0) 推荐(0)
摘要:一、效果图 二、使用示例 1、html代码 <div class="layui-form-item layui-form-text"> <label class="layui-form-label">授权菜单:</label> <div class="layui-input-block"> <div 阅读全文
posted @ 2020-03-26 13:17 样子2018 阅读(2170) 评论(0) 推荐(0)
摘要:一、效果图 1、小程序 二、源码 <template> <view> <scroll-view scroll-x class="bg-white nav" scroll-with-animation :scroll-left="scrollLeft"> <view class="cu-item" : 阅读全文
posted @ 2020-03-23 14:15 样子2018 阅读(2404) 评论(2) 推荐(0)
摘要:一、uni-app教程 官网地址:https://uniapp.dcloud.io/ 二、积累 Uniapp 之使用renderjs实现APP中腾讯地图搜索定位选点 Uniapp 之renderjs解决swiper+多个video卡顿问题 Uniapp 之我的手写签名 Uni-app 之IOS生成U 阅读全文
posted @ 2020-03-19 19:37 样子2018 阅读(869) 评论(0) 推荐(0)
摘要:一、APP <template> <view> <!-- #ifdef APP-PLUS --> <button class="" @click="appLogin">APP微信授权登录</button> <!-- #endif --> </view> </template> <script> ex 阅读全文
posted @ 2020-03-19 14:34 样子2018 阅读(12036) 评论(0) 推荐(1)
摘要:更新 一、前台界面 二、后台界面 有需要源码的朋友可以联系我的QQ:2575404985 GitHub:https://github.com/yangsphp/person-blog-master 阅读全文
posted @ 2020-03-10 15:09 样子2018 阅读(453) 评论(0) 推荐(0)
摘要:一、效果图 二、代码 public function articlePage() { $cat_id = $this->input->get("catid"); $search = $this->input->get("search"); $current_page = intval($this-> 阅读全文
posted @ 2020-03-07 11:36 样子2018 阅读(397) 评论(0) 推荐(0)
摘要:一、效果图 二、代码 <?php /** * Created by PhpStorm. * User: 25754 * Date: 2020/3/5 * Time: 15:46 */ defined('BASEPATH') OR exit('No direct script access allow 阅读全文
posted @ 2020-03-07 11:29 样子2018 阅读(345) 评论(0) 推荐(0)
摘要:一、下载 http://ueditor.baidu.com/website/download.html#ueditor 二、效果图 三、示例 引入js <script type="text/javascript" src="<?php echo base_url() ?>static//plugin 阅读全文
posted @ 2020-03-07 08:35 样子2018 阅读(1874) 评论(1) 推荐(0)
摘要:一、问题 你在网上下载的ajaxfileuploa.js在使用的时候可能会给你报错误: Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method ‘handleError' 这是因为高版本 阅读全文
posted @ 2020-03-06 10:21 样子2018 阅读(348) 评论(0) 推荐(0)
摘要:一、下载 链接:https://pan.baidu.com/s/142uKHWKRywXOdLoLEYUJDw 提取码:wwzm 二、效果图 三、示例 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>keyb 阅读全文
posted @ 2020-03-04 10:09 样子2018 阅读(932) 评论(0) 推荐(0)