码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
安装win和xp双系统 若干问题
装了winxp和linux双系统,后先在winxp下手动格式化了linux系统,后启动时提示grub错误,重新分区后系统也2010-09-17 21:07 【清风剑】 | 分类:Linux | 浏览991次用fdisk /mbr后,再ghostxp,启动提示 disk error! 用安装盘分区装了...
分类:Windows程序   时间:2014-06-04 17:53:57    阅读次数:590
安装CAD出现Error 1904.Module的解决方法
在安装AutoCAD2008时,安装过程中出现了一个小错误,虽然说不影响使用,也不影响功能,但还是需要把这个问题解决,今天就和大家分享解决这个问题的方法。错误描述会在安装过程中出现错误提示:Error 1904.Module C:Windowssystem32MacromedFlashFlash9....
分类:其他好文   时间:2014-06-03 15:45:33    阅读次数:1240
cocos2d-x 编译问题集合之error C2440: “类型转换”: 无法从“void (__thiscall ::* )(void)”转换为“
1.提示为error C2440: “类型转换”: 无法从“void (__thiscall xx::* )(void)”转换为“cocos2d::SEL_CallFuncN” 提示前 调用语句为callfuncN_selector(GameMenu::menuEnter) menuEnter这个方...
分类:其他好文   时间:2014-06-02 16:03:24    阅读次数:194
The type sun.management.ManagementFactory is not visible
Eclipse默认将这些受访问限制的API设成了Error。解决方法:只要将Windows---Preferences---Java--Complicer---Errors/Warings里面的Deprecated and restricted API中的Forbidden references(a...
分类:其他好文   时间:2014-06-02 16:00:09    阅读次数:229
[notes] ImageNet Classification with Deep Convolutional Neual Network
Paper: ImageNet Classification with Deep Convolutional Neual Network Achievements: The model addressed by Alex etl. achieved top-1 and top-5 test error rate of 37.5% and 17.0% of classifyin...
分类:Web程序   时间:2014-06-02 15:08:24    阅读次数:369
PHP之关闭网页错误提示
关闭PHP错误脚本提示是程序上线了必须做的一件事情,就是不管程序怎么报错我们都不能让错误日志在服务器上给大家看到,下面我来总结两种关闭PHP错误脚本提示的具体方法最简单的办法就是直接在php程序代码中加入下面代码:代码如下:error_reporting(E_ALL^E_NOTICE^E_WARNI...
分类:Web程序   时间:2014-06-02 13:14:07    阅读次数:338
Parse error: syntax error, unexpected T_STRING in D:\workspaces\0428\0630\08-returntype.php on line 4
那你有权限查看修改服务器的php.ini吗?你查看一下服务器的php.ini找到:short_open_tag = Off这一行,如果short_open_tag = On,那么你就把它改成Off因为如果这个为On,就意味着运行这样的php代码:也就是说等同于所以你第一行的就被服务器认为是php代码...
分类:Web程序   时间:2014-06-02 11:41:38    阅读次数:249
ORA-09817: Write to audit file failed   Linux-x86_64 Error: 28: No space left on device
连接数据库报错 [oracle@tips~]$sqlplus/assysdba SQL*Plus:Release11.2.0.3.0ProductiononFriJun2918:44:032012 Copyright(c)1982,2011,Oracle.Allrightsreserved. ERROR: ORA-09817:Writetoauditfilefailed. Linux-x86_64Error:28:Nospaceleftondevice Additionalinforma..
分类:系统相关   时间:2014-06-02 04:12:14    阅读次数:915
ORACLE表test01字段的操作
SQL>createtabletest01 (NONUMBERNOTNULL,NAMEVARCHAR(30)); 1.修改表名称 SQL>altertabletest01renametotest02; Tablealtered. SQL>desctest01 ERROR: ORA-04043:objecttest01doesnotexist SQL>desctest02 NameNull?Type -------------------------------..
分类:数据库   时间:2014-06-02 04:03:12    阅读次数:291
powershell-无法加载文件,因为在此系统中禁止执行脚本
写了一个powershell脚本测试脚本,结果执行的时候报错 $a=Get-ContentC:\script.txt|select-string-pattern"ora" if($a-eq$null) { write-host"error" } else { write-host"OK" } PSD:\>.\pshell.ps1 无法加载文件D:\pshell.ps1,因为在此系统中禁止执行脚本。有关详..
分类:其他好文   时间:2014-06-02 03:17:04    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!