会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
样子2018
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
52
下一页
2022年3月29日
Vue 之使用cookie
摘要: 一、安装与使用 npm install vue-cookies 在main.js中引入cookies import Vue from 'vue' import VueCookies from 'vue-cookies' Vue.use(VueCookies) 二、基本API 1、设置全局配置,设置c
阅读全文
posted @ 2022-03-29 15:54 样子2018
阅读(2981)
评论(0)
推荐(0)
2022年3月28日
微信 之浏览器内置对象WeixinJSBridge
摘要: 一、功能 WeixinJSBridge.call('closeWindow'); //关闭当前页面 WeixinJSBridge.call('hideToolbar'); //隐藏右下面工具栏 WeixinJSBridge.call('showToolbar'); //显示右下面工具栏 Weixin
阅读全文
posted @ 2022-03-28 08:56 样子2018
阅读(347)
评论(0)
推荐(0)
2022年3月24日
Vue + ElementUI + TP5 万能表单系统
摘要: 一、效果图
阅读全文
posted @ 2022-03-24 10:39 样子2018
阅读(413)
评论(0)
推荐(0)
2022年3月11日
Vue 之自定义表单设计
摘要: 更新说明 2022-03-17 新增上传图片、视频、文件组件 一、效果图 演示:https://yangsphp.github.io/vue-admin/index.html 二、源码 下载:https://gitee.com/yang1015/vue-admin
阅读全文
posted @ 2022-03-11 10:17 样子2018
阅读(946)
评论(0)
推荐(0)
2022年3月8日
Vue 之$on,$emit的使用
摘要: 一、说明 $on:监听事件 $emit:触发监听事件 二、代码 1、本页面 <template> <section> <h1>left</h1> <el-button type="primary" @click="isClick">点击</el-button> </section> </templa
阅读全文
posted @ 2022-03-08 14:16 样子2018
阅读(265)
评论(0)
推荐(0)
2022年3月4日
PHP + CI框架 + AdminLITE OA合同管理系统
摘要: 下载地址:https://github.com/yangsphp/contract-master 一、效果图
阅读全文
posted @ 2022-03-04 10:56 样子2018
阅读(236)
评论(0)
推荐(0)
2022年3月3日
Js插件 之pdf.js修改显示标题
摘要: 一、查找 打开viewer.js 搜索 setTitleUsingUrl定位到代码如图位置 二、修改 setTitleUsingUrl: function pdfViewSetTitleUsingUrl(url) { this.url = url; try { this.setTitle((TITL
阅读全文
posted @ 2022-03-03 10:19 样子2018
阅读(1129)
评论(0)
推荐(0)
2022年3月2日
Js插件 之pdf阅读器
摘要: 一、效果图 二、代码 1、1.1.9版本 https://gitee.com/yang1015/pdf-reader 使用:viewer.html中 2、pdfjs-2.5.207版本 https://gitee.com/yang1015/pdf-reader2 使用:http://localhos
阅读全文
posted @ 2022-03-02 15:58 样子2018
阅读(286)
评论(0)
推荐(0)
2022年2月25日
Vue 之简单element-ui后台框架
摘要: 一、效果 演示:https://yangsphp.github.io/vue-admin 源码:https://gitee.com/yang1015/vue-admin 二、参考手册 element-ui:https://element.eleme.cn/#/zh-CN/component/inst
阅读全文
posted @ 2022-02-25 14:43 样子2018
阅读(572)
评论(1)
推荐(0)
Js 之移动端自适应rem.js
摘要: 一、代码 1rem = 100px (function (doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize',
阅读全文
posted @ 2022-02-25 11:19 样子2018
阅读(192)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
52
下一页
公告