Spring框架 入门: IOC(控制反转,DI(依赖注入)) 加载相应jar包或坐标(maven):spring context,spring core,spring beans,spring expression,commons logging,lombok 写一个实体类。然后定义一个sprin ...
分类:
编程语言 时间:
2020-05-04 15:37:19
阅读次数:
59
本篇博客接着讲解机器视觉的有关技术和知识。包括宽度测量,缺陷检测,医学处理。 一:宽度测量 在传统的自动化生产中,对于尺寸的测量,典型的方法就是千分尺、游标卡尺、塞尺等。而这些测量手段测量精度低、速度慢,无法满足大规模的自动化生产需求。基于机器视觉的尺寸测量属于非接触式的测量,具有检测精度高、速度快 ...
分类:
编程语言 时间:
2020-05-03 20:52:48
阅读次数:
102
1、 org.apache.commons.io.IOUtils closeQuietly:关闭一个IO流、socket、或者selector且不抛出异常,通常放在finally块 toString:转换IO流、 Uri、 byte[]为String copy:IO流数据复制,从输入流写到输出流中, ...
分类:
其他好文 时间:
2020-05-03 18:46:55
阅读次数:
66
导入maven依赖 1 <dependencies> 2 <!--文件上传--> 3 <dependency> 4 <groupId>commons-fileupload</groupId> 5 <artifactId>commons-fileupload</artifactId> 6 <versi ...
分类:
编程语言 时间:
2020-05-03 01:17:29
阅读次数:
76
如何运行的? new Vue({ el:'#app-1', data:{ position:{ distance:10, height:30, } }, methods:{ flying:function(){ var targetPos = {distance:300,height:120} va ...
分类:
Web程序 时间:
2020-05-02 20:51:50
阅读次数:
60
官方文档:https://pay.weixin.qq.com/wiki/doc/api/index.html 引入jdom-1.1.3.jar包 HttpClientUtil.java package weixinpay; import org.apache.commons.lang.StringU ...
分类:
微信 时间:
2020-05-02 10:03:57
阅读次数:
104
commons-dbutils jar:下载 package com.jdbc.tools; import org.apache.commons.dbutils.QueryRunner; import org.apache.commons.dbutils.handlers.BeanHandler; ...
分类:
数据库 时间:
2020-05-01 18:42:26
阅读次数:
157
Mybatis Plus 时间查询无效解决方法 错误写法 正确写法 使用 日期格式化类DateFormatUtils【org.apache.commons.lang3.time.DateFormatUtils】 query.apply("UNIX_TIMESTAMP(create_time) = U ...
分类:
其他好文 时间:
2020-05-01 16:42:00
阅读次数:
633
PyQt5 给无边框窗口添加背景图片 #! /usr/bin/env python # -*- coding:utf-8 -*- import sys from PyQt5.QtWidgets import QApplication, QMainWindow from PyQt5.QtCore im ...
分类:
其他好文 时间:
2020-05-01 12:56:44
阅读次数:
120
import org.apache.commons.lang3.StringUtils; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Created by */ public class RegexUti ...
分类:
移动开发 时间:
2020-04-30 21:17:37
阅读次数:
73