会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
周紫妍
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
2
3
下一页
2020年8月13日
div中内容超过div长度后显示。。。
li { width:200px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; }div { width:200px; white-space:nowrap; tex
Read More
posted @ 2020-08-13 16:57 周紫妍
Views(1455)
Comments(0)
Diggs(0)
2020年8月5日
某一字段的值用逗号分隔
SELECT GROUP_CONCAT(name) FROM sys_dict WHERE type = 1;
Read More
posted @ 2020-08-05 11:23 周紫妍
Views(137)
Comments(0)
Diggs(0)
2020年7月28日
日期转换为中文
public static void main(String[] args){ SpringApplication.run(Application.class, args); // String dateString = "2020-07-08"; SimpleDateFormat sdf=new
Read More
posted @ 2020-07-28 14:57 周紫妍
Views(264)
Comments(0)
Diggs(0)
2020年7月10日
ant design vue 保留登录页,取消动态路由
1.让菜单生成不经过动态路由 修改 src/router/index.js import Vue from 'vue' import Router from 'vue-router' import { constantRouterMap, asyncRouterMap } from '@/confi
Read More
posted @ 2020-07-10 08:50 周紫妍
Views(1282)
Comments(0)
Diggs(0)
2020年7月1日
vue用栅格布局布大屏展示页面
<template> <div class="home" id="home"> <Row :gutter="14"> <Col span="6"> <div class="row-div1"> <Flex direction="row" style="width: 100%;height: 100%
Read More
posted @ 2020-07-01 18:34 周紫妍
Views(2587)
Comments(0)
Diggs(0)
iview 栅格一行分五个,可用于不是24的公因数
<Row :gutter="20"> <Col style="float: left;width: 20%;"> <div style="border: 1px solid;"> 1111 </div> </Col> <Col style="float: left;width: 20%;"> <di
Read More
posted @ 2020-07-01 18:27 周紫妍
Views(642)
Comments(0)
Diggs(0)
时间转换为正常格式
renderTime(date) { var dateee = new Date(date).toJSON(); return new Date(+new Date(dateee) + 8 * 3600 * 1000).toISOString().replace(/T/g, ' ').replace
Read More
posted @ 2020-07-01 18:26 周紫妍
Views(230)
Comments(0)
Diggs(0)
2020年6月15日
SimpleDateFormat 与时区
Date now=new Date(); //yyyy年MM月dd日 HH时mm分ss秒 HH为24小时 hh为12小时 //yy/MM/dd HH:mm //yyyy-MM-dd HH:mm:ss == now.toLocaleString(); 格式可以自由组合,不受年月日 : 时分限制等限制
Read More
posted @ 2020-06-15 19:08 周紫妍
Views(4852)
Comments(0)
Diggs(0)
2020年6月3日
iview表单数字验证
Read More
posted @ 2020-06-03 14:10 周紫妍
Views(141)
Comments(0)
Diggs(0)
js根据某字段排序
members是个list
Read More
posted @ 2020-06-03 11:26 周紫妍
Views(770)
Comments(0)
Diggs(0)
上一页
1
2
3
下一页
公告