推荐
专栏
教程
课程
飞鹅
本次共找到3484条
iptables配置
相关的信息
Easter79
•
3年前
springboot2的hikari数据库连接池默认配置
序SpringBoot2.0.0M1版本将默认的数据库连接池从tomcatjdbcpool改为了hikari,这里主要研究下hikari的默认配置springconfigurationmetadata.jsonspringbootautoconfigure
Wesley13
•
3年前
mybatis执行批量更新batch update 的方法(oracle,mysql)
介绍oracle和mysql数据库的批量update在mybatis中配置不太一样:oracle数据库:\codesyntaxlang"java"\updateid"batchUpdate"parameterType"java.util.List"<foreachcollection"list"item
Stella981
•
3年前
HIVE 常见报错之 设置mysql数据库权限
起因是我把访问权限都配置为:GRANTALLPRIVILEGESON\.\TO'hive'(https://www.oschina.net/action/GoToLink?urlmailto%3A%27hive%27%40%27%25%27)Identifiedby'hive'; 本机地址:192.168.10
Stella981
•
3年前
Apache RocketMQ 4.0.0
一、安装与配置1、下载官网:http://rocketmq.apache.org/如:rocketmqall4.0.0incubatingbinrelease.zip需要64bitOS,Linux/Unix/Macisrecommended;64bitJDK1.7;2、复制到对应
Stella981
•
3年前
Retrofit里面Gson解析日期出错
今天解析json数据的时候出错了。Invalidtimezoneindicator'6'(atoffset0)也配置了Gson的setDateFormat格式,然而并没有用最后还是加了registerTypeAdapter,这下通用了privatestaticfinalGsongsonnewGsonBuild
Stella981
•
3年前
CentOS7 FTP安装
前几天,因项目需要安装FTP,现把日志记录一下:一、安装:yuminstallvsftpdy启动:systemctlstartvsftpd.service 自启动:systemctlenablevsftpd.service二、配置vim/etc/vsftpd/vsftpd.confanon
Stella981
•
3年前
Spring security(三)
在前面两节Springsecurity(一)架构框架Component、Service、Filter分析(https://my.oschina.net/ccwwlx/blog/3114077)和SpringSecurity(二)WebSecurityConfigurer配置以及filter顺序(https://my.oschina.n
Wesley13
•
3年前
virtualbox、vagrant虚拟机安装
一、初始化虚拟机vagrantinitcentos6.5二、添加虚拟机到virtualboxvagrantboxaddcentos6.5D:/download/virtualbox.box三、配置vagrantfileconfig.vm.network"private_network",ip:"1
Wesley13
•
3年前
Java web
上次我们已经搞完了jsp的操作。现在该是后台的配置了。在dao包里面进行数据链接:DBConn.java/ // @author Administrator /package dao;import java.sql.;
Stella981
•
3年前
Spring RabbitMQ 消息重试机制
RabbitMQ框架提供了重试机制,只需要简单的配置即可开启,可以提升程序的健壮性。测试一:重试5次spring:rabbitmq:listener:simple:retry:enabled:true
1
•••
176
177
178
•••
349