1.exp\imp 导入导出命令使用
exp username/pwd@sid file=path.dmp owner=user
不导出表数据:rows=n
举例:exp iflashbuy/qwerwhy246@width246 file=/201401025.dmp owner=iflashbuy

2.&& 命令
举例:sh startup.sh && tail -f ../logs/catalina.out

3.netstat 使用
举例:netstat -ano | grep 2460


4.fine -name 当前目录下查找
举例:find -name MemCachedaopBean.class

5.valgrind
valgrind tomcat-if sample

相关文章:

  • 2021-10-25
  • 2021-05-16
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-26
  • 2021-10-23
  • 2021-10-01
  • 2022-02-25
  • 2022-12-23
  • 2021-06-08
  • 2021-07-17
相关资源
相似解决方案