摘要:
需要安装ssh.net包 //ssh配置 var sshHost = "127.0.0.1"; var sshUser = "testUser"; var sshPwd = "testPassword"; var sshPort = 22; //数据库连接 var server = "192.168 阅读全文
摘要:
使用FileSystemWatcher 初始化传递要监听的目录, 在过滤中过滤文件(可以使用通配符) public class FileListenerServer { private FileSystemWatcher _watcher; public FileListenerServer(str 阅读全文
摘要:
查找对应删除的时间点 select * from v$sql where sql_text like '%test_table%'; 使用时间来回复指定的表数据 insert into test_table select * from test_table as of timestamp to_ti 阅读全文