码迷,mamicode.com
首页 >  
搜索关键字:unable to execute de    ( 8855个结果
mvn install 报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2 错误: 找不到符号
mvn install 报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2 错误: 找不到符号.需要clean后重新install项目可以解决该问题
分类:其他好文   时间:2014-07-07 12:31:14    阅读次数:794
【原创】JSTL报错Unable to read TLD "META-INF/c.tld" from JAR file "file.............................
**********菜鸟的福利^_^************ 我用的是jstl-1.2.jar,网上很多说法是删掉工程lib下面的两个jar包,那是之前的老版本,现在整合成一个了。 我出现这个问题的原因:我把jstl-1.2.jar下载到了我的工程目录下:E:\myeclipse10\JSP...
分类:Web程序   时间:2014-07-07 11:29:44    阅读次数:241
WebLogic ERROR: unable to get file lock, will retry …
由于非正常结束Weblogic 进程才导致启动终端输出这样的错误信息解决办法一.删掉Domain下的*.lok文件1. 删除edit.lok cd 删除edit.lok文件 rm edit.lok2.删除 config.lok /servers/AdminServer/tmp rm AdminSe....
分类:Web程序   时间:2014-07-07 09:59:08    阅读次数:286
开发腾讯移动游戏平台SDK Android版Ane扩展 总结
来源:http://blog.csdn.net/linguifa/article/details/25832011本文记录了在开发 腾讯移动游戏平台SDK(MSDK) Android版Ane扩展 过程中所遇到的问题和相关解决方案问题一:编译报错:Unable to resolve target 'a...
分类:移动开发   时间:2014-07-03 23:14:48    阅读次数:322
分享微软官方Demo用的SharePoint 2010, Exchange 2010, Lync 2010虚拟机
微软官方有一套专门用于SharePoint 2010, Exchange 2010 Demo的虚拟机:SharePoint 2010: Information Worker Demonstration and Evaluation Virtual Machine。很多官方的教程和示列都是基于这个De...
分类:其他好文   时间:2014-07-03 19:54:47    阅读次数:314
Eclipse中mvn install 报错error in opening zip file
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:Failure executing javac, but could not parse the error:**.jar时出错; error in...
分类:系统相关   时间:2014-07-02 18:42:16    阅读次数:276
C++生成简单WAV文件(三)——根据简谱生成菊花台
上一次已经可以生成随机的音乐,要从单调的声音变成音乐,最简单的是模仿,那么先根据菊花台的简谱整一个吧。简谱是网上找的。为了简单,乐曲只生成中间一段。写头文件没变,依然是:Head.h,Head.cpp,因为不需要随机产生音符,那么随机数那个就不用了。Head.h:#ifndef HEAD_H_#de...
分类:编程语言   时间:2014-07-02 18:22:36    阅读次数:349
sqlite3 on python for newbies
python 集成了 sqlite3 ,其接口很简单:import sqlite3db_connection = sqlite3.connect(db_filename)db_cursor = db_connection.cursor()db_cursor.execute('select * fro...
分类:数据库   时间:2014-07-02 17:46:35    阅读次数:306
Python Special Syntax 2
a=Nonefor i in a: print('zheli de i shi %d' % i)报错:TypeError: 'NoneType' object is not iterable除非你提供你自己的return语句,每个函数都在结尾暗含有return None语句。关于DocStri...
分类:编程语言   时间:2014-07-02 17:31:36    阅读次数:189
python mysql模块
#!/usr/bin/pythonimportMySQLdbdefnew_mail_mysql(ak):printakconn=MySQLdb.connect(host=‘m3306.sae.sina.com.cn‘,user=‘sae_ol‘,passwd=‘7b149edb22ae7526‘,db=‘sae‘,port=3306)cur=conn.cursor()sql="selectnamefromappwhereaccesskey=‘%s‘"%akcur.execute(sql)app_name=cu..
分类:数据库   时间:2014-07-02 16:14:12    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!