1、Maven能做什么
2、下载及安装
3、eclipse插件m2e 安装及配置
4、使用m2e插件创建maven项目
5、构建项目
6、如何配置各项目使用的jdk
7、添加jar包...
分类:
其他好文 时间:
2015-02-16 18:27:57
阅读次数:
311
陈科肇-欢迎转载,转载请注明出处,谢谢!
==================
本来打算在电脑上部署war包的,部署完之后,遇到个小问题:
Caused by: java.lang.UnsupportedClassVersionError: com/huike/sort/dao/order/DeliverylineDao : Unsupported major.minor version 5...
分类:
编程语言 时间:
2015-02-04 16:35:34
阅读次数:
202
Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'armv7'分类:c++oc2014-01-25 17:121225人阅读评论(0)收藏举报XCode5 编译出错的问题:解决方法:Chan...
分类:
移动开发 时间:
2015-02-03 16:52:33
阅读次数:
427
今天使用Tomcat连接sql Server 2008 enterprise的时候,报错:HTTP Status 500 - Servlet execution threw an exceptiontype Exception reportmessage Servlet execution thre...
分类:
数据库 时间:
2015-01-30 14:37:07
阅读次数:
1522
1、bitmap to uriUri uri = Uri.parse(MediaStore.Images.Media.insertImage(getContentResolver(), bitmap, null,null));2、uri to bitmapBitmap bitmap = Medi.....
分类:
其他好文 时间:
2015-01-22 14:46:05
阅读次数:
1779
运行Stanford Parser demo时出现错误:
Unsupported major.minor version 52.0 error
出现问题原因:
JDK的问题:在eclipse中开发的项目有个java build path中可以配置的jdk,还有个java compiler中可以配置compiler level{eclipse>windows>preferenc...
分类:
其他好文 时间:
2015-01-21 11:35:14
阅读次数:
149
这两天在用libcurl发送http请求
代码写好了,联调时发现服务器老是返回“Unsupported Media Type”这个错误,不支持的媒体类型,百度谷歌了一圈遇见这个问题的不少,但是大多数没有把解决方案发出来。
其实很简单,如果能认真把curl的example例程看清楚就不会出现这样的问题。
下面把代码发出来,供后来者参考
帖子请看http://bbs.csdn.net/topi...
分类:
编程语言 时间:
2015-01-19 15:46:37
阅读次数:
194
使用Storyboard时出现以下警告:warning: Unsupported Configuration: Scene is unreachable due to lack of entry points and does not have an identifier for runtime a...
分类:
数据库 时间:
2015-01-18 22:25:47
阅读次数:
159
myeclipse中添加项目后,发现项目启动时报错:Unsupported major.minor version 51.0因为tomcat使用的jdk版本不支持你项目的jdk版本,需要你在myeclipse中配置几个版本:配置myeclipse中的jre配置java compiler level配...
分类:
其他好文 时间:
2015-01-17 17:47:08
阅读次数:
313
录制音频的步骤:
1、创建录音对象
2、指定录音设备(初始化状态)
3、设置录制音频的码率
4、设置录制音频的编码格式
5、设置录制音频存放的位置
6、准备录音(准备状态)
7、开始录音
8、停止录音
9、释放资源
录制音频的状态图
public class MediaRecorderTest extends Activity {
private Medi...
分类:
移动开发 时间:
2015-01-13 19:51:23
阅读次数:
205