码迷,mamicode.com
首页 >  
搜索关键字:android annotation    ( 102377个结果
[UI]抽屉菜单DrawerLayout分析(三)
在[UI]抽屉菜单DrawerLayout分析(一)和[UI]抽屉菜单DrawerLayout分析(二)中分别介绍了DrawerLayout得基本框架结构和ViewDragerHelper的作用以及手势分发,本文一起来分析其中的Scroller的使用情况。 在ViewDragerHelper中可.....
分类:其他好文   时间:2014-05-05 13:02:44    阅读次数:327
Unity发布各平台路径
#if UNITY_EDITORstring filepath = Application.dataPath + "/StreamingAssets";#elif UNITY_IPHONEstring filepath = Application.dataPath +"/Raw";#elif UNI...
分类:其他好文   时间:2014-05-03 23:43:39    阅读次数:303
(转)html5开发之viewport使用
原文:http://www.php100.com/html/webkaifa/HTML5/2012/0831/10979.html随着高端手机(Andriod,Iphone,Ipod,WinPhone等)的盛行,移动互联应用开发也越来越受到人们的重视,用html5开发移动应用是最好的选择。然而,每一...
分类:Web程序   时间:2014-05-03 23:33:30    阅读次数:508
Unity Web前端研究
原地址:http://blog.csdn.net/libeifs/article/details/7200630开发环境Window7Unity3D 3.4.1MB525defyAndroid 2.2.1 羽化的第二十五篇博客,明天就要启程回家了,所以这应该是本月的最后一篇博客。最近工作还算顺利,只...
分类:Web程序   时间:2014-05-03 23:05:30    阅读次数:543
Rhythmk 学习 Hibernate 07 - Hibernate annotation 实体注解
参考:http://docs.jboss.org/hibernate/annotations/3.4/reference/zh_cn/html_single/1、系统配置: 可以通过使用 mapping的 resource,于class 属性混合配置在创建SessionFactory 也可以通过代码...
分类:系统相关   时间:2014-05-03 22:50:55    阅读次数:584
如何防止Android反编译
转自: http://my.eoe.cn/sandking/archive/19772.html http://www.cnblogs.com/zdz8207/archive/2012/01/28/de_compile.html http://www.cppblog.com/guojingjia20...
分类:移动开发   时间:2014-05-03 22:49:06    阅读次数:327
delphi xe6 android ListView增加 Header或Footer 的方法
var Item1: TListViewItem;begin Item1 := ListView1.Items.Add; Item1.Purpose:=TListItemPurpose.Header;// Item1.Purpose:=TListItemPurpose.Footer; Item1.t...
分类:移动开发   时间:2014-05-03 22:34:33    阅读次数:547
Rhythmk 学习 Hibernate 08 - Hibernate annotation 关联关系注解
1、一对一 (One to One) 共三种情况: 1.1 主键共享 1.2 外键共享 1.3 中间表关联1.1 code:@Entitypublic class article { @Id @GeneratedValue public Integer getArticleId() ...
分类:系统相关   时间:2014-05-03 22:28:15    阅读次数:420
Android Spinner(级联 天气预报)
activity_spinner.xml SpinnerActivity.javapackage com.wangzhu.demospinner;import java.io.BufferedReader;import java.io.IOException;impor...
分类:移动开发   时间:2014-05-03 22:20:07    阅读次数:362
〖Linux〗gun screen 配置文件
screen 默认使用 bash shell,一般情况下screen只用于android build,tmux则是我的日常使用多终端管理工具。# Default Shellshell "/bin/bash"# show status barhardstatus alwayslastline "%{b...
分类:系统相关   时间:2014-05-03 22:14:57    阅读次数:454
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!