码迷,mamicode.com
首页 >  
搜索关键字:export wizard error    ( 36585个结果
【ERROR】bash: vim: command not found的解决办法
今天在学习鸟哥的菜的时候,发现自己linux不可以启用vim命令,错误为:bash: vim: command not found。 机器环境:VMWare8+RED HAT Enterprise5 解决方法: 发现问题的根源在于没有安装好vim 输入 rpm -qa|grep vim ...
分类:其他好文   时间:2014-07-22 23:12:56    阅读次数:993
2014华为编程比赛-筷子问题
//华为编程:筷子,找到第一个单对的筷子#include #define max 37int main(){ int n,i,j; int a[max]; int flag=0; int error=-1; scanf("%d",&n); if(n>max) { printf("...
分类:其他好文   时间:2014-07-22 23:12:15    阅读次数:325
数组与指针——参数
引入:#include#includevoidfun(char**q){exit;}voidmain(){char**p,a[6][8];p=a;fun(a);}编译不能通过!ERROR:不能将”char(*)[8]”类型的值分配到”char**”类型的实体。ERROR:”char(*)[8]”类型...
分类:其他好文   时间:2014-07-22 23:11:34    阅读次数:313
远程调试
一、服务器端远程调试设置linux下远程调试配置:1、新建startup_debug.sh2、在startup_debug.sh里加入如下内容:引用export JPDA_ADDRESS=5566catalina.sh jpda start3、启动startup_debug.sh在windows下远...
分类:其他好文   时间:2014-07-22 23:11:33    阅读次数:439
解决Oracle ORA-12505, TNS:listener does not currently know of SID given in connect(转)
http://anthon-lx.iteye.com/blog/811460完整的错误信息如下:java.sql.SQLException: Listener refused the connection with the following error:ORA-12505, TNS:listene...
分类:数据库   时间:2014-07-22 23:09:35    阅读次数:430
一个静态的HTML页面用jquery ajax登录到sharepoint页面
$.ajax({type:"get", url:"http://", data:"name="+userid+"&password="+password,async:true, error:function(request){alert("Connectionerror"); }, success:...
分类:Web程序   时间:2014-07-22 23:06:54    阅读次数:373
nsis安装包_示例脚本语法解析
以下是代码及解析,其中有底色的部分为脚本内容。注释、!define、变量、!include、常量; Script generated by the HM NIS Edit Script Wizard.; HM NIS Edit Wizard helper defines!define PRODUCT...
分类:其他好文   时间:2014-05-01 14:37:24    阅读次数:534
JDK Environment Variable And Change default JDK
Environment Variable :change(import) /etc/bashrc export JAVA_HOME=/software/jdk1.8.0 export PATH=$JAVA_HOME/bin:$PATH export CLASSPATH=.:$JAVA_HOME/li...
分类:其他好文   时间:2014-04-30 23:18:44    阅读次数:386
checking for SSL headers... configure: error: Cannot find ssl headers
" checking for SSL headers... configure: error: Cannot find ssl headers"        原因是缺少openssl-devel,安装这个库就可以解决问题。 yum -y install openssl-devel...
分类:其他好文   时间:2014-04-27 21:32:05    阅读次数:283
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!      解决方法: setenforce 0...
分类:移动开发   时间:2014-04-27 21:18:05    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!