上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 27 下一页
摘要: <template> <div> <h1>demo11</h1> <h2>文字无缝滚动+停顿滚动 -- CSS动画</h2> <div class="text-container"> <div class="inner-container"> <p class="text" v-for="(text 阅读全文
posted @ 2020-08-05 10:35 ___mouM 阅读(1344) 评论(0) 推荐(6) 编辑
摘要: methods : { //禁止滚动 stop(){ var mo=function(e){ e.preventDefault(); }; document.body.style.overflow='hidden'; document.addEventListener("touchmove",mo, 阅读全文
posted @ 2020-07-31 14:28 ___mouM 阅读(2914) 评论(0) 推荐(21) 编辑
摘要: import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStr 阅读全文
posted @ 2020-07-14 17:55 ___mouM 阅读(611) 评论(0) 推荐(2) 编辑
摘要: xAxis: { type: 'category', name:"Time(S)", boundaryGap: false, data: result.xAxisArry, axisLine: { onZero: false // 重点 } }, 阅读全文
posted @ 2020-07-10 10:35 ___mouM 阅读(5294) 评论(0) 推荐(39) 编辑
摘要: mytextStyle={ color:"#333", //文字颜色 fontStyle:"normal", //italic斜体 oblique倾斜 fontWeight:"normal", //文字粗细bold bolder lighter 100 | 200 | 300 | 400... fo 阅读全文
posted @ 2020-07-10 10:26 ___mouM 阅读(1054) 评论(0) 推荐(7) 编辑
摘要: dataZoom=[ //区域缩放 { id: 'dataZoomX', show:true, //是否显示 组件。如果设置为 false,不会显示,但是数据过滤的功能还存在。 backgroundColor:"rgba(47,69,84,0)", //组件的背景颜色 type: 'slider', 阅读全文
posted @ 2020-07-10 10:11 ___mouM 阅读(1167) 评论(0) 推荐(5) 编辑
摘要: import java.math.BigDecimal; import java.util.LinkedList; import java.util.List; import java.util.stream.IntStream; /** * 26/52进制与10进制互转工具类 * * @autho 阅读全文
posted @ 2020-06-19 09:36 ___mouM 阅读(378) 评论(0) 推荐(1) 编辑
摘要: <div> <h1>ssssssssssssssssssssss</h1> </div> <style> div { text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50 阅读全文
posted @ 2020-06-13 10:06 ___mouM 阅读(1807) 评论(0) 推荐(13) 编辑
摘要: var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 var isOpera = userAgent.indexOf("Opera") > -1; if (isOpera) {//判断是否Opera浏览器 return "Opera" } 阅读全文
posted @ 2020-06-12 15:04 ___mouM 阅读(6091) 评论(0) 推荐(18) 编辑
摘要: package com.get; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.sp 阅读全文
posted @ 2020-06-11 15:38 ___mouM 阅读(1287) 评论(0) 推荐(7) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 27 下一页