上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
摘要: 在使用 ssh 登入 Linux 時,卻發生了 server unexpectedly closed network connection 的狀況。查詢得到了解決方法,還沒驗證,先記錄備忘一下。1. 修改 /etc/ssh/sshd_config將 UseDNS yes 改成 UseDNS no2. 重啟 ssh 服務# /etc/init.d/sshd restart 阅读全文
posted @ 2012-10-12 12:43 Crazy Eric 阅读(1198) 评论(0) 推荐(0) 编辑
摘要: PuTTY 是一款小巧的开源 Telnet/SSH 客户端,但是它不提供设置的导入导出工具,PuTTY 将设置都保存在注册表中,所以要备份主要就是要备份注册表里的资料。下面是备份步骤,实质上就是导出相应的注册表键值:1. 开始->运行(Win+R)->regedit2. 找到 HKEY_CURRENT_USER\Software\SimonTatham3. 在 SimonTatham 这个节点上点击右键,选择导出,保存。如果你想恢复配置信息,只需要双击保存的这个文件,导入注册表信息即可。说明:注册表PuTTY下的Sessions中保存设置连接的项目和设定值,SshHostKeys保 阅读全文
posted @ 2012-09-06 00:27 Crazy Eric 阅读(4509) 评论(0) 推荐(0) 编辑
摘要: 白(bái) はく haku蔡(cài) さい sai曹(cáo) そう sou柴(chái) さい sai常(cháng) じょう jyou陈(chén) ちん chinn程(chéng) てい tei崔(cuī) さい sai戴(dài) たい tai邓(dèng) とう tou丁(dīng) てい tei董(dǒng) とう tou杜(dù) と to段(duàn) たん tann范(fàn) はん hann方(fāng) ほう hou冯(féng) ひょう 阅读全文
posted @ 2012-08-24 09:14 Crazy Eric 阅读(3162) 评论(0) 推荐(0) 编辑
摘要: XKY4K-2NRWR-8F6P2-448RF-CRYQH NG4HW-VH26C-733KW-K6F98-J8CK4 RR3BN-3YY9P-9D7FC-7J4YF-QGJXW 阅读全文
posted @ 2012-08-17 21:44 Crazy Eric 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 〖0〗-操作成功完成。〖1〗-功能错误。〖2〗-系统找不到指定的文件。〖3〗-系统找不到指定的路径。〖4〗-系统无法打开文件。〖5〗-拒绝访问。〖6〗-句柄无效。〖7〗-存储控制块被损坏。〖8〗-存储空间不足,无法处理此命令。〖9〗-存储控制块地址无效。〖10〗-环境错误。〖11〗-试图加载格式错误的程序。〖12〗-访问码无效。〖13〗-数据无效。〖14〗-存储器不足,无法完成此操作。〖15〗-系统找不到指定的驱动器。〖16〗-无法删除目录。〖17〗-系统无法将文件移到不同的驱动器。〖18〗-没有更多文件。〖19〗-介质受写入保护。〖20〗-系统找不到指定的设备。 〖21〗-设备未就绪。 〖2 阅读全文
posted @ 2012-08-10 14:24 Crazy Eric 阅读(552) 评论(0) 推荐(0) 编辑
摘要: C++程序运行调试过程中经常碰到CXX0017:Error:symbol "xxx" not found的问题(如下图所示),这是由于编译的时候优化代码所导致的,只要将编译优化选项设置为"/Od"就可以了。Visual Studio 2005具体设置方法如下:工程右键 -> Properties -> Configuration Properites -> C/C++ -> Optimization -> Optimization: Disabled(/Od)原文地址:http://blog.csdn.net/jacksoo 阅读全文
posted @ 2012-08-03 10:24 Crazy Eric 阅读(915) 评论(0) 推荐(0) 编辑
摘要: I suddenly encountered this problem, and tried hundreds of solutions online and no one is helpful to me.And finally I tried one that is useful:in the tool-option--> debugging ---> general *un-tick option : "require source files to exactly match to the original version"Other so... 阅读全文
posted @ 2012-07-18 09:34 Crazy Eric 阅读(2126) 评论(1) 推荐(0) 编辑
摘要: 网上收集到的相关解决办法:1st Start debugging. Now select Debug->Windows->Modules. In the modules window taht now appears, check what the Symbol Status reads. If it reads "Symbols not loaded", then right click on that row, Load Symbols and select the corresponding pdb file.If the Symbol Status re 阅读全文
posted @ 2012-07-18 09:14 Crazy Eric 阅读(7452) 评论(0) 推荐(0) 编辑
摘要: 方法一:1. 检查两处注册表项及键值是否与下列数值一致HKEY-Current-User\Software\Microsoft\Windows\DWM\Composition 键值改为 1HKEY-Current-User\Software\Microsoft\Windows\DWM\CompositionPolicy 键值改为22. 打开运行(可能要用到管理员模式启动CMD才有效果,用管理员模式:在桌面建立快捷方式CMD然后用右键管理员模式运行才能停止服务,当然你可以自己找出服务手动关闭)。输入net stop uxsms等出现以个框子以闪后C:\Windows\system32 > 阅读全文
posted @ 2012-07-18 08:51 Crazy Eric 阅读(523) 评论(0) 推荐(0) 编辑
摘要: This problem has been torturing me for the whole afternoon and after searching on the web for a long time, I finally get this problem fixed.Thanks to this post:http://social.msdn.microsoft.com/Forums/zh-CN/vstudiozhchs/thread/fce3b79d-fa19-49d9-8526-3665e834e614/At first my PC was installed with vis 阅读全文
posted @ 2012-07-17 16:33 Crazy Eric 阅读(587) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页