码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
Python WindowsError
WindowsError: [Error 2] The system cannot find the file specified WindowsError: [Error 3] The system cannot find the path specified WindowsError: [Error 5] Access is denied WindowsError: [Error 13]...
分类:编程语言   时间:2015-09-11 12:57:13    阅读次数:199
AIX 系统 EBS form 打开报错FRM-92101: FORM server在启动过程中失败
克隆或者安装好系统后,发现form打不开,报错截图:根据oracle 官方文档:R12: "FRM-92101:There was a failure in the Forms Server during startup" Error When Attempting to Launch Forms [ID 454427.1]Oracle Applications Technology Stack ...
分类:其他好文   时间:2015-09-11 12:46:04    阅读次数:787
字符设备驱动——memory编译问题及解决办法
1.fatal error:asm/system.h:No such file or directory1 #include 2 #if LINUX_VERSION_CODE > KERNEL_VERSION(3, 3, 0)3 #include 4 #else5 #include ...
分类:其他好文   时间:2015-09-11 12:37:14    阅读次数:279
c++中try catch的用法
在c++中,可以直接抛出异常之后自己进行捕捉处理,如:(这样就可以在任何自己得到不想要的结果的时候进行中断,比如在进行数据库事务操作的时候,如果某一个语句返回SQL_ERROR则直接抛出异常,在catch块中进行事务回滚(回滚怎么理解?))。#include #include using...
分类:编程语言   时间:2015-09-11 12:25:35    阅读次数:212
mssql error 26
右击数据库选择“方面”,将“RemoteAccessEnabled”属性设为“True”,点“确定”
分类:数据库   时间:2015-09-11 12:18:02    阅读次数:155
Heroku上部署django
1.Heroku https://dashboard.heroku.com/apps2.文档 https://devcenter.heroku.com/articles/getting-started-with-django3.error:"pg_config executable not fo.....
分类:其他好文   时间:2015-09-11 10:36:31    阅读次数:125
404 错误: HTTP Error 404.0 - Not Found
有时候会碰到404错误快速解决方式:1. 删除数据库,重新再生成数据,重启主框架程序2. 删除最近改动的插件,重新再生成插件,重启主框架程序
分类:Web程序   时间:2015-09-11 09:15:26    阅读次数:136
1.6-常见的502问题解决
在使用nginx打开论坛时,网站根目录正确,但是打开网页502这这时候可以查看nginx的错误日志,在配置文件中有定义:/usr/local/nginx/logs/nginx_error.log可以看到unix:/tmp/wyp.sockfailed(13:Permissiondenied)这一行,说明nginx没有权限读取sock文件,所以造成502。如果是监..
分类:其他好文   时间:2015-09-11 06:48:15    阅读次数:180
SQL Server 错误行号
https://msdn.microsoft.com/zh-cn/library/ms178600.aspx返回发生错误的行号,该错误导致运行 TRY…CATCH 构造的 CATCH 块。语法 ERROR_LINE ( )返回值 当在 CATCH 块中调用时: 返回发生错误的行号。 如果错误发生.....
分类:数据库   时间:2015-09-11 00:10:46    阅读次数:377
./configure: error: the HTTP rewrite module requires the PCRE library解决
./configure: error: the HTTP rewrite module requires the PCRE library解决 有时候,我们需要单独安装nginx,来处理大量的下载请求。 单独在Centos5安装nginx遇到的rewrite和HTTP cache错误解决办法:...
分类:Web程序   时间:2015-09-11 00:03:58    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!