码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
【转】win7与ubuntu双系统,删除ubuntu后,启动错误error:no such partition grub rescue的修复--不错
原文网址:http://blog.sina.com.cn/s/blog_541900d50101eu9r.htmlwin7于ubuntu双系统,进入windows后直接格式化硬盘分区将ubuntu删除,重新启动后出现如下提示。error:no such partitiongrub rescue这表示...
分类:Windows程序   时间:2015-05-24 15:35:30    阅读次数:449
Android Studio 解决方法No JVM installation found. Please install a 64-bit JDK.
—————————Error launching Android Studio—————————No JVM installation found. Please install a 64-bit JDK.If you already have a JDK installed, define a J...
分类:移动开发   时间:2015-05-24 11:16:35    阅读次数:2211
apache 实现域名重定向
<VirtualHost*:80>DocumentRoot"/data/www"ServerNamewww.emma.comServerAliaswww.alex.comErrorLog"logs/discuz-error_log"CustomLog"logs/discuz-access_log"common<IfModulemod_rewrite.c>RewriteEngineonRewriteCond%{HTTP_HOST}^www.alex.com$RewriteRule^/(...
分类:Web程序   时间:2015-05-24 06:43:27    阅读次数:172
lamp之调试lamp和ab压力测试
LAMP:php和mysql建立关联:php-mysql#yuminstallphp-mysqlyum安装的时候才用,编译安装不需要php连接mysql测试脚本:#vimindex.php<?php$conn=mysql_connect("HOST","USERNAME","PASSWORD")ordie("connecterr:".mysql_error());echo"MySQLconnOK!";?>httpd+phpCGIModule..
分类:其他好文   时间:2015-05-24 06:42:52    阅读次数:223
配置nginx作为web server
RHEL6.6-x86-64nginx-1.80php-5.6.6mysql-5.6.14安装nginx事先装好pcre-devel、gd-devel包./configure --prefix=/usr--sbin-path=/usr/sbin/nginx--conf-path=/etc/nginx/nginx.conf--error-log-path=/var/log/nginx/error.log--http-log-path=/var/log/nginx/access.l..
分类:Web程序   时间:2015-05-23 18:39:22    阅读次数:143
error: xxx.h: No Such file or directory
error: xxx.h: No Such file or directory名为xxx.h的文件或目录不存在。注:在#include,#import中指定的文件不存在时会显示此种信息。最可能的原因是,文件名输入错误,好好检查一下文件名。如果发生这种错误,最好也确认一下实际文件。因为还有可能是文件的...
分类:其他好文   时间:2015-05-23 18:19:29    阅读次数:103
构造函数能否抛出异常
可以public class Test { public Test() { try{ System.out.println(1/0); }catch(Exception e) { System.out.println("initial error"); } } public stati...
分类:其他好文   时间:2015-05-23 18:18:08    阅读次数:152
android studio Unable to load class 'org.codehaus.groovy.runtime.typehandling.ShortTypeHandling'
今天导入之前的Android studio项目,出了一个很严重的Error,如下:Error:Unable to load class 'org.codehaus.groovy.runtime.typehandling.ShortTypeHandling'. Possible causes for this unexpected error include:Gradle's depe...
分类:移动开发   时间:2015-05-23 16:54:41    阅读次数:1481
ubuntu:apt-get install 问题
ubuntu用apt-get install 安装软件时报错: E: Sub-process /usr/bin/dpkg returned an error code 解决办法: cd /var/lib/dpkg sudo mv info info.bak sudo mkdir info sudo apt-get install software-name 会有很多警告....
分类:系统相关   时间:2015-05-23 15:38:47    阅读次数:128
关于64位win7、win8.1下keil V3不能破解的解决办法
win8.1、64位,有点让人怀疑真可以兼容以前的软件么,结果几天发现keil V3就在兼容之外了。 装了几次之后,就是破解不了,提示错误 ERROR 206:没有注册的...... 没办法,V3不行装V4,结果还是老样子。折腾最后,解决办法如下:      右键单击keil  v3配置如下: 然后再破解,win8.1完美支持了 enjoy it!...
分类:Windows程序   时间:2015-05-23 14:18:07    阅读次数:466
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!