会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
石头记1
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
13
下一页
2021年11月2日
easyui2
摘要: datagrid绑值时不能有重复的字段,如果需要使用重复字段需要在获取数据后$(len).each自建一个字段 列表分页 .datagrid-row-selected {background-color: transparent;} 取消点击行变色 点击行中的<button>会自动刷新页面的问题,要
阅读全文
posted @ 2021-11-02 10:26 石头记1
阅读(8)
评论(0)
推荐(0)
2021年11月1日
easyui1
摘要: 登录 容器居中body { background: #038bf6 url(/Content/images/bg.jpg) no-repeat fixed center; background-size:cover; } <div class="login_bginner" style="posit
阅读全文
posted @ 2021-11-01 11:20 石头记1
阅读(18)
评论(0)
推荐(0)
2021年10月27日
ckplayer禁用拖动和h5移动端uniapp视频隐藏进度条
摘要: ckplayer.json { "config": { //通用配置 "fullInteractive": true, //是否开启交互功能 "delay": 30, //延迟加载视频,单位:毫秒 "timeFrequency": 100, //计算当前播放时间和加载量的时间频率,单位:毫秒 "au
阅读全文
posted @ 2021-10-27 17:42 石头记1
阅读(3128)
评论(0)
推荐(0)
计时器
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
posted @ 2021-10-27 15:25 石头记1
阅读(21)
评论(0)
推荐(0)
练习
摘要: //实现指定多少时间后执行callback const wait = (delay,callback) => { let p = new Promise((res,rej)=>{ setTimeout(()=>{ res(callback) },delay) }).then((callback)=>
阅读全文
posted @ 2021-10-27 09:23 石头记1
阅读(53)
评论(0)
推荐(0)
2021年10月25日
实现跨层组件通信(Vue3___defineComponent)
摘要: 常用的父子组件通信方法: //父组件 <template> <my-header :title="title" @changeTitle="changeTitle"></my-header> </tempale> <script> import myHeader from "@/components
阅读全文
posted @ 2021-10-25 14:34 石头记1
阅读(2349)
评论(0)
推荐(0)
2021年10月22日
身份证号自动生成性别、出生日期和年龄
摘要: <el-form-item label="身份证号" prop="identityCardNo"> <el-input v-model.trim="dataList.identityCardNo" autocomplete="off" placeholder="请输入身份证号" maxlength=
阅读全文
posted @ 2021-10-22 17:14 石头记1
阅读(0)
评论(0)
推荐(0)
2021年10月20日
微信内置浏览器h5监听手机返回键
摘要: vant: mounted(){ //手机后退键 let self = this; if (window.history && window.history.pushState) { $(window).on('popstate', function () { self.goback(); });
阅读全文
posted @ 2021-10-20 14:49 石头记1
阅读(1128)
评论(0)
推荐(0)
2021年10月18日
ECharts柱状图线形图
摘要: <div id="main" style="width: 100%;height:510px;"></div> var myChart = echarts.init(document.getElementById('main'));//创建拿到外面,里面判断没有值可以清空 var len = msg
阅读全文
posted @ 2021-10-18 15:59 石头记1
阅读(576)
评论(0)
推荐(0)
easyui日期到月份
摘要: <input id="StatisticsList_StartDate" editable="false" name="StatisticsList_StartDate" class="easyui-datebox" style="width: 130px" /> <input id="Statis
阅读全文
posted @ 2021-10-18 15:54 石头记1
阅读(104)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
13
下一页
公告