Archive: 2017

0

How to check if IP is in IP range

I work on writing services, the client validation contains IP checking. But the customer uses cluster base framework to invoke our services, there are multiple clients with different IPs obviously. Fi

0

Jboss6.x升级到Wildfly10所遇到的问题

1). Hibernate second level cache问题 17:02:43,041 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool – 61) MSC000001: Failed to start service jboss.persistenceunit.abc-weixin-showcase#primar

0

Netty开发环境搭建

克隆Netty源码 $ git clone git@github.com:netty/netty.git Build dev-tools 12$ cd dev-tools$ mvn clean install Note: 此步骤必须,因为build整个项目需要使用dev-tools。感觉netty的build顺序不合理,应该自动build dev-tools。 3. Build整个项目 12$

0

如何查找哪个进程在占用端口

原文 netstat: 展示网络连接,路由表,网络接口数据。 fuser: 标识占用文件或端口的进程。 lsof: 展示被打开的文件以及占用文件的进程。 /proc/$pid/: Note: 普通用户只能查询到当前用户运行的进程,建议以root用户执行。 netstat $ netstat -tulpn 部分结果: 1234567891011bejond@bejond-HP:~$ netst