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(1440) Comments(0) Diggs(0) Edit
SELECT GROUP_CONCAT(name) FROM sys_dict WHERE type = 1; Read More
posted @ 2020-08-05 11:23 周紫妍 Views(130) Comments(0) Diggs(0) Edit
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(235) Comments(0) Diggs(0) Edit
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(1237) Comments(0) Diggs(0) Edit
<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(2537) Comments(0) Diggs(0) Edit
<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(606) Comments(0) Diggs(0) Edit
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(220) Comments(0) Diggs(0) Edit
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(4666) Comments(0) Diggs(0) Edit
posted @ 2020-06-03 14:10 周紫妍 Views(134) Comments(0) Diggs(0) Edit
members是个list Read More
posted @ 2020-06-03 11:26 周紫妍 Views(764) Comments(0) Diggs(0) Edit