码迷,mamicode.com
首页 >  
搜索关键字:64-bit support    ( 6791个结果
Android -- uses-sdk:minSdkVersion 10 cannot be smaller than version L declared in library com.android.support:appcompat-v7:21.0.0-rc1
这是一个报错,是我在Android Studio上添加完Support-v4和v7包之后爆出的错误,百度了好久也没有百度到。当时我的项目有minSdkVersion 19。设置版本最小为L的时候也会出错,并且我的测试机是4.3,根本就无法安装。defaultConfig {.... ...
分类:移动开发   时间:2014-11-13 23:46:11    阅读次数:269
Enums and Lookup Tables with EF Code First
http://coding.abel.nu/2013/11/enums-and-lookup-tables-with-ef-code-first/With EntityFramework’s support for enums, there is no longer any need to incl...
分类:编程语言   时间:2014-11-13 16:18:38    阅读次数:228
IOS UI二
1.NSBundle1> 一个NSBundle代表一个文件夹,利用NSBundle能访问对应的文件夹2> 利用mainBundle就可以访问软件资源包中的任何资源3> 模拟器应用程序的安装路径/Users/aplle/资源库/Application Support/iPhone Simulator/...
分类:移动开发   时间:2014-11-13 12:32:07    阅读次数:203
Android控件的新宠儿——ViewPager
1 认识一下ViewPager? ViewPager最早出自4.0版本,那么低版本如何能使用ViewPager呢?为了兼容低版本安卓设备,谷歌官方给我们提供了一个的软件包android.support.v4.view。这个V4包囊了只有在安卓3.0以上可以使用的api,而viewpager就是其中之...
分类:移动开发   时间:2014-11-13 10:38:03    阅读次数:323
Spring mvc 自定义时间转换器
<!-- 自定义转换器 --> <bean id="conversionService" class="org.springframework.format.support.DefaultFormattingConversionService"> <property name="converters"> <list> ...
分类:编程语言   时间:2014-11-11 16:48:25    阅读次数:219
Can not perform this action after onSaveInstanceState 解决办法
报错 java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at android.support.v4.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1360) at android.suppor...
分类:其他好文   时间:2014-11-10 20:03:15    阅读次数:266
RecyclerView初级使用
RecyclerView是Android在v7包中包含了一个新的widget,RecyclerView是一个ListView进阶版,但不继承与AdapterView,相比ListView,RecyclerView更加灵活和先进。 1,导入RecyclerView 首先要保证SDK Tools和Android Support Repository为最新版。如下图:...
分类:其他好文   时间:2014-11-10 15:31:47    阅读次数:237
C#从Image上读取文本
今天通过C#来实现一个读取Image上文本的功能。1. 环境准备:1). 下载 Microsoft Office SharePoint Designer 2007.2). 安装请参考KB:https://support.microsoft.com/kb/982760. 只需要安装Office Too...
分类:Windows程序   时间:2014-11-10 15:20:41    阅读次数:240
css tricks
http://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/http://css-tricks.com/browser-support-pseudo-elements/http://css-tricks.com/fo...
分类:Web程序   时间:2014-11-10 15:01:20    阅读次数:172
Android 使用android-support-multidex解决Dex超出方法数的限制问题,让你的应用不再爆棚
随着应用不断迭代,业务线的扩展,应用越来越大(比如集成了各种第三方sdk或者公共支持的jar包,项目耦合性高,重复作用的类越来越多),相信很多人都遇到过如下的错误: UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: method ID not in [0, 0xffff]: 65536 没错,你的应用中的Dex 文件方法数超过了最大值65536的上限,简单来说,应用爆棚了. 那么让我们看一下为什么会引起这种...
分类:移动开发   时间:2014-11-10 01:11:50    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!