编写这个软件的初衷:在日常的数据维护中,不想装那么多支撑软件;就关心那么几张表的数据;就做那么几件重复的事情。于是就写了这个软件,作为工具。希望能帮助一些人,能减少日常的工作量。
1
定时把一台服务器中的mysql备份,另一台服务器定时自动接收备份并还原 一、定时备份 二、接收方自动接收备份 三、定时还原备份
2022-10-25 16:00:41 52KB mysql
1
sqlserver2012及以下版本误删除数据还原 2012版本亲测可用。 2016版本会出现无法连接实例的情况。不清楚是我本地环境问题还是此2014版本软件无法支持sql 2016 后续如果有出新版本,再重新上传
2022-09-14 18:06:30 21.72MB sqlserver 数据还原 数据库
1
FinalData-v2.01 破解版
2022-08-15 09:30:26 1.43MB 数据还原
1
1、找到昨晚备份,用root用户解压:gunzip -d exp_hc01.dmp.gz 2、如果toptet数据库开了就进toptst里去 进toptet数据库:sqlplus sys/tiptop100@toptst as sysdba 执行: create user test identified by test default tablespace dbs1 temporary tablespace temp; grant create session,create table to test; grant resource to test; grant create synonym to test; grant select on sys.v_$session to test; 3、 用tiptop进系统 cd /u3 mkdir imp cp /u3/backup/Wed/exp_hc01.dmp /u3/imp ----看你exp_hc01.dmp文件在哪 chmod 777 -R imp 导数据:即把pia_file这张边恢复到了toptst实例中的test用户中 imp test/test@toptst file=/u3/imp/exp_hc01.dmp log=/tmp/imp_pia.log fromuser=hc01 touser=test tables=pia_file
2022-06-25 07:21:54 697B 数据库 T100 还原 灾难恢复
1
SQL Server. By providing unprecedented access to the SQL Server transaction log, Log Explorer gives you the ability to understand and solve elusive database problems by: • browsing the transaction log • exporting data to create reports • selectively recovering modified, deleted, dropped, or truncated data. Application bugs and user errors can damage your data and your business. The ability to quickly find and recover from errors is critical to your business. Log Explorer enables online data repair and recovery for Microsoft SQL Server databases, avoiding costly and time-consuming offline techniques. In addition, a fine degree of granularity ensures that good transactions are not lost during recovery.
2022-06-10 11:55:31 6.87MB SQLSERVER 日志分析 数据还原工具 破解版
1
1. 注意事项 2. 数据库安装 ——2.1 DB2 Express-C Version 11.1 下载 ——2.2 数据库安装步骤 3. 创建数据库 —— 3.1 找到服务器上面的命令窗口 —— 3.2 创建数据库详解 4. 数据库备份文件恢复 —— 4.1 恢复备份数据库备份文件 —— 4.2 执行脚本 5. 计算机任务调度备份数据库 —— 5.1 数据库实时备份 6. 数据库维护 —— 6.1 检查并启动DB2数据库服务 —— 6.2 查看数据库并手动备份 —— 6.3 慎用【频繁的停止数据库】 7. 数据库完全卸载 —— 7.1 卸载注意事项 —— 7.2 卸载DB2数据库
2022-02-21 09:03:07 4.21MB 数据库 database IBM DB2
在对模型训练时,为了让模型尽快收敛,一件常做的事情就是对数据进行预处理。 这里通过使用sklearn.preprocess模块进行处理。 一、标准化和归一化的区别 归一化其实就是标准化的一种方式,只不过归一化是将数据映射到了[0,1]这个区间中。 标准化则是将数据按照比例缩放,使之放到一个特定区间中。标准化后的数据的均值=0,标准差=1,因而标准化的数据可正可负。 二、使用sklearn进行标准化和标准化还原 原理: 即先求出全部数据的均值和方差,再进行计算。 最后的结果均值为0,方差是1,从公式就可以看出。 但是当原始数据并不符合高斯分布的话,标准化后的数据效果并不好。 导入模块 fro
2021-11-09 11:31:42 86KB ar data le
1
php print_r方法可以把变量打印显示,使变量易于理解。如果变量是string,integer或float,将打印变量值本身,如果变量是array,将会按照一定格式显示键和元素。object与数组类似。print_r用于打印数组较多。 php原生没有把print_r方法打印后的数据还原为原始数组,因此写了下面这个方法,实现将print_r处理后的数据还原为原始数组。
2021-08-24 13:55:17 1KB php print_r array restore
1
行业分类-嵌入式设备-嵌入式Linux分区与数据还原方法、系统及系统开发方法.zip
2021-08-21 19:05:51 765KB 行业分类-嵌入式设备-嵌入式Li