码迷,mamicode.com
首页 >  
搜索关键字:repair    ( 445个结果
修复磁盘坏道引起的数据库无法备份的问题
首先修改数据库为单用户模式alter database Tfs_DEV set single_user with rollback immediate使用DBCC修复数据库,使用REPAIR_ALLOW_DATA_LOSS最低级别的修复模式DBCC CHECKDB (Tfs_DEV, REPAIR_...
分类:数据库   时间:2014-12-25 09:51:49    阅读次数:231
Porsche Diagnostic Tool: 14.000 Porsche Piwis Tester II
There is no doubt that it is expensive to buy a luxury car like Porsche. But sometime, its repair bill will cost you much more. Most Porsche owners ha...
分类:其他好文   时间:2014-12-22 17:34:28    阅读次数:142
POJ3691DNA repair
题解:构建出trie图,令f[i][j]表示到第i个字符走到j号节点最少需要修改的字符数,然后枚举后继节点转移即可。代码:没写caseWA了n发。。。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7...
分类:其他好文   时间:2014-12-20 23:28:19    阅读次数:346
Linux系统FSTAB文件只读问题解决
故障原因:       修改/etc/fstab后 ,将一块swap分区当做ext3去挂载,所以机器无法正常启动。 解决办法:      按提示 输入 root的密码,进入以Repair filesystem 为提示符的界面。       vi /etc/fstab后 提示,只读,也就是没权限修改。       输入 mount -o remount,rw /...
分类:系统相关   时间:2014-12-13 18:01:17    阅读次数:188
2014-08-26 数据库表崩溃
今天打开系统报错,排查下去,具体是这个错误:ERROR 145 (HY000): Table './cmxt/cm_user_pref' is marked as crashed and should be repaired解决方法如下:(用此方法修复成功) mysql> repair table ...
分类:数据库   时间:2014-12-11 19:09:10    阅读次数:165
mongodb 没法启动 exception in initAndListen: 12596 old
mongodb 无法启动 exception in initAndListen: 12596 old lock file, terminating 我当前的mongodb数据库保存目录 /data/ ? 执行一下命令问题即可解决: ? rm -rf /data/mongod.lock bin/mongod --repair --d...
分类:数据库   时间:2014-12-10 12:44:49    阅读次数:205
Clonezilla制作镜像时报错: errextfsclone.c:bitmap free count err
在检查时选中下面的选项, 如下图: -fsck-src-part Interactively check and repair source file
分类:Web程序   时间:2014-12-09 13:42:26    阅读次数:346
解决 Microsoft Excel has stopped working
安装了project 2013后, excel 2013 一打开文件就报这个错,解决方法如下: Step1: Try to repair Office 2013 installation and check if it helps: Click on Start > Control Panel, c...
分类:其他好文   时间:2014-12-08 13:42:03    阅读次数:184
ubuntu 启动恢复软件(boot-repair)
https://help.ubuntu.com/community/Boot-RepairBoot-RepairBoot-RepairisasimpletooltorepairfrequentbootissuesyoumayencounterinUbuntulikewhenyoucan‘tbootUbuntuafterinstallingWindowsoranotherLinuxdistribution,orwhenyoucan‘tbootWindowsafterinstallingUbuntu,orwhen..
分类:系统相关   时间:2014-12-02 11:59:37    阅读次数:673
poj 3253 Fence Repair 【哈弗曼树】+【优先队列】
Fence Repair Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 27742   Accepted: 9019 Description Farmer John wants to repair a small length of the fence aro...
分类:其他好文   时间:2014-12-01 17:39:59    阅读次数:182
445条   上一页 1 ... 36 37 38 39 40 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!