码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
mysql的perror
eg: 执行:perror 1064 返回:MySQL error code 1064 (ER_PARSE_ERROR): %s near '%-.80s' at line %d Win32 error code 1064: 当处理控制请求时,在服务中发生异常。
分类:数据库   时间:2015-08-13 08:50:31    阅读次数:177
使用nginx部署Yii 2.0\yii-advanced-app-2.0.6
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/ng...
分类:移动开发   时间:2015-08-12 22:58:31    阅读次数:306
解决:LNMP架构下访问php页面出现500错误
默认情况下,如果被访问的php脚本中包含语法错误,服务器会返回一个空的“200 ok”页面在php.ini中的fastcgi.error_header选项允许在这种情况下产生一个HTTP错误码以使web服务器可以正确拦截并处理这个错误码,类似直接在php代码中调用header()返回500状态码,如...
分类:Web程序   时间:2015-08-12 21:27:53    阅读次数:487
学习python自动化运维diff-nginx比较
通过html来比较nginx配置文件和备份的ngixn不同#!/usr/bin/envpythonimportdifflibimportsystry:textfile1=sys.argv[1]textfile2=sys.argv[2]exceptException,e:print"error:"+str(e)print"Usage:diff_nginx.pyfilename1filename2"sys.exit()defreadline(filename):try:fileHan..
分类:编程语言   时间:2015-08-12 19:56:30    阅读次数:195
安装nagios 登陆后提示nagios Internal Server Error
出现以下错误信息InternalServerErrorTheserverencounteredaninternalerroror misconfigurationandwasunabletocompleteyourrequest.Pleasecontacttheserveradministrator,root@localhostandinformthemofthetimethe erroroccurred,andanythingyoumighthavedonethatmayhavecaused..
分类:移动开发   时间:2015-08-12 19:48:45    阅读次数:158
LNMP环境搭建——MySQL篇
The world’s most popular open source database1.Install MySQLroot@kallen:~# apt-get install mysql-server-5.5 mysql-client-5.52.Add Users(1) 选择数据表 语句如下:use mysql; (2) 在mysql的user表中增加连接用户帐号: 这里不要直接使用IN...
分类:数据库   时间:2015-08-12 19:33:58    阅读次数:256
关于ajax明明成功却进入error
本文是在php中遇到的ajax问题,我们明明传了一个json给ajax,但却不能在success中alert数据,却进入了error,网上有很多关于这种问题的解决方法,比如json错误等等!但我参考了他们的解决方法都没有解决,最后发现因为在返回json之前我返回了一个不是json的数据,如何你...
分类:Web程序   时间:2015-08-12 18:57:11    阅读次数:119
"Your local changes to the following files would be overwritten by merge" on git
运行: git merge --ff origin/master得到错误信息:error: Your local changes to the following files would be overwritten by merge: dir/file1 dir/file2 dir/file...
分类:Windows程序   时间:2015-08-12 18:49:27    阅读次数:257
通过SourceTree连接SSL有问题的自建gitlab服务器
我用的是 SourceTree 作为Git客户端的,用它连接一个HTTPS证书过期的自建git服务,会收到下面错误: abort: error: _ssl.c:507: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certifica...
分类:其他好文   时间:2015-08-12 18:41:26    阅读次数:414
JS学习第八天----对象
对象 JS中的所有事物都是对象:字符串,数值,数组,函数...正所谓万物皆对象. JS中,可以将对象分为”内部对象”,”宿主对象”和”自定义对象”三种.   1,内部对象 js中的内部对象包括Array、Boolean、Date、Function、Global、Math、Number、Object、RegExp、String以及各种错误类对象,包括Error、EvalError、Rang...
分类:Web程序   时间:2015-08-12 17:01:05    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!