logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Tesseract做图片验证码识别

linux下的安装 [ 参考这里 ]环境准备yum -y updateyum -y install libstdc++ autoconf automake libtool autoconf-archive pkg-config gcc gcc-c++ make libjpeg-devel libpng-devel libtiff-devel zlib-devel安装leptonica

#java
Spring的@EnableScheduling与@Scheduled使用详解

首先来看下EnableScheduling的javadoc:@EnableScheduling启用了Spring的任务调度功能,这跟在xml中配置task:* 是一样的,它可以加在@Configuration上:@Configuration@EnableSchedulingpublic class AppConfig {// various @Bean definitions}下面的代码可以在容器

文章图片
#spring#java#后端
SpringBoot的@Configuration扫盲

@Configuration注解标识的类中声明了1个或者多个@Bean方法,Spring容器可以使用这些方法来注入Bean,比如:@Configurationpublic class AppConfig {//这个方法就向Spring容器注入了一个类型是MyBean名字是myBean的Bean@Beanpublic MyBean myBean() {// inst...

CentOS6.7下RabbitMQ3.6.14安装报错:{error,{missing_dependencies,[crypto,ssl],

CentOS6.7安装RabbitMQ3.6.14报错:重新一下openssl就可以了。1. 安装openssltar -zvxf openssl-1.0.1s.tar.gzcd openssl-1.0.1s./config --prefix=/usr/local/openssl修改Makefile:vi Makefile将原来的:CFLAG=     -DOPENSSL_THREADS修改为: 

Apache CXF + Spring3 + REST + JSON配置

1.web.xmlCXF Rest Servicesindex.htmlCXFServletorg.apache.cxf.transport.servlet.CXFServlet1CXFServlet/*

Java APNS使用填坑

1.java向ios推送消息有现成的类库java APNS可以使用,github地址:https://github.com/notnoop/java-apns2.官网上给出了使用的demo://Setup the connectionApnsService service =APNS.newService().withCert("/path/to/certificat

skywalking的那些配置参数

storage.elasticsearch.bulkActions,storage.elasticsearch.flushInterval,storage.elasticsearch.concurrentRequests解释

到底了