摘要: wx.switchTab({ url: '../mycar/mycar', success: function (res) { wx.request({ url: api.saveCarInfo, method: 'post', //请求方式 header: { 'Content-Type': 'a 阅读全文
posted @ 2021-11-17 14:13 xxshen 阅读(256) 评论(0) 推荐(0)
摘要: element-ui 输入框的前后缀图标 prefix-icon 和 suffix-icon prefix-icon表示前缀 suffix-icon表示后缀 阅读全文
posted @ 2021-07-19 13:49 xxshen 阅读(4620) 评论(0) 推荐(0)
摘要: <input id="Button1" type="button" value="开始全屏" onclick="kaishi()" /> <input id="Button2" type="button" value="关闭全屏" onclick="guanbi()" /> <script> //开 阅读全文
posted @ 2021-07-13 14:45 xxshen 阅读(390) 评论(0) 推荐(0)
摘要: var date = new Date(); var seperator1 = "-"; var year = date.getFullYear(); var month = date.getMonth() + 1; var hour = date.getHours(); var minutes = 阅读全文
posted @ 2021-07-01 09:46 xxshen 阅读(146) 评论(0) 推荐(0)
摘要: 因为做到一个大屏数据业务 用于记录 发现一个大神写的特别细致 自己记下来用于保存,转载于: https://blog.csdn.net/snowin1994/article/details/101361811 使用热力图的基本配置 在官方热力图api实例中有标准代码。 <!doctype html> 阅读全文
posted @ 2021-06-29 13:35 xxshen 阅读(2219) 评论(0) 推荐(1)
摘要: function time() { var today = new Date(); var hou; var time; var day; if (today.getHours() < 12 && today.getHours() >= 0) { hou = today.getHours(); ti 阅读全文
posted @ 2021-06-24 14:57 xxshen 阅读(604) 评论(0) 推荐(0)
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <% String path = request.getContextPath(); String basePath = request.getScheme() + " 阅读全文
posted @ 2021-06-16 11:12 xxshen 阅读(837) 评论(0) 推荐(0)
摘要: 只需要 toHHmmss(时间戳)即可 function toHHmmss (data) { var time; var hours = parseInt((data % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = parseI 阅读全文
posted @ 2021-01-08 15:10 xxshen 阅读(101) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>tab-JQ</title> <style> * {margin: 0; padding: 0; list-style: none;} #wrap {width 阅读全文
posted @ 2020-12-01 13:37 xxshen 阅读(43) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-11-24 11:29 xxshen 阅读(44) 评论(0) 推荐(0)