九度OL里的1202,运行时runtime error r6025,大家帮忙看看。

运行岛V123在运行时出现Runtime Error_冒险岛吧_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0可签7级以上的吧50个
本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:898,342贴子:
1、在一台配置比较好的台式机 系统安装冒险岛V122,也出现这个问题,后来重启版后,问题解决。2、在一台配置不太好的台式机安装冒险岛V122,运行没问题。3、在一台联想笔记机安装冒险岛V122也出现这个问题,后来把C盘扩容重装系统之家下载的 XP,还是出现这个问题(这时格式了F盘,把冒险岛安装在F盘),试了好几个系统还是不行(包括、DEEP等),最后再一次重装系统,挂了几小时重新,安装后,运行没问题。4-1、联系笔记本 因为C盘有问题一运行网页就死机,是硬盘有坏道,只有把C盘减小把有坏道的区隐藏了。这时冒除岛更新了V123,用原来安装成功的系统重装,下载V123安装,结果还是出现了这个问题。4-2 于是继续重装了 不同版本的XP,重新下载V123,结果还是这个问题。4-3、最后把所有盘格式化,完后马上拨U盘,格式化是在PE下格的,系统安装之后什么都不做,只联网下载V123,试了2个不同的XP,下了2次,还是这个问题,我快要疯了,请问有什么解决的方法?
随后会放制作过程
当红演员有没有票房号召...
禁止转载,更新不艾特人...
10月18日王宝强的离婚官...
桦皓,94,180,已经就业...
此贴为吧友爆照评分贴,...
别人都说手指长,姑娘你...
ayawawa: 你好! 跟老...
娃娃: 我现在遭遇了老...
有些人说为什么附近居民...
当红小生作为新生代的演...
Hi, 大家好 好久不见 ...
最新上线的游戏排行榜,永久免费,开服活动多多,海量豪华礼包惊喜来袭!好玩的网游排行榜,0费用,0延迟,0等待.万人同服网页游戏,人气爆棚网页游戏!
原版W7表示没这问题.....
原来是显卡驱动
贴吧热议榜
使用签名档&&
保存至快速回贴查看: 25810|回复: 226
【2012机试指导系列一】机试测试环境—九度Online Judge使用说明【已更新】
主题帖子积分
我欲无为,奈何不可为……
考研年份2010
报考学校浙江大学
本科学校杭州电子科大
第一步、注册新账户
& & 如果你是王道或者九度社区的注册用户,那么恭喜你,你可以直接跳过这步,输入你的王道用户名密码即登录!
& & 如果你不是王道或者九度社区的注册用户,没关系,只需要几步你就可以开始你的九度OJ之旅了!
& & 首先,点击首页的“立即注册”按钮,如下图:
& & 点击之后,你就会进入如下界面:
& & 此时,如果你已经有王道或者九度社区的账号的话,就可以选择直接登录,如果没有,则点击“立即注册”按钮,如下图:
& & 好了,填完相应的注册信息之后,你会看到如下界面,记得去邮箱激活哦,如果你想马上体验OJ,也可以直接进入OJ哦^_^
第二步、登录九度OJ& &
& && &&&注册完成了,赶紧登录九度OJ来做题吧,如下图:
第三步、做题在九度OJ
& && &&&已经注册了OJ帐户,登录了OJ,现在就开始在OJ上一展身手吧!题目在哪里呢?请看:
& && &&&点击上图的“题库”按钮,你就可以看到如下界面:
& && &&&目前九度OJ上有各大名校的复试机试的上机题目以及求职相关的面试题目,都可以供大家练习。
2.小试牛刀
& && &进入题库之后,我们先选择一题测试题目来小试一下牛刀,点击1000题目,如下图:
& && &&&点击之后,你就会看到这道题目的描述,如下图:
& && &&&看完题目描述之后,你可以在本机编写代码实现,然后点击上图的提交按钮,你会看到如下界面:
& && &&&在这里你可以选择你编程的语言,选择好之后,把你的代码粘贴上去,点击提交~~~~~九度OJ已经开始帮你判题了^_^,然后你就会得到你这道题目的结果。
3.代码结果查询
& && &&&在点击提交之后,会弹出一个页面显示你提交代码的运行结果,如下图:
&&当然你不可能每次都能获得上面的结果,下面我来介绍下你可能会获得的几种常见的结果以及如何去对其进行相应的分析吧,如下图:
& && &Wrong Answer:很显然,你这个题目做错了,结果和正确结果不一致,比如应该输出a+b的,你输出了a-b,你提交的代码有可能是这样的:
& &Compile Error:这个是低级的错误,你提交代码的时候编译都还没有通过,你提交的代码有可能是这样的:& &
& &Runtime Error:这个错误表明是运行时错误,比如数组越界,以及调用了非法的系统调用,你提交的代码有可能是这样的:& &
& &Time Limit Exceed:运行时间超出限制,有可能是程序中有死循环,或者是算法的时间复杂度达不到题目要求,你提交的代码有可能是这样的:& &
& &Presentation Error:答案已经基本正确,只是输出的格式有问题,一般是多了空行或是少了空行,你提交的代码有可能是这样的:& &
& &Output Limit Exceed:输出超出了限制,一般可能是没有按照题目要求来输出数据,导致输出数据比原来的多很多,你提交的代码有可能是这样的:& &
& &&&其他的一些错误可以参见首页的“常见问题”栏目。
& && && &如果你提交之后的结果不是Accept的话,你就可以点击“详情”那一栏上面的柱状图分析你的题目的具体问题:
& && && &如果你提交代码的结果是Wrong Answer的话,那么你点击详情那一栏有可能获取到的信息是这样的:
& && && &如果你提交代码的结果是Compile Error的话,那么你点击详情那一栏有可能获取到的信息是这样的:
第四步、比赛在九度OJ& &
& && & 九度OJ会定期的举行求职和考研机试相关的比赛,来让大家进行模拟实战!
1. 查看已有比赛
& && &&&你可以点击下图“在线比赛和考试”按钮来查看当前的比赛和考试的日程信息
& & public的比赛表示是公开赛,即九度OJ的注册用户届时都可以参加,而private的比赛是私有赛只有指定用户才能参加
2. 进入比赛
& & 选择一个比赛,点击进入:
& &&&选择一题点击:
& & 点击之后就进入普通的题目提交界面了:
3. 查看比赛排名
& &点击比赛排名即可查看当前比赛的排名:
& & 点击之后就可以见到如下页面:
第五步、排名
& & 九度OJ上做题会有相应的排名哦。
& & 点击“排名”,你将会获得你目前在九度OJ中的排名,如下图所示:
第六步、题目讨论
& && &&&如果你在上面有题目绞尽脑汁还是不会做,那么就跟大家讨论讨论思路吧,点击“讨论答疑专版”进入相应版块
第七步、你的九度档案
& && &&&九度OJ会记录你在OJ上面的点点滴滴,记录你成长过程。
1. 查看个人档案
& && &&&首先回到九度OJ首页,点击首页右上角个人的用户名,点击之后,会出现下图所示信息:
& && && & 由于该用户是刚注册的用户,所以档案并不是很完善,我们来查看下其他童靴的九度档案吧!^_^
2. 查看九度牛人档案
在页面的右上方有个搜索框,我们来搜索下hduoz吧,看看他的档案如何,按如下所示操作:
3.九度档案解析
& && &&&面对这些个图表你是否有点眼花缭乱的感觉呢?没事,让我来给你讲解讲解吧^_^
& && &&&首先我们来看下荣誉榜和比赛统计,如下图:
& && &&&荣誉榜中记录的是你在以往各次比赛中的最高名次,而比赛统计这张表呢,则显示了你在以往参加的各项比赛中的情况,包括比赛中的名次,AC率以及相应的Rate,对你以后的内推很有帮助哦。
& && &&&下面一张表格主要是显示了你在九度OJ上的日常练习的统计:主要有各种提交结果的记录:
& && &&&已经AC的题目和尝试过但还没有AC的题目:
& && &&&你在OJ上对于各种算法的练习次数,你在OJ上AC的题目的难度等级,以及你常用的编写语言:对你以后找工作也有莫大的帮助哦!:
第八步、其他问题
& && &&&一些其他常见问题,可以点击首页的“常见问题”来进行检索。
本帖子中包含更多资源
才可以下载或查看,没有帐号?
talent is enduring patience!
主题帖子积分
考研年份2008
报考学校中南大学
本科学校浙江大学
【2012机试指导系列一】机试测试环境—九度Online Judge使用说明(PDF版)
机试测试环境—九度Online Judge使用说明(PDF版),回复即可见。
游客,如果您要查看本帖隐藏内容请
本帖子中包含更多资源
才可以下载或查看,没有帐号?
主题帖子积分
考研年份2008
报考学校中南大学
本科学校浙江大学
主题帖子积分
王道论坛中级道友, 积分 909, 距离下一级还需 91 积分
王道论坛中级道友, 积分 909, 距离下一级还需 91 积分
考研年份2010
报考学校上海交通大学
放下姑娘,全力复试!
主题帖子积分
王道论坛初级道友, 积分 128, 距离下一级还需 72 积分
王道论坛初级道友, 积分 128, 距离下一级还需 72 积分
主题帖子积分
王道论坛中级道友, 积分 350, 距离下一级还需 650 积分
王道论坛中级道友, 积分 350, 距离下一级还需 650 积分
考研年份2012
报考学校哈尔滨工业大学
本科学校哈工大(威海)
主题帖子积分
王道论坛初级道友, 积分 173, 距离下一级还需 27 积分
王道论坛初级道友, 积分 173, 距离下一级还需 27 积分
考研年份2012
报考学校西安交大
本科学校武汉工大
主题帖子积分
王道论坛初级道友, 积分 61, 距离下一级还需 139 积分
王道论坛初级道友, 积分 61, 距离下一级还需 139 积分
考研年份2012
报考学校北京邮电大学
本科学校山西农大
这个东西好
主题帖子积分
王道论坛初级道友, 积分 78, 距离下一级还需 122 积分
王道论坛初级道友, 积分 78, 距离下一级还需 122 积分
考研年份2013
报考学校南京大学
本科学校江苏工业
放下姑娘,全力复试!
主题帖子积分
王道论坛初级道友, 积分 42, 距离下一级还需 158 积分
王道论坛初级道友, 积分 42, 距离下一级还需 158 积分
考研年份2012
报考学校华东师大
本科学校宁波工程
看看!!!!
主题帖子积分
王道论坛中级道友, 积分 221, 距离下一级还需 779 积分
王道论坛中级道友, 积分 221, 距离下一级还需 779 积分
报考学校哈工大
本科学校HIT
机试测试环境—九度Online Judge使用说明(PDF
主题帖子积分
王道论坛初级道友, 积分 37, 距离下一级还需 163 积分
王道论坛初级道友, 积分 37, 距离下一级还需 163 积分
考研年份2012
报考学校上海交通大学
本科学校华中科大
必须顶,非常感谢!
主题帖子积分
王道论坛初级道友, 积分 37, 距离下一级还需 163 积分
王道论坛初级道友, 积分 37, 距离下一级还需 163 积分
考研年份2012
报考学校上海交通大学
本科学校华中科大
必须顶,非常感谢!
主题帖子积分
王道论坛初级道友, 积分 42, 距离下一级还需 158 积分
王道论坛初级道友, 积分 42, 距离下一级还需 158 积分
考研年份2012
报考学校华东师大
本科学校东北农业大学
主题帖子积分
王道论坛初级道友, 积分 42, 距离下一级还需 158 积分
王道论坛初级道友, 积分 42, 距离下一级还需 158 积分
考研年份2012
报考学校华东师大
本科学校东北农业大学
主题帖子积分
王道论坛初级道友, 积分 158, 距离下一级还需 42 积分
王道论坛初级道友, 积分 158, 距离下一级还需 42 积分
考研年份2015
报考学校清华大学
本科学校外交学院
主题帖子积分
考研年份2015
报考学校北京邮电大学
本科学校苏州科技大学
主题帖子积分
王道论坛初级道友, 积分 68, 距离下一级还需 132 积分
王道论坛初级道友, 积分 68, 距离下一级还需 132 积分
|||王道论坛玩三国群英传ol,登入时出现microsoft visual c++ runtime library runtime error_百度知道runtime error怎么解决?runtime error是什么?runtime错误解决方案!
大家在用电脑的时候都会出现这种情况!弹出一个runtime error对话框!然后桌面就没了!玩游戏也是一样,出现一个就悲剧了,那怎么办?小编告诉大家几种方法首先要解决他就必须了解他,那什么是runtime error错误呢?通俗点说run time error是一个计算机错误以信息栏的状态显示包含特定的错误代码以及相应的解释.一般来说发生前用户会感到电脑明显的缓慢. 当信息栏被关闭后程序一般会自动关闭或者失去响应,有时会导致电脑重启有多种情况会导致这些问题,包括:tsr程序(终止并驻留程序)之间的冲突、其他正在运行的程序(常见于扩展程序以及软件的其他附加程序例如google工具拦)、软件问题、内存问题、危险程序例如病毒解决步骤:1,终止问题进程。2,安装更新补丁升级到最新版本或者重新安装应用软件。3,一些软件发生冲突,例如360等杀毒软件的误报,游戏是安装游戏时候,可以先关闭安全软件。4,扫描病毒。5,重新安装操作系统。6,联系硬件厂商(中国用户可以忽略你懂的)。游戏出现的话解决方法有四个:游戏版这个不是游戏本身的问题,是的问题,是vista和win7的Msvcrt.dll 和 Msvcirt.dll 两个文件,如果是7.0的版本,将无法兼容游戏下图是运行库的问题下图可以用这方法&出现runtimeerror,一般问题都出在注册表,“运行―〉regedit”打开注册表,笨一点的方法就是按F3出入“runtime”,查找所有名为runtime的数值,然后一个一个删掉,但这样实在太多了,不停的删半个小时不一定能删完(我曾经被runtimeerror这个问题困扰了很久,这个笨办法用过,20分钟没删完),聪明一点的办法就是,缩小范围!一般错误会在哪呢?按我的经验,一般都在这里!HKEY_LOCAL_MACHINE\SOFTWARE\microsoft\Windows\CurrentVersion\Run,在这里面搜runtime项,删掉,最多一分钟搞定!出现问题原因:出现runtimeerror的原因有很多,我至今还不清楚,我估计是一些垃圾软件、流氓软件强制安装到计算机里的缘故!造成的后果往往是这样的:电脑各个盘符右键单击,菜单最上面是&auto&而不是“打开”,还有就是QQ等软件出现错误,要求重启,这个时候你重装QQ也是没有用的,注册表出错必须先清理注册表。防范办法:建议大家安装一些反流氓软件,比如:金山毒霸、卡巴斯基、卫士360等等,从我使用的情况来看,卫士360值得推荐!一旦有程序写入注册表,他马上提示,并显示安装路径,这样再出现runtimeerror,你可以根据这个路径,去注册表找那些runtimeerror项,有的放矢了!大众版1,把系统升级到SP2(或者打net2.0 sp2补丁)2,装个xp系统3,从别的电脑或者找DLL下载早期版本的这两个文件覆盖掉(这个方法有风险,须谨慎)4,win7用户可以去微软官网进行在线hotfix(这个没试过,不知道可不可以,征求小白鼠)第二个方法一劳永逸,第三个方法必然成功但是有风险,sp2是我采取的,目前没问题。专业版下面代码太多可以用Ctrl+F查找对话框上显示的内容!常见错误以及错误代码5 Illegal function call Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 确认程序以升至最新版本,如未解决重新安装,如果仍然存在应联系软件开发商.6 Overflow Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同57 Out of memory ,This issue can be caused when the computer does not meet the programs system requirements or to much memory is already being used for the program to run. 可能由系统配置不达标引起,无法提供足够的内存.If your computer meets the requirements try first reinstalling the program to make sure it's not an issues with the program installation..如果系统配置合格那么重新安装软件确保不是软件自身的问题9 Subscript out of range Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同510 Duplicate definition Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同511 Division by zero Problem with a math formula in the program or the programs code. Verify no software updates are available for the program causing this error. 13 Type Mismatch Make sure your system regional settings are setup correctly and that the program you're running is made for your version of Windows. 确保你的系统区域设置正确并且软件是为你的系统所设置的14 Out of string space Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同519 No Resume Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同520 Resume without error Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同528 Out of stack space This issue can be caused by a program or memory error. First try going through the out of memory troubleshooting , if this does not resolve the issue try reinstalling / updating the program. 同7,必要时升级/重装软件35 Sub or Function not defined Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同548 Error in loading DLL This issue is often caused with a bad installation or an issue caused after another program has been installed that replaced the programs DLL. Close all programs and TSRs and try installing the program again. 多由错误的安装或者第三方程序修改/覆盖原dll程序引起.关闭程序以及相关进程然后重新安装软件52 Bad file name or number Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同553 File not found File required by the program to run is not found. Program needs to be reinstalled or missing file(s) need to be copied back to the computer. 软件需要重新安装或者有文件缺失.54 Bad file mode Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同555 File already open Program or file associated with program is being used and program does not have access to use it. Try closing all open programs and run program again. 尝试关闭所有程序以及相关进程然后重新运行程序.58 File already exists Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同561 Disk full The disk, for example, the hard disk drive does not have enough space for the program to run or for associated files to be copied to. Free up disk space on the computer hard drive. 例如没有足够的硬盘空间运行程序或者存储相关文件,尝试清理硬盘.62 Input past end of file Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同563 Bad record number Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同564 Bad file name Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同568 Device unavailable A hardware device or necessary requirement for the program is not being found. Verify all hardware and software required by the program is installed. If you continue to have the same issues verify the latest updates are installed for the program as well as any hardware device the program needs. 确保所有硬件软件配置符合软件运行的最低要求,如果无法解决那么确保升级到最新版本并且检查驱动程序.70 Permission denied The location of where the program is being copied to does not have proper rights. Or a file that is trying to be copied over because it's currently being used. Try closing all programs and TSRs and running/installing the program again. 关闭所有程序以及相关进程然后再次运行/安装程序71 Disk not ready Verify you have proper rights to the location you are attempting to install the program to. 确保你有足够的权限74 Can't rename with different drive Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同575 Path/File access error, Program does not have rights or access to a file. Often this is caused when a program is trying to access a network file it doesn't have proper access to either because of network privileges or something is blocking the program. This issue can also be caused when the file is being used by another program or is read-only. 多发生于程序试图连接网络但是由于网络权限或者其他因素阻止其访问时. 也可能由于网络文件同时被其他程序占用或者是只读的.76 Path not found Directory of where the program needs to be copied to or files associated with the program need to be copied to is missing. Try reinstalling the program. 重新安装程序91 Object variable set to Nothing Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同593 Invalid pattern Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 如果已经升级到最新版本那么重新安装该程序.如果仍未解决那么应联系软件开发商94 Illegal use of NULL Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同5102 Command failed Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同5339 A file is missing or invalid An associated program file is missing or corrupt. Try reinstalling the program. 重新安装该程序429 Object creation failed Program is corrupted, try reinstalling the program generating the runtime error. 重新安装问题程序438 No such property or method Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同5439 Argument type mismatch Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同5440 Object error Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同5901 Input buffer would be larger than 64K Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同5902 Operating system error Verify the program is compatible with your version of Windows and/or has any software updates. 确保该程序兼容你的操作系统或者已经升级到最新版.903 External procedure not found Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同5904 Global variable type mismatch Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同5905 User-defined type mismatch A setting either in the program shortcut or being defined by the user is correct. Try running just the program without any additional settings or variables. 尝试启动原程序而不进行任何改动.906 External procedure interface mismatch Program error, verify the program has all the latest updates. If updated try reinstalling the program. If you continue to have the same errors contact the software developer. 同51001 Out of memory This issue can be caused when the computer does not meet the programs system requirements or to much memory is already being used for the program to run. 系统不符合该程序的最低系统要求或者过多内存被其他软件所占用.If your computer meets the requirements try first reinstalling the program to make sure it's not an issue with the program installation. 如果系统配置足够那么尝试重新安装程序以确保不是软件自身问题.1025 DLL is not supported This issue is often caused with a bad installation or an issue caused after another program has been installed that replaced the programs DLL. Close all programs and TSRs and try installing the program again. 同48 OK希望对大家有帮助,还不行的话请留言给我们!
阅读本文后您有什么感想? 已有
人给出评价!
12-05-2504-11-0704-10-0704-10-0704-10-0704-10-0704-10-0704-10-07
注:您的评论需要经过审核才会显示出来
没有查询到任何记录。
Copyright &
PC6下载().All Rights Reserved
备案编号:湘ICP备号

我要回帖

更多关于 runtime error 217 at 的文章

 

随机推荐