摘要: import json import cv2 import os from bounding_box import bounding_box as bbox_plot Img_Dir = 'F:/vott/target/vott-json-export' Save_Dir = 'F:/vott/re 阅读全文
posted @ 2021-06-29 10:39 cxf2018 阅读(776) 评论(2) 推荐(0) 编辑
摘要: 1.在vscode中安装easyless插件 2.在vscode的配置json文件中添加 "less.compile": { "outExt": ".wxss", // 输出文件的后缀,默认为.css } 内容来自:https://www.cnblogs.com/flyerya/p/11978353 阅读全文
posted @ 2020-02-11 17:39 cxf2018 阅读(648) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-09-27 17:48 cxf2018 阅读(2) 评论(0) 推荐(0) 编辑
摘要: WebSettings webSettings = webView.getSettings(); webSettings.setCacheMode(webSettings.LOAD_NO_CACHE);//设置不缓存 webSettings.setJavaScriptEnabled(true); / 阅读全文
posted @ 2019-09-27 16:22 cxf2018 阅读(938) 评论(0) 推荐(0) 编辑
摘要: let _this = this; let data = [ { list: [ { colorNum: 0, endTime: "2019-10-10 00:00:00", item: "墙柱", quanti... 阅读全文
posted @ 2019-09-23 16:43 cxf2018 阅读(1830) 评论(0) 推荐(0) 编辑
摘要: Gson gson = new GsonBuilder().setDateFormat("yyyy-MM-dd HH:mm:ss").registerTypeAdapter(Double.class, new JsonSerializer<Double>() { @Override public JsonElement serialize(Double src, Type typeOfSrc, J 阅读全文
posted @ 2019-09-17 14:02 cxf2018 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 转至https://www.cnblogs.com/goloving/p/9170508.html 问题背景: vue-router 默认是hash模式,使用url的hash来模拟一个完整的url,当url改变的时候,页面不会重新加载。但是如果我们不想hash这种以#号结尾的路径时候的话,我们可以使 阅读全文
posted @ 2019-09-10 11:29 cxf2018 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 问题描述:执行 npm install vue-style-loader css-loader sass-loader --save-dev 安装了css相关依赖之后,npm run dev,项目报错:TypeError: this.getResolve is not a function 原因:安 阅读全文
posted @ 2019-09-09 18:07 cxf2018 阅读(2649) 评论(0) 推荐(0) 编辑
摘要: 内容转载作者:https://www.cnblogs.com/pangguoming/p/8994742.html 如果服务端将参数当做 java对象来封装接收则 参数格式为:{data: param} 1 2 3 4 5 var param={name:'jack',age:20} axios . 阅读全文
posted @ 2019-04-29 16:08 cxf2018 阅读(1376) 评论(0) 推荐(0) 编辑
摘要: plus.webview.currentWebview().addEventListener("close",function(){ },false); 阅读全文
posted @ 2019-04-25 16:50 cxf2018 阅读(1275) 评论(0) 推荐(0) 编辑