摘要:
1、先切换到:cd usr/local/tomcat5/logs 2、tail -f catalina.out 3、这样运行时就可以实时查看运行日志了 Ctrl+c 是退出tail命令。 alt+E+R重置。 阅读全文
摘要:
0、准备工作 1、宏碁 Aspire 4752G 笔记本 2、Win8.1 企业版操作系统 3、8G 以上 U 盘 4、UltraISO(当然也可以选择其他的U盘制作工具,看个人喜好) 5、下载 CentOS 7 的镜像(本人已CentOS-7.0-1406-x86_64-DVD.iso为例) 官网 阅读全文
摘要:
1.end 2.shift+home 或者: 1.home 2.shift+end 在编辑和运行sql(F8)时可以提高效率。 阅读全文
摘要:
select table_name from user_tab_columns where column_name = '字段名'; 这是网上查到的,地址如下:http://blog.163.com/pei_hua100/blog/static/80569759201272114619283/,但当 阅读全文