Fork me on Gitee

随笔分类 -  Case Problem

摘要:pycaret bug很多,安装都有bug 官方提供默认安装的方式: # create a conda environment conda create --name yourenvname python=3.8 # activate conda environment conda activate 阅读全文
posted @ 2022-05-28 00:26 ---dgw博客 阅读(437) 评论(0) 推荐(0) 编辑
摘要:以上为过去的使用功能截图,到处的格式支持darknet为主的xml格式的标准文件 最新版本的支持使用直接导出为yolo可以识别的标识框: 阅读全文
posted @ 2021-09-23 22:12 ---dgw博客 阅读(279) 评论(0) 推荐(0) 编辑
摘要:函数:Imgproc.matchTemplate(Mat image, Mat templ, Mat result, int method)参数说明:image:源图像templ:模板图像result:比较结果method:匹配算法匹配算法:TM_SQDIFF 平方差匹配法:该方法采用平方差来进行匹配;最好的匹配值为0;匹配越差,匹配值越大。TM_CCORR 相关匹配法:该方法采用乘法操作;数值越... 阅读全文
posted @ 2020-05-07 17:11 ---dgw博客 阅读(1590) 评论(0) 推荐(0) 编辑
摘要:https://cn.dll-files.com/ 阅读全文
posted @ 2020-05-04 15:38 ---dgw博客 阅读(327) 评论(0) 推荐(0) 编辑
摘要:发现2.7.5和2.7.6 如果一个接口有两个实现类,尽管version或者group不同,只能注册其中一个服务解决方案:使用配置文件: 阅读全文
posted @ 2020-04-30 16:11 ---dgw博客 阅读(182) 评论(0) 推荐(0) 编辑
摘要:spring Boot 配置dubbo时 添加以下依赖: org.apache.dubbo dubbo-spring-boot-starter 2.7.6 org.apache.curator curator-recipes ... 阅读全文
posted @ 2020-04-30 11:19 ---dgw博客 阅读(1333) 评论(0) 推荐(0) 编辑
摘要:https://github.com/apache/dubbo-admin出现错误: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:install-node-and-npm (install node and npm) on project dubbo-admin-ui: Could not extract... 阅读全文
posted @ 2020-04-27 22:29 ---dgw博客 阅读(715) 评论(0) 推荐(0) 编辑
摘要:SpringBoot整合Shiro时出错:异常日志:o.s.b.d.LoggingFailureAnalysisReporter: ***************************APPLICATION FAILED TO START***************************Description:Parameter 0 of method authorizationAttrib... 阅读全文
posted @ 2020-03-27 21:15 ---dgw博客 阅读(1829) 评论(0) 推荐(0) 编辑
摘要:是CodeBlocks编译器设置问题,在CodeBlocks菜单 settings compiler and debugger settings global compiler settings compiler settings Other Options, 在其中输入语句 fexec chars 阅读全文
posted @ 2018-04-18 20:58 ---dgw博客 阅读(2941) 评论(0) 推荐(0) 编辑
摘要:Java中进行图像I/O(即读图片和写图片,不涉及到复杂图像处理)一个类包含静态方便定位方法 ImageReaders和 ImageWriters,并进行简单的编码和解码。 特别说明 imageio 文档说明支持bmp 转换的,但是实际上比不支持的,网络上找了很多,有的人说开imagebuffer缓 阅读全文
posted @ 2018-04-03 22:13 ---dgw博客 阅读(1818) 评论(0) 推荐(0) 编辑
摘要:java的(PO,VO,TO,BO,DAO,POJO)解释 PO(persistant object) 持久对象 在o/r映射的时候出现的概念,如果没有o/r映射,没有这个概念存在了。通常对应数据模型(数据库),本身还有部分业务逻辑的处理。可以看成是与数据库中的表相映射的java对象。最简单的PO就 阅读全文
posted @ 2018-01-05 12:30 ---dgw博客 阅读(1418) 评论(0) 推荐(0) 编辑
摘要:开篇 - 快速进行软件编码,与功能测试应该是每个写代码的人,应该掌握的技能,如何进行优雅的写代码,把测试的时间压缩,腾出时间来休息。下面听我一一道来:依赖:junit 4.4 hamcrest 1.3 core hamcrest 1.3 lib ... 阅读全文
posted @ 2017-10-07 17:13 ---dgw博客 阅读(175) 评论(0) 推荐(0) 编辑
摘要:Web Fragment 是什么 - 它是在 servlet 3.0开始支持的,可以把一个dy web项目拆分为多个项目,解耦合,使其在项目中开发效率提高,下面我演示简单的项目创建过程用eclipse右键new->other->web->web fragment project项目结... 阅读全文
posted @ 2017-10-07 17:13 ---dgw博客 阅读(3621) 评论(0) 推荐(0) 编辑
摘要:package org.dgw.uidemo;import java.awt.EventQueue;import javax.swing.JFrame;import javax.swing.UIManager;import javax.swing.UnsupportedLookAndFeelExce... 阅读全文
posted @ 2017-10-07 17:13 ---dgw博客 阅读(522) 评论(0) 推荐(0) 编辑
摘要:描述 - 使用javafx 引入资源的时候 抛出异常 在swing引入资源 采取相对路径即可,而javafx不是 ImageView imageNode = (ImageView) root.lookup("#myimage"); imageNode.setImage(n... 阅读全文
posted @ 2017-10-07 17:13 ---dgw博客 阅读(800) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示