码迷,mamicode.com
首页 >  
搜索关键字:annotation processor    ( 3710个结果
Android 手机app 嵌入网页操作
1、主Activity的源代码:package com.jhtg.happyagent;import android.annotation.SuppressLint;import android.app.Activity;import android.graphics.Bitmap;import a...
分类:移动开发   时间:2014-07-16 21:05:23    阅读次数:144
Eclipse里选中一个变量后,这个类里的该变量不变色了?
Eclipse里选一个变量后,这个类里的该变量不变色了。1.使用“Alt+Shift+O”对该提示功能的开/关切换2.可以在以下设置选中后的文本提示颜色 window--> Preferences--> General--> Editors--> Text Editors--> Annotation...
分类:系统相关   时间:2014-07-13 09:28:15    阅读次数:215
使用CXF创建REST WEBSERVICE
简单小结下CXF跟REST搭配webservice的做法,直接举代码为例子: 1 order.java   package com.example.rest; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement(name = "Order") public class Order {   ...
分类:Web程序   时间:2014-07-12 19:51:13    阅读次数:279
PatentTips - Heterogeneous Parallel Primitives Programming Model
BACKGROUND1. Field of the InventionThe present invention relates generally to a programming model for a heterogeneous processor system.2. Background A...
分类:其他好文   时间:2014-07-12 14:52:45    阅读次数:387
PatentTips - Scheduling compute kernel workgroups to heterogeneous processors based on historical processor execution times and utilizations
BACKGROUND OF THE INVENTION 1. Field of the InventionThe present invention relates generally to heterogeneous computer systems.2. Background ArtComput...
分类:其他好文   时间:2014-07-12 14:44:24    阅读次数:296
eclipse上使用JUnit框架进行单元测试
JUnit4是JUnit框架有史以来的最大改进,其主要目标便是利用Java5的Annotation特性简化测试用例的编写。先简单解释一下什么是Annotation,这个单词一般是翻译成元数据。元数据是什么?元数据就是描述数据的数据。也就是说,这个东西在Java里面可以用来和public、static...
分类:系统相关   时间:2014-07-11 19:53:16    阅读次数:366
使用annotation配置hibernate(3):多对多关系配置
数据库表结构Student.java 1 @Entity 2 @Table(name = "student") 3 public class Student { 4 @Id 5 @Column(name = "id") 6 @GenericGenerator(name = "...
分类:系统相关   时间:2014-07-11 19:45:18    阅读次数:358
使用annotation配置hibernate(2):一对多关系配置
数据表结构单向一对多Student.java 1 @Entity 2 @Table(name = "student") 3 public class Student { 4 @Id 5 @Column(name = "id") 6 @GenericGenerator(name...
分类:系统相关   时间:2014-07-11 19:25:24    阅读次数:278
java annotation 获取属性
自定义Annotation1.声明一个annotation,类型是@interface//声明注解@Target(ElementType.FIELD)@Retention(RetentionPolicy.RUNTIME)@Documentedpublic @interface ValueBind {...
分类:编程语言   时间:2014-07-11 11:27:04    阅读次数:202
Android Annotations浅析
这阵子遇到了好多事情,挺久没来更新博文了,这两天在学这个开源框架Android Annotations,用起来感觉挺方便的,相信用过Spring注解的孩子理解起来应该比较容易!就是配置起来比较吃力。 关于AndroidAnnotaions的介绍,网上已经很多了,我这里不再累赘。   1、AndroidAnnotations官网:http://androidannotations.org/(也许你...
分类:移动开发   时间:2014-07-10 23:56:53    阅读次数:433
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!