当前位置: 代码迷 >> Compiling的解决方案
 
  • VC++编译总出错

    VC++编译总出错 我用VC++编程序,无论是什麽,都提示出错,就是别人编好的程序,在我机器上编译,也提示出错,如下 --------------------Configuration:Cpp1-Win32Debug-------------------- Compiling... Errorspawningcl.exe Cpp1.obj-1error(s),0war...

    267
    热度
  • j2mepolish的build打jar包时报错误

    j2mepolish的build打jar包时报异常Buildfile:D:\workspace\EmoticonSend_SonyEri_S700\build.xmlinit:j2mepolish:[j2mepolish]J2MEPolish2.1.2(2009-08-19)(GPLLicense)[j2mepolish]Loadingdevicedatabase...[j2mepolish]La...

    7997
    热度
  • android无线点餐系统解决思路

    android无线点餐系统郭宏志编写的android无线点餐系统的点菜功能怎么实现不了?老是报错07-1601:00:47.741:ERROR/AndroidRuntime(405):java.lang.RuntimeException:UnabletostartactivityComponentInfo{com.amaker.wlo/com.amaker.wlo.OrderActivity}:a...

    98
    热度
  • 填一个坑。关于把ruby编译到android上的一个遗留有关问题

    填一个坑。关于把ruby编译到android上的一个遗留问题。恩。如果没记错的话。是好多年前。想把ruby编译到android上运行的问题。我记得那个时候是纠结了一通宵,最后是总算把他跑在了android上。今天整理一下。首先这个教程只限于ruby1.9.2,为什么?因为我是过2.1.2。失败!。首先先把ruby1.9.2安装上。./configuremakesudomakeinstall一般来讲...

    245
    热度
  • 我是新手想请各位高手给点帮助

    我是新手想请各位高手给点帮助 我是新手自己编写个小程序但有错误,请大家帮忙看看 %@pagecontentType="text/html;charset=GBK"%> <%@includefile="a"%> <html> <head> <title>表单和JSP结合</title> </head&...

    316
    热度
  • Firefox 18 javascript编译器 IonMonkey 引起的extjs 布局混乱有关问题

    Firefox18javascript编译器IonMonkey引起的extjs布局混乱问题 最近测试反应系统在火狐18版本下偶尔会出现页面布局混乱的问题,出现频率还挺高,于是查了下,没有找到具体原因,不过开启firebug调试后,基本就不会出现问题了。在extjs论坛上看到已经有人发帖反应了,原因是由于18采用了最新的js编译引擎IonMonkey,他在编译extjs代码时有个bug导致的,错误信...

    72
    热度
  • 高手们来帮小弟我看看,[perl链接mysql的有关问题] 急 50分

    高手们来帮我看看,[perl链接mysql的问题]急!50分C:\Perl\DBD-mysql-4.006>perlmakefile.plFailedtodeterminedirectoryofmysql.h.UseperlMakefile.PL--cflags=-I<dir>tosetthisdirectory.FordetailsseetheINSTALL.htmlfile,...

    367
    热度
  • 哪个帮忙看看是什么有关问题!1

    哪个大虾帮忙看看是什么问题!!!!!!!!1ApacheTomcat/4.0.6-HTTPStatus500-InternalServerError--------------------------------------------typeExceptionreportmessageInternalServerErrordescriptionTheserverencounteredaninte...

    34
    热度
  • jfreechart有关问题

    jfreechart问题我今天刚下的jfreechart1.0.3测试了一个饼状图可以显示了但是我在网上找到这样一段代码:<%@pagecontentType="text/html;charset=GBK"%><%@pageimport="org.jfree.chart.ChartFactory,org.jfree.chart.JFreeChart,...

    33
    热度
  • JavaBean的有关问题

    JavaBean的问题<jsp:useBeanid="ll"scope="page"class="bean.Jbean"/><%ll.setStaNum(1);ll.setEndNum(60);l.setLineName(finish);%><p><%=ll.getStaNum()%><...

    99
    热度
  • missing prototype stm8 in stvd with cosmic,该如何解决

    missingprototypestm8instvdwithcosmicmissingprototypestm8instvdwithcosmic谁能告诉这个main.c编译出错是应为什么原因?????如果删除func()则编译通过环境:win7stm8s103f3stvdcosmic//main.cintvar;voidfunc(){ var++;}main(){ var=0; func();//...

    286
    热度
  • missing prototype stm8 in stvd with cosmic解决办法

    missingprototypestm8instvdwithcosmicmissingprototypestm8instvdwithcosmic谁能告诉这个main.c编译出错是应为什么原因?????如果删除func()则编译通过环境:win7stm8s103f3stvdcosmic//main.cintvar;voidfunc(){ var++;}main(){ var=0; func();//...

    282
    热度
  • :程序出俩异常,拜托高手帮忙

    求救:程序出俩错误,拜托高手帮忙程序:BOOLCreateSolidBrush(COLORREFcrColor);//声明voidCMy0628_1Dlg::OnDonny(){ //TODO:Addyourcontrolnotificationhandlercodehere //Iwrite CDC*pDC=newCClientDC(this);//得到窗体绘图环境 CBrushbrush;//...

    90
    热度
  • http://localhost:8080无法打开,帮忙解决一下,该怎么处理

    http://localhost:8080无法打开,帮忙解决一下HTTPStatus500---------------------------------------------typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisreq...

    214
    热度
  • AspectJ(三)Examples

    AspectJ(3)Examples AspectJ(3)ExamplesChapter3.Examples3.1Obtaining,CompilingandRunningtheExamplesIdownloadtheaspectjstableversionwiththeseURLshttp://mirror.neu.edu.cn/eclipse/tools/aspectj/aspectj-1.6...

    1140
    热度
  • VC++警告出错误,为什么看不了!

    VC++警告出错误,为什么看不了! --------------------Configuration:作业1-Win32Debug--------------------Compiling...Errorspawningcl.exe 作业1.exe-1error(s),0warning(s)这个什么意思,这个错误为什么不让我看!!!!!我也查看不了! ...

    225
    热度
  • 怎样运行编好的C程序

    怎样运行编好的C程序 请教一下各位高手啊!FileEditRunCompileProjectOptionsDebugBreak/watch┌────────────────────────────────────Edit────────────────────────────────────┐│Line1Col1InsertIndentTabFillUnindentC:...

    272
    热度
  • 如何连接数据库

    如何连接数据库 importjava.sql.*;publicclassshujuku{publicshujuku(){}publicstaticvoidmain(String[]args){//TODOcodeapplicationlogichereStringJDriver="sun.jdbc.odbc.jdbcOdbcDriver";StringconURL="j...

    266
    热度
  • [求助]在最后判断错误,应该如何判断?

    [求助]在最后判断错误,应该如何判断? #include<stdio.h>#defineN5structdata{charname[15];intscore;}a1[N]; voidmain(){charb[15];inti;printf("\t\t请输入学员信息\n");printf("==================================...

    280
    热度
  • [求助]为什么??串模式匹配程序报错

    [求助]为什么??串模式匹配程序报错 #include"stdio.h"#include"iostream.h"#include"stdlib.h"#include"string.h"#defineERROR0#defineOK1#defineTURE1#defineFAULSE0#defineOVERFLOW-2typedefstructstring{char*st;...

    176
    热度