码迷,mamicode.com
首页 >  
搜索关键字:support annotations    ( 7277个结果
第一次使用hibernate
今天第一次使用了hibernate框架成功的实现想数据库里插入数据,初次使用可能会觉得很麻烦,但是相比较在web开发中使用原始的拼SQL语句的方法,确实方便许多. 使用hibernate,我下载的是hibernate-annotations-3.4.0.GA.zip,hibernate-distr....
分类:系统相关   时间:2014-05-01 13:47:47    阅读次数:689
Android--ViewPager多页面滑动切换以及动画效果
背景 ViewPager。它是google SDk中自带的一个附加包的一个类,可以用来实现屏幕间的切换。这个附加包是android-support-v4.jar。根据屏幕的分辨率和图片的宽度计算动画移动的偏移量代码 viewpager.xml界面设计很简单,第一行三个头标,第二行动画图片,第三行页卡...
分类:移动开发   时间:2014-05-01 02:14:22    阅读次数:700
判断IE8及其以下
$.support.leadingWhitespace如果是false, 就是ie8及以下, 如果是true, 就是新的浏览器, 包括firefox, chrome, ie9以上
分类:其他好文   时间:2014-04-29 17:14:47    阅读次数:255
spring 拦截器拦截点的配置
实用正则org.springframework.aop.support.RegexpMethodPointcutAdvisor然后 .*_cache.* 表示拦截...
分类:编程语言   时间:2014-04-29 16:25:10    阅读次数:510
java Annotation 自定义实例
Defining annotations Here is the definition of the annotation above. You can see that annotation definitions look a lot like interface definitions.  In fact, they compile to class files like any oth...
分类:编程语言   时间:2014-04-27 21:47:05    阅读次数:348
ViewPager的用法(一)
最近在研究ViewPager的使用,我将分段将ViewPager的使用方法和技巧介绍给大家。 1.ViewPager是谷歌一个向下兼容包(android-support-v4.jar)里面的类,所以要使用它先引入android-support-v4.jar。该jar包一般存在于android SDK目录sdk\extras\android\support\v4下面。 2.然后是布局文件中添...
分类:其他好文   时间:2014-04-27 21:23:04    阅读次数:341
java Annotation Meta-annotations
Meta-annotations @Target CONSTRUCTOR: Constructor declarationFIELD: Field declaration (includes enum constants) LOCAL_VARIABLE: Local variable declaration METHOD: Method declarationPACKAGE: Pack...
分类:编程语言   时间:2014-04-27 21:12:04    阅读次数:385
7277条   上一页 1 ... 726 727 728
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!