luck_mylife

导航

 

2017年3月2日

摘要: 1.The program 'make' can be found in the following packages: 解决方法:sudo apt-get install build-essential 阅读全文
posted @ 2017-03-02 18:12 二郎神 阅读(162) 评论(0) 推荐(0)
 
摘要: 有时候关闭软件后,后台进程死掉,导致端口被占用。下面以JBoss端口8083被占用为例,列出详细解决过程。 解决方法: 1.查找被占用的端口 netstat -tln netstat -tln | grep 6379 netstat -tln 查看端口使用情况,而netstat -tln | gre 阅读全文
posted @ 2017-03-02 11:57 二郎神 阅读(2275) 评论(0) 推荐(0)
 
摘要: OracleConnection connection = new OracleConnection(conn); OracleCommand command = new OracleCommand(); int result = 0; try { ... 阅读全文
posted @ 2017-03-02 10:33 二郎神 阅读(2903) 评论(0) 推荐(0)