06 2018 档案

ftp服务器
摘要:windows XP 和windows 2000系统架设了一个ftp服务器,ip:192.168.8.10,端口用21(因为是21,所以不用写也不要紧)在dos窗口下用命令:ftp 192.168.8.10:21或ftp 192.168.8.10或是先输入>ftp>open 192.168.8.10 阅读全文

posted @ 2018-06-28 16:47 instr 阅读(430) 评论(0) 推荐(0)

orcl 对table的一些操作
摘要:删除 table:drop table 表名; 恢复删除 : flashback table 表名 to before drop; 清空table : truncate table 表名; 恢复清空:flashback table 表名 to timestamp to_timestamp('2005 阅读全文

posted @ 2018-06-07 11:39 instr 阅读(132) 评论(0) 推荐(0)

导航