码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
黑马day06 jsp错误页面&九大隐式对象
如果一个页面指定了errorPage="指定错误页面" ,当这个页面出错的时候就会跳转到指定的页面进行友好的提示给用户。 1. 本6.jsp只有一行代码1/0这行代码会抛出异常,因此会跳转到指定的error页面。 2.error.jsp友好提示页面...
分类:Web程序   时间:2015-06-21 09:24:55    阅读次数:235
Apache web submit 403 error, access forbbiden, Undefined variable
第一次搭建网页 在本机 win8.1 上用 easyPHP dev 14.1 搭建服务器环境:PHP, Apache, MySQL 对照《PHP + MySQL 八大动态 Web 应用实战》书上的实例写一个博客类网站。 然而书成于08年,很多内容都已经跟不上时代了,导致一些莫名其妙的错误: 第一个就是: PHP mysql_connect() 函数 Note: 本扩展自 PHP 5....
分类:数据库   时间:2015-06-20 11:59:05    阅读次数:224
mysql 安装后无法登陆mysql的 shell 那mysql>经验:ERROR 1045 (28000): Access denied for user 'root'@'localhost‘
[root@hzswtb2-mpc ~]# mysqlERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)遇到:ERROR 1045 (28000): Access denied for ...
分类:数据库   时间:2015-06-20 10:30:45    阅读次数:137
error: server certificate verification failed 解决方案
git失败,报错ssl-certificate错误,原因查明为时间不同步,修改为当前时间即可。...
分类:其他好文   时间:2015-06-20 09:12:47    阅读次数:1013
SAE上使用storage上传与下载文件
0) { echo "Error: " . $_FILES["file"]["error"] . ""; }else { echo "Upload: " . $_FILES["file"]["name"] . ""; echo "Type: " . $_FILES["file"]["t...
分类:Web程序   时间:2015-06-20 09:06:49    阅读次数:168
error C2079: “out”使用未定义的 class“std::basic_ofstream<_Elem,_Traits>”
passport.baidu.com/?business&un=%E5%B7%A2%E6%B9%96%E6%8F%B4%E4%BA%A4%E5%A4%9C%E6%83%85%E4%B8%80#0passport.baidu.com/?business&un=%E6%9C%8D%E5%8A%A1%E5...
分类:其他好文   时间:2015-06-20 06:59:03    阅读次数:627
javascript 中null,undefined和空的应用
function?demo(){ ????alert(typeof?a?==?"undefined");//true } function?demo(){ ????alert(a?==?null);//console?error?a?is?not?defined } function?demo(a){ ????alert(typeof?a...
分类:编程语言   时间:2015-06-20 00:23:41    阅读次数:189
finished with non-zero exit 添加v7包报错的问题
错误:添加compile 'com.android.support:appcompat-v7:22.2.0'后报错,里面有其它的jar包,但是只要添加这个v7包就报错。Error:Execution failed for task ':YizanService4Android:dexDebug'.>...
分类:其他好文   时间:2015-06-19 15:15:28    阅读次数:236
android.util.Log常用方法
android.util.Log常用的方法有以下5个:Log.v()Log.d()Log.i()Log.w()以及Log.e()。根据首字母分别对应VERBOSE,DEBUG,INFO,WARN,ERROR。1、Log.v 的调试颜色为黑色的,任何消息都会输出,这里的v代表verbose啰嗦的意思,...
分类:移动开发   时间:2015-06-19 13:26:46    阅读次数:116
tcpdump for android L 5.x with pie support
由于使用了NDK编译的可执行文件在应用中调用,在4.4及之前的版本上一直没出问题。 最近由于要测试在Android L上的运行情况发现,当运行该可执行文件时,报如下错误: error: only position independent executabl...
分类:移动开发   时间:2015-06-19 12:02:07    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!