摘要:
详细解析Linux scp命令的应用Linux命令有人统计说是有4000多个,Linux scp命令是用于Linux之间复制文件和目录,这里详细介绍scp命令使用和参数。AD:Linux scp命令用于Linux之间复制文件和目录,具体如何使用这里好好介绍一下,从本地复制到远程、从远程复制到本地是两... 阅读全文
posted @ 2015-07-12 14:11
Vae永Silence
阅读(231)
评论(0)
推荐(0)
摘要:
grep在指定的目录或文件中查找字符串,例:grep "Exception" webx.log,在一个文件中查找字符串"Exception"grep "Exception" webx.log*,在webx.log文件名开头的文件中查找字符串"Exception"grep "Exception" -r... 阅读全文
posted @ 2015-07-12 13:49
Vae永Silence
阅读(225)
评论(0)
推荐(0)
摘要:
Webx框架:http://openwebx.org/petstore:webx3/webx-sample/petstore/tags/3.0/petstore编译之后:mvn jetty:run即可, 访问:http://localhost:8081/Webx MVC(以webx3为基础)1、we... 阅读全文
posted @ 2015-07-12 13:42
Vae永Silence
阅读(247)
评论(0)
推荐(0)