- 博客(6)
- 资源 (2)
- 收藏
- 关注
原创 css上下左右居中
css居中:display: flex;justify-content: center;align-items: center;
2021-04-02 16:25:24
129
转载 判断监听系统网络状态
package com.asset.utils;import java.io.BufferedReader;import java.io.InputStream;import java.io.InputStreamReader;import java.text.SimpleDateFormat;import java.util.Dateimport javax.servlet.http...
2020-04-29 17:23:39
245
原创 js添加语音播报功能
//语音播报function anounce(text){ //转码 text = encodeURI(text); //这个是调用百度的语音播报 document.getElementById("gaojingYin").innerHTML = "<audio autoplay=\"autoplay\"><source src=\"http://tts.baidu.c...
2020-04-29 15:53:06
916
原创 table表格实现第一列固定
首先是css的样式,根据自己页面再调整宽高之类的属性,这里是我自己页面的:table { table-layout:fixed; }th { position:-webkit-sticky; position:sticky; }thead tr th { top:0; }thead tr th:first-of-type { left:0; z-index:1; width:200px}...
2020-04-26 10:28:05
2848
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人