上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 49 下一页
摘要: 一、创建配置文件 在application/extra目录下创建white.php 二、读取配置文件 $white = Config::get('white'); 阅读全文
posted @ 2020-03-27 14:42 样子2018 阅读(588) 评论(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 阅读(2129) 评论(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 阅读(2389) 评论(2) 推荐(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 阅读(12002) 评论(0) 推荐(1) 编辑
摘要: 更新 一、前台界面 二、后台界面 有需要源码的朋友可以联系我的QQ:2575404985 GitHub:https://github.com/yangsphp/person-blog-master 阅读全文
posted @ 2020-03-10 15:09 样子2018 阅读(449) 评论(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 阅读(391) 评论(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 阅读(333) 评论(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 阅读(1860) 评论(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 阅读(343) 评论(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 阅读(918) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 49 下一页