码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
ORA-01146: cannot start online backup - file 1 is already in backup ORA-01110: data file 1: 'C:\ORACLE\ORADATA\ORCL8\SYSTEM01.DBF'
问题:Error: [1146] ORA-01146: cannot start online backup - file 1 is already in backupORA-01110: data file 1: 'C:\ORACLE\ORADATA\ORCL8\SYSTEM01.DBF'以上问题...
分类:数据库   时间:2014-07-16 17:37:05    阅读次数:398
局部变量使用细节
public class TestThis { private String name; void eat(String name){ //String food;//局部变量在使用时必须初始化,否则会报错 error String food = "apple"; //right Syste...
分类:其他好文   时间:2014-07-16 17:01:11    阅读次数:169
关于error:Cannot assign to 'self' outside of a method in the init family
今天在编写model时,突然发现了“Cannot assign to 'self' outside of a method in the init family”问题。后通过搜索解决了此问题,记录之。有时候我们重写父类的init方法时不注意将init后面的第一个字母写成了小写,在这个方法里面又调用父...
分类:其他好文   时间:2014-07-16 15:44:36    阅读次数:193
socket bind error:Socket operation on non-socket
问题:编译Socket时候出现socket bind error:Socket operation on non-socket时间:2014-7-14解决:注意“==”和“=”的优先级,前者是大于后者的,故而在处理一些表达式的时候,注意加括号注意:注意下面标注闪光字体的地方#include #inc...
分类:其他好文   时间:2014-07-16 15:21:29    阅读次数:190
寒城攻略:Listo 教你 25 天学会 Swift 语言 - 25 Listo's Conclusion
寒城攻略:Listo 教你 25 天学会 Swift 语言,共同努力,开源中国 官方文档翻译为 Swift 代码讲解,复制粘贴运行内容,本人亲测,0 error,开源代码,只是希望共同努力进步,如有不足,欢迎指正 欢迎转载,备注明出处即可...
分类:其他好文   时间:2014-07-16 14:39:21    阅读次数:180
深入分析MySQL ERROR 1045 (28000)
这几天在MySQL新建用户后,出现访问拒绝的问题,错误码为ERROR 1045(28000)。在网上搜索了很久,找到了很多解决办法,但很遗憾的是这么多办法没有一个能解决该问题。虽然出现的错误码28000很多人都遇到过,但原因也有所不同,有的是mysql.user表中没有信息,有的是root用户没有密码(那就不用密码登录),而使用mysql-5.6.19时,mysql.user有用户信息,root用...
分类:数据库   时间:2014-07-16 14:19:06    阅读次数:252
python升级安装后的yum的修复
升级python版本后,运行yum # yum -y install openssl 提示如下: There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:    No module named yum Pl...
分类:编程语言   时间:2014-07-16 14:04:47    阅读次数:193
jquery.validate remote 和 自定义验证方法
jquery.validate remote 和 自定义验证方法$(function(){var validator = $("#enterRegForm").validate({debug:false, //调试模式取消submit的默认提交功能//errorClass: "error",//默认...
分类:Web程序   时间:2014-07-16 13:37:49    阅读次数:277
日积月累:配置SDK路径错误(An error occurred while automatically activating bundle com.android.ide.eclipse.adt)
在进行Android应用的开发过程中,有时候在配置SDK路径的时候(Windows->Preferences->Android),会出现如下报错:An error occurred while automatically activating bundle com.android.ide.eclipse.adt。并且重启Eclipse也没用。            注:该图为正常情况。  搜索相关...
分类:移动开发   时间:2014-07-16 13:26:15    阅读次数:214
Error pulling origin: error: Your local changes to the following files would be overwritten by merge
在Android Studio使用git进行pull操作中,你会发现会有这么一个错误,这个其实类似于svn中的冲突。那如果解决这个问题呢,如图所示。 先stash changes,隐藏本地的改变,执行完这步后,再进行pull,pull完了一定不要忘记unstash changes,恢复你刚隐藏的改变。...
分类:Windows程序   时间:2014-07-16 11:28:38    阅读次数:474
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!