上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页
摘要: http://www.cnblogs.com/LittleHann/p/3853854.html 阅读全文
posted @ 2016-12-21 10:24 FlyBack 阅读(70) 评论(0) 推荐(0) 编辑
摘要: http://blog.chinaunix.net/uid-23886490-id-3149329.html 阅读全文
posted @ 2016-12-21 09:50 FlyBack 阅读(509) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-12-16 19:36 FlyBack 阅读(2) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh echo "helo" password='xxxx' ###不能在下面的expect脚本段设置成 set password xxxx否则获取不到变量,单独的expect脚本变量可以这样设置 /usr/local/bin/expect <<EOF ###安装的expect的路径一 阅读全文
posted @ 2016-12-14 16:47 FlyBack 阅读(6369) 评论(0) 推荐(0) 编辑
摘要: /usr/local/bin/expect -f set password ******* spawn scp -rp /home/ x.x.x.x:/home/ ###不要写成/home/* expcet "user@x.x.x.x's password:" send "$password\r" 阅读全文
posted @ 2016-12-14 15:10 FlyBack 阅读(272) 评论(0) 推荐(0) 编辑
摘要: http://blog.163.com/023_dns/blog/static/118727366201291142252757/ 阅读全文
posted @ 2016-12-14 11:22 FlyBack 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 1) 控制连接 客户端希望与FTP服务器建立上传下载的数据传输时,它首先向服务器的TCP 21端口发起一个建立连接的请求,FTP服务器接受来自客户端的请求,完成连接的建立过程,这样的连接就称为FTP控制连接。 2) 数据连接 FTP控制连接建立之后,即可开始传输文件,传输文件的连接称为FTP数据连接 阅读全文
posted @ 2016-12-13 23:15 FlyBack 阅读(448) 评论(0) 推荐(0) 编辑
摘要: https://zhidao.baidu.com/question/560593241.html?fr=iks&word=HttpServletRequest+%CE%DE%B7%A8%BD%E2%CE%F6%CE%AA%C0%E0%D0%CD&ie=gbk 阅读全文
posted @ 2016-12-12 13:57 FlyBack 阅读(2327) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/rapheler/article/details/46348393 阅读全文
posted @ 2016-12-09 09:54 FlyBack 阅读(75) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/accp_fangjian/article/details/6050527 select uat.table_name as 表名,(select last_ddl_time from user_objects where object_name = uat 阅读全文
posted @ 2016-12-08 09:47 FlyBack 阅读(1566) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页