appcomat_v7报错解决方案 给出了最新的兼容报错解决方案
error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'. styles_base.xml /appcompat_v7/res/values-v21...
分类:
移动开发 时间:
2014-12-04 21:39:02
阅读次数:
318
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array.
...
分类:
其他好文 时间:
2014-12-04 13:59:41
阅读次数:
154
Linux(Ubuntu)添加module提示错误
insmod: error inserting : -1 Invalid module format
原因:所用内核版本号和正在运行的版本号不对应。
解决方案:重新编译你用的内核,然后安装内核
怎么编译和升级内核,请参见
http://blog.csdn.net/robinsonmhj/article/...
分类:
其他好文 时间:
2014-12-04 12:15:06
阅读次数:
138
This is my first shot to write a blog in English. Enjoy! ;)CocoaPods is a popular way to control iOS projects' dependency. And it's easy to use.If you...
分类:
其他好文 时间:
2014-12-04 12:02:28
阅读次数:
148
This is my first shot to write a blog in English. Enjoy! ;)CocoaPods is a popular way to control iOS projects' dependency. And it's easy to use.If you...
分类:
其他好文 时间:
2014-12-04 11:48:28
阅读次数:
143
在开发过程中使用IIS Express调试Web程序,当打开网站时出现问题,显示如下的页面。造成这个问题的原因是,可能网站的Web.config中对于访问权限的控制与IIS Express自身的application.host中的配置出现问题。现在要做的是,就是根据提示,找到找到冲突的配置,这里是authentication的配置, 这个配置在\My Documents\IISExpress\co...
分类:
数据库 时间:
2014-12-04 10:21:43
阅读次数:
173
题目:Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in...
分类:
其他好文 时间:
2014-12-03 23:06:05
阅读次数:
176
1.点击地图上面的红旗图片后,在地图上面点击动态添加标注2.$('.mypig').live("click",function(even) {window.clickPointer = "tuodong";drawingManager.close();var str = $(this).attr("...
分类:
其他好文 时间:
2014-12-03 15:38:09
阅读次数:
620
原文: php调用webservice报错Class 'SoapClient' not found php在调用webservice时,报告如下类似错误: ( ! ) Fatal error: Class 'SoapClient' not found in E:/WebSrv/CI/system/l...
分类:
Web程序 时间:
2014-12-03 12:03:33
阅读次数:
289
javax.mail.SendFailedException: Invalid Addresses; com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay for, SendFailedException...
分类:
编程语言 时间:
2014-12-03 10:31:46
阅读次数:
383