码迷,mamicode.com
首页 >  
搜索关键字:commons chain    ( 4666个结果
spring入门
Spring框架 入门: IOC(控制反转,DI(依赖注入)) 加载相应jar包或坐标(maven):spring context,spring core,spring beans,spring expression,commons logging,lombok 写一个实体类。然后定义一个sprin ...
分类:编程语言   时间:2020-05-04 15:37:19    阅读次数:59
python+opencv实现机器视觉基础技术(2)(宽度测量,缺陷检测,医学处理)
本篇博客接着讲解机器视觉的有关技术和知识。包括宽度测量,缺陷检测,医学处理。 一:宽度测量 在传统的自动化生产中,对于尺寸的测量,典型的方法就是千分尺、游标卡尺、塞尺等。而这些测量手段测量精度低、速度慢,无法满足大规模的自动化生产需求。基于机器视觉的尺寸测量属于非接触式的测量,具有检测精度高、速度快 ...
分类:编程语言   时间: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
springmvc-文件上传下载
导入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
PocketLibs(1)—— 动画 tween.js
如何运行的? 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
Apache 开源JDBC工具类库
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 时间查询无效解决方法
Mybatis Plus 时间查询无效解决方法 错误写法 正确写法 使用 日期格式化类DateFormatUtils【org.apache.commons.lang3.time.DateFormatUtils】 query.apply("UNIX_TIMESTAMP(create_time) = U ...
分类:其他好文   时间:2020-05-01 16:42:00    阅读次数:633
PyQt5 给无边框窗口添加背景图片
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
4666条   上一页 1 ... 21 22 23 24 25 ... 467 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!