-
viewpage_fragment
Viewpage_Fragment 很不错的android多页面滑动效果实例,完整的Java源代码,创建时间:2013-8-2 下午4:56:15 ,基于android.support.v4.app.Fragment实现 让页面list,页面title list,滑动显示,在代码中定义适配器,得到每个页面,每个页面的title,得到页面的总个数,根据这些信息实现多页面的滑动。(Viewpage_Fragment very good android multi-page sliding effect instance, a complete Java source code, creation time :2013-8-2 4:56:15 pm based android.support.v4.app.Fragment achieve make the page list, the page title list, slide shows, adapters defined in the code, to get each page, each page s title, to get the total number of pages, according to the information page of multi-slide.)
- 2013-09-22 22:05:23下载
- 积分:1
-
1、创建一个Customer类,类的属性有:姓名、年龄、性别,创建两个对象,张三、18、男,李四、21、女,把这两个元素存入ArrayList对象中,并再从ArrayList中读取出来。
Java的集合框架主要由一组用来操作对象的接口组成,不同接口描述一组不同数据类型。核心接口主要有:Collection、List、Set和Map。
图3- 10 框架图
表3- 4 集合区分列表
集合 是否有序 是否可重复
Collection 否 是
List 是 是
Set AbstractSet 否 否
HashSet
TreeSet
是
Map AbstractMap 否 使用key-value来映射和存储数据,Key必须惟一,value可以重复
HashMap
TreeMap 是
遍历集合中的元素,一种最常用的遍历方法是使用迭代器Iterator接口。每个集合类都提供了iterator方法以返回一个迭代器,通过这个迭代器,可以完成集合的遍历或删除操作,迭代器的使用步骤如下:
1) 通过iterator方法得到集合的迭代器;
2) 通过调用hasNext方法判断是否存在下一个元素;
3) 调用next方法得到当前遍历到的元素。
Iterator iterator = arrayList.iterator();
while (iterator.hasNext()) {
String str = iterator.next();
2、HashMap与TreeMap
HashMap通过hashcode对其内容进行快速查找,而TreeMap中所有的元素都保持着某 种固定的顺序
需要存储有序元素使用Tre
- 2022-03-19 04:14:43下载
- 积分:1
-
jbrobe 安装使用教程
java 测试必备工具
jbrobe 安装使用教程
java 测试必备工具-jbrobe installation tutorial an indispensable tool for testing java
- 2022-09-03 03:20:03下载
- 积分:1
-
Java 论坛
Java的论坛目前Web应用程序是一个在线讨论应用程序,其中用户可以在其特定的主题讨论。用户登录或注册和读取的问题和意见,也可以发布自己的问题或意见。此应用程序使用下面的Web技术。Spring - 作为一个网络技术。Hibernate - 用于处理数据库连接。JPA - 维护持久性数据的应用程序。Eclipse - 编译和构建应用程序。Tomcat的6 - 用于运行应用程序其配置类似于前面的项目,但它是建立在Eclipse而非Maven的。以下是Controller类。
- 2022-08-21 02:07:59下载
- 积分:1
-
tbkzdcj
采用php+mysql进行开发的淘宝客自动采集源码。
淘宝客程序API自动更新自动采集版 sk-taokeapi-v6.0 无需人工操作,配置淘点金和爱淘宝的爱搭配。
适用版本:sk-taokeapi-v6.0
安装方法:
解压之后把upload文件夹里面的文件 通过ftp软件上传至网上服务器空间的根目录下(也可以子目录下,这时访问
路径须加上子目录)。
然后运行http://你的网址/install进行安装
填写数据库、用户名和密码等(Using php+mysql for the development of Taobao automatic acquisition source.
Taobao customer program API update automatic collection version of sk-taokeapi-v6.0 without manual operation, configuration and love love Amoy gold Taobao collocation.
Application version: sk-taokeapi-v6.0
Installation method:
After extracting the upload folder inside the file through the FTP software uploaded to the root of the network server space (also sub directory, then visit)
The path must be a subdirectory.
Then run http:// your site /install to install
Fill in the , user name and password)
- 2020-11-03 15:09:52下载
- 积分:1
-
jQuerymenus
jQuery Menu 暖色、动画、折叠,可作导航菜单,用这几个关键词似乎可以形容这款jQuery动感菜单,示例就是一个很好的应用,连同CSS文件一同拷贝至你的WEB项目中即可使用,本款菜单在兼容性方面做的挺好,来自国外的jQuery网站。(jQuery Menu warm, animation, folded, can be used to navigate the menu, with a few key words seem to describe this dynamic menu jQuery, is a good example of the application, together with a copy of the CSS file to your project, you can use WEB this paragraph menu compatibility has done good, abroad jQuery site.)
- 2014-12-24 18:11:59下载
- 积分:1
-
crm管理系统
做的一个汽车的crm管理系统,角色为经理和销售员,销售员管理自己名下的客户,并定期进行回访。经理可以对销售员进行抽查。
- 2023-03-08 17:55:06下载
- 积分:1
-
calendar.java
;1:/ * calendar.java --
- 2022-03-06 19:13:06下载
- 积分:1
-
Java随机选学生
java窗口程序,可以实现,随机选学生,并且记录每次选择数据,支持选择固定班级,与班级组合。用xls表格代替数据库,使得操作更加简便,拥有漂亮简介的界面。
- 2023-08-23 01:10:04下载
- 积分:1
-
仿京东源码
仿京东源码b2c 数据库用的mqsql 包括sql文件 基于ssh框架开发
- 2022-07-09 13:05:53下载
- 积分:1