摘要:
import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis.clients.jedis.JedisPoolConfig; public class RedisPoolUtils { priv 阅读全文
posted @ 2019-10-20 19:48
9529
阅读(87)
评论(0)
推荐(0)
摘要:
pom.xml添加依赖 <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.4.2</version> </dependency> linux设置密码,指令为: config 阅读全文
posted @ 2019-10-20 19:29
9529
阅读(93)
评论(0)
推荐(0)
摘要:
CentOS 6.5开放端口方法 lsof -i tcp:80 #列出所有端口 netstat -ntlp 1、开启端口(以80端口为例) 方法一: /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT 写入修改 /etc/init.d/iptabl 阅读全文
posted @ 2019-10-20 19:07
9529
阅读(271)
评论(0)
推荐(0)

浙公网安备 33010602011771号