摘要: submit(){ const {radio,dateStartText,dateendText} =this.data console.log(radio) if(radio==''){ Toast('请选择子设备') return; } // if(!dateStartText||!dateen 阅读全文
posted @ 2020-09-25 09:10 顺其自然²º¹? 阅读(151) 评论(0) 推荐(0) 编辑
摘要: <block wx:for="{{list}}" wx:key="sbh"> <view style="height: 400px;width: 100%;"> <ec-canvas id="charts-{{item.sbh}}" canvas-id="charts-{{item.sbh}}" e 阅读全文
posted @ 2020-09-19 17:16 顺其自然²º¹? 阅读(422) 评论(1) 推荐(0) 编辑
摘要: var a= '1,2,3,4,,,5' var b= '1,2,3,4,5,' a.split(',').filter(bb=>!!bb).join(',') b.split(',').filter(bb=>!!bb).join(',') 阅读全文
posted @ 2020-07-24 10:38 顺其自然²º¹? 阅读(318) 评论(0) 推荐(0) 编辑
摘要: server { listen 443 ssl; server_name wncode.wenano.com; index index.php index.html index.htm default.php default.htm default.html; ssl on; root /home/ 阅读全文
posted @ 2020-07-11 13:38 顺其自然²º¹? 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1 行业类别的js数据 function replace(){ return [{ key:"100",text:"销售",children:[{key:"101",text:"销售总监"},{key:"102",text:"销售经理"},{key:"103",text:"销售主管"},{ key: 阅读全文
posted @ 2020-04-21 11:58 顺其自然²º¹? 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 如何用UltraISO制作大于4G文件的光盘映像可启动U盘 https://www.jb51.net/softjc/315081.html 转发 我不知道百度为什么搜不到这个,搜了好久才找到满意的操作。 这次碰到一样的问题,我给的u盘居然是fat32格式,我不太理解为什么这样做 原理上说不上来。 阅读全文
posted @ 2020-03-13 20:14 顺其自然²º¹? 阅读(708) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python # -*- coding: UTF-8 -*- import urllib.request import chardet import ssl# 2. 表示忽略未经核实的SSL证书认证 context = ssl._create_unverified_contex 阅读全文
posted @ 2020-03-06 15:53 顺其自然²º¹? 阅读(166) 评论(0) 推荐(0) 编辑
摘要: let script = document.createElement('script') script.type = 'text/javascript' script.src = 'http://wwmimgs.oss-cn-shenzhen.aliyuncs.com/develop/2020-0 阅读全文
posted @ 2020-02-29 11:13 顺其自然²º¹? 阅读(1066) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-01-10 17:29 顺其自然²º¹? 阅读(379) 评论(0) 推荐(0) 编辑
摘要: const TerserPlugin = require('terser-webpack-plugin') module.exports = { configureWebpack({ optimization: { minimizer: [new TerserPlugin({ terserOptions: { compress: { drop_console: true } } })] } }) 阅读全文
posted @ 2020-01-06 10:58 顺其自然²º¹? 阅读(1973) 评论(0) 推荐(0) 编辑