上一页 1 ··· 157 158 159 160 161 162 163 164 165 ··· 228 下一页
摘要: When I run junit test, encountered this error: java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/JsonProcessingExceptionSolution: add the fol... 阅读全文
posted @ 2016-01-17 01:04 牧之丨 阅读(9030) 评论(0) 推荐(0) 编辑
摘要: http://blessht.iteye.com/blog/1104450 http://www.cnblogs.com/zhouyalei/archive/2011/11/30/2268606.html 严重: Error configuring application listener of c 阅读全文
posted @ 2016-01-17 00:49 牧之丨 阅读(4039) 评论(0) 推荐(1) 编辑
摘要: If you want to use version 3.1 you need to use the following schema:http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsdNote that 3.0 and 3.1 are differ... 阅读全文
posted @ 2016-01-16 20:45 牧之丨 阅读(536) 评论(0) 推荐(0) 编辑
摘要: [html]view plaincopy国内连接maven官方的仓库更新依赖库,网速一般很慢,收集一些国内快速的maven仓库镜像以备用。====================国内OSChina提供的镜像,非常不错===================CNOSChinaCentralhttp://... 阅读全文
posted @ 2016-01-16 20:39 牧之丨 阅读(3704) 评论(0) 推荐(0) 编辑
摘要: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved此问题的解决:1、要确... 阅读全文
posted @ 2016-01-16 19:41 牧之丨 阅读(862) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lenmoyouzi/article/details/16939977一、在日常开发中,我们经常会遇到这样的需求就是网桌面添加快捷方式:常见的快捷方式有两种:一是APP的快捷方式,一是widget插件的快捷方式。下面详细介绍这两种情况的应用: 参考网站:ht... 阅读全文
posted @ 2016-01-16 11:38 牧之丨 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 转载:http://blog.csdn.net/yanbober/article/details/464175311 背景其实这篇文章可能有些小题大作,但回过头想想还是很有必要的,有点阴沟里翻船的感觉。相信大家都知道Android API Level 8开始提供了为应用程序备份和恢复数据的功能,此功... 阅读全文
posted @ 2016-01-16 11:13 牧之丨 阅读(1003) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/daisyhd/article/details/38866809staticvoidcvt_420p_to_rgb565(intwidth,intheight,constunsignedchar*src,unsignedshort*dst){intline,... 阅读全文
posted @ 2016-01-12 18:48 牧之丨 阅读(831) 评论(0) 推荐(0) 编辑
摘要: Android的外部存储 Android支持外部存储(case-insensitive filesystem with immutable POSIX permission classes and modes)。 外部存储可以通过物理介质提供(如SD卡),也可以通过将内部存储中的一部分封装而成,... 阅读全文
posted @ 2016-01-12 18:24 牧之丨 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 使用过QQ的同学应该都用过QQ截图,Ctrl+Alt+A进入截图操作,通过拉伸,移动高亮区域的框体可以快速截取我们需要的图片。在android应用中,我们也经常需要截图操作,以下实现了一个类似QQ截图的应用。先贴图看看效果:实现原理:自定义CaptureView,在CaptureView上绘制具有一... 阅读全文
posted @ 2016-01-12 18:20 牧之丨 阅读(843) 评论(0) 推荐(0) 编辑
上一页 1 ··· 157 158 159 160 161 162 163 164 165 ··· 228 下一页