码迷,mamicode.com
首页 >  
搜索关键字:64-bit support    ( 6791个结果
Object References (the Ampersand &)
Support for object orientation was completely new to PHP 4, and was therefore not very sophisticated in comparison to the OO support in other language...
分类:其他好文   时间:2014-11-01 09:40:53    阅读次数:137
spring使用quartz触发器
环境:spring-context-support-4.0.5.RELEASE.jar(需要此包的\org\springframework\scheduling\quartz\)<!--管理类可以使用多个触发器--> <!--lazy-init=‘false‘容器启动就会执行调度程序--> <beanid="taskManager"lazy-init="false"autowire="no" class="org..
分类:编程语言   时间:2014-10-31 19:20:03    阅读次数:203
UI复习-组件:SearchView(搜索过滤)
package com.brady.est;import android.annotation.SuppressLint;import android.os.Bundle;import android.support.v7.app.ActionBarActivity;import android.v...
分类:其他好文   时间:2014-10-31 18:59:41    阅读次数:134
创建Database Diagrams时遇到的问题
SQL2008 R2中时,Diagrams的问题Error: ------------------------------ Database diagram support objects cannot be installed because this database does not have...
分类:数据库   时间:2014-10-31 18:57:47    阅读次数:154
android robotium FragmentActivity
今天在用robotium对FragmentActivity 测试的时候提示类找不到异常 ??? 折腾了半天,最后找到解决方案,把android-support-v4选中去掉就行了. 基类封装 public?abstract?class?BaseInstrumentationTestCase<T...
分类:移动开发   时间:2014-10-31 16:08:35    阅读次数:247
封装canvas文本函数
最近没事看了会canvas的API,发现canvas在绘图很多方面都很强。但是在文本API上就显得不够深入。比如,文本换行,或文本区域等。花了点时间,写了个小函数。也不知道能不能用上。记录下。欢迎指教。Your browser does not support the HTML5 canvas ta...
分类:其他好文   时间:2014-10-31 13:26:24    阅读次数:303
Android项目运行时报错NoclassDefFoundError
导Android项目时碰到个头疼的NoclassDefFoundError。 项目导入之后是没有报错的,但是运行就报这个错误 java.lang.NoClassDefFoundError: android.support.v4.view.ViewConfigurationCompat 而去查看v4的包,ViewConfigurationCompat这个类确实是存在的。 在解决这个报错的过程...
分类:移动开发   时间:2014-10-30 20:59:26    阅读次数:338
Google Guava之--cache
一、简介 Google Guava包含了Google的Java项目许多依赖的库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common ann.....
分类:系统相关   时间:2014-10-30 16:58:03    阅读次数:380
jquery-osx
jquery, desktop, jquery desktop, jquery mac, jquery mac osx, jquery osx, jquery apple ==support desktop grid, this is the special feature ==support screen thumbnail, this is the special feature ==support osx-window ==support osx-dock ==support osx-menu ==s...
分类:Web程序   时间:2014-10-30 11:47:38    阅读次数:243
UI复习-布局管理器GridLayout(计算器界面)
1>GridLayout,4.0版本以上新增的网格布局,以下版本需要引用支撑包package com.brady.est;import android.annotation.SuppressLint;import android.os.Bundle;import android.support.v7...
分类:其他好文   时间:2014-10-30 10:50:15    阅读次数:665
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!