会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
敦煌定若远,一信动经年
有志者事竟成,破釜沉舟,百二秦关终属楚;苦心人天不负,卧薪尝胆,三千越甲可吞吴。
博客园
首页
新随笔
订阅
管理
上一页
1
2
3
4
5
6
7
···
9
下一页
2019年12月25日
给键值添加相同的键名 + 给键值添加不同的键名
摘要: var rJson = {} rJson.Status = this.roomStatus var list = this.changeStatusRoomNos.split(',') rJson.RoomList = [] list.forEach(element => { var obj = {
阅读全文
posted @ 2019-12-25 09:10 _0123456789
阅读(257)
评论(0)
推荐(0)
2019年12月17日
优惠券样式
摘要: <template> <div class="container"> <div class="list"> <ul> <li class="coupon" v-for="item in VipInfo.CouponList" :key="item.Id"> <div class="coupon-le
阅读全文
posted @ 2019-12-17 10:57 _0123456789
阅读(551)
评论(0)
推荐(0)
2019年12月3日
vue条形码+二维码
摘要: <template> <section style="height: 100vh;" class="bg"> <div class="cardtype"><i class="pos fa fa-diamond fa-lg" :style="{color: '#FFFFFF'}"></i> {{Vip
阅读全文
posted @ 2019-12-03 09:46 _0123456789
阅读(559)
评论(0)
推荐(0)
vue点击跳转拨号界面
摘要: <a :href="'tel:' + VipInfo.HotelPhone" style="text-decoration:none;color:black;opacity:.5;">{{VipInfo.HotelPhone}}</a>
阅读全文
posted @ 2019-12-03 09:39 _0123456789
阅读(475)
评论(0)
推荐(0)
2019年11月21日
vue+nginx配置二级域名
摘要: 【1】修改路由文件 【2】修改配置文件 【3】修改本机nginx配置文件 【4】修改服务器nginx配置文件 【5】重启nginx文件,用二级域名访问 http://192.168.199.xxx:7777/jenneywxvip/ https://xxxx.xxxxxxx.com:7777/jen
阅读全文
posted @ 2019-11-21 16:10 _0123456789
阅读(2657)
评论(0)
推荐(0)
2019年11月15日
Window下,前后端分离项目,登录权限验证中的,Redis相关操作
摘要: 【1】官网下载Redis(解压版) https://redis.io/download 【2】切换到目录下打开DOS,执行指令启动Redis redis-server.exe redis.windows.conf 【3】开机自启动命令 redis-server --service-install r
阅读全文
posted @ 2019-11-15 14:08 _0123456789
阅读(341)
评论(0)
推荐(0)
2019年10月28日
Ubuntu环境下Postgres源码文件编译安装步骤
摘要: step1:官网下载postgres源码 URL:https://www.postgresql.org/ftp/source/ step2:解压源码文件 step3:移动解压后的文件到安装目录 step4:执行./configure命令 指定安装后的可执行文件资源目录 step5:执行make命令
阅读全文
posted @ 2019-10-28 16:34 _0123456789
阅读(917)
评论(0)
推荐(0)
2019年10月24日
修改input标签placeholder文字颜色
摘要: input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; } input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #c
阅读全文
posted @ 2019-10-24 13:29 _0123456789
阅读(249)
评论(0)
推荐(0)
2019年10月18日
取地址栏query
摘要: GetQueryParm () { var name, value var str = window.location.href var num = str.indexOf('?') str = str.substr(num + 1) var arr = str.split('&') for (va
阅读全文
posted @ 2019-10-18 10:14 _0123456789
阅读(224)
评论(0)
推荐(0)
2019年10月12日
element-ui表格合计不显示&被遮挡问题
摘要: step1:修改全局样式 step2:有分页器被遮挡时,可以直接给分页器设置margin-top special:如果介意无数据时表格底部与分页器间隔过大,可针对有无数据两种情况,给分页器设置不同margin-top
阅读全文
posted @ 2019-10-12 09:36 _0123456789
阅读(4357)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
9
下一页
公告