-
IO
说明: 自己封装的常用IO包,文件流和字符流通用,windows和linux环境下都有(Own package of common IO package, document flow and circulation with the characters, under both windows and linux environment)
- 2014-11-18 11:49:46下载
- 积分:1
-
javabasic2
基本的java小程序,需要的可以看看,能使吸纳基本功能(Basic java applets, need to look at, to make the basic functions to absorb)
- 2014-05-03 20:36:58下载
- 积分:1
-
ContactLocaleUtilsTest
ContactLocaleUtilsTest extends AndroidTestCase.
- 2013-12-02 15:37:18下载
- 积分:1
-
Java语言规范11
java语言规范se11版,官方版文件针对java11(Java language specification se11)
- 2020-06-19 16:00:02下载
- 积分:1
-
我比较喜欢的一个组件常用的互动组件(Combobox、checkbox and Radio) ...
www.huachu.com.cn/itbook/it...
我比较喜欢的一个组件常用的互动组件(Combobox、checkbox and Radio) ...
www.huachu.com.cn/itbook/itbookinfo.asp?lbbh=BB ... 91K 2005-6-9 - 百度快照 ...
www.baidu.com/ s?ct=0&ie=gb2312&bs=Jtable%D6%D0%BC%D3%C8%EBcheckbox&sr=&z=&wd=Jtable++... - 20k - 补充材料-I am more like an interactive components commonly used components (Combobox, checkbox and Radio) ... www.huachu.com.cn/itbook/itbookinfo.asp lbbh = BB ... 91K 2005-6-9- Baidu snapshot ... www.baidu.com/ s = ct = 0ie gb2312bs Jtable checkboxsr = = = z = wd Jtable ...- 20k-added material
- 2022-10-23 18:10:03下载
- 积分:1
-
JAVA酒店管理系统
利用JS做的酒店管理系统,完成酒店客房的管理,顾客的入住,结账,及超市购物的结算;对酒店清洁人员能及时显示待打扫房间;对超市进货员能进行货物的购进与撤销;对人员变更只有S管理员才有权限!!!
- 2023-04-09 14:30:19下载
- 积分:1
-
随书的代码,主要是使用Java对XML文档的访问
随书的代码,主要是使用Java对XML文档的访问-with the code, primarily using Java to XML visit
- 2023-01-07 18:50:04下载
- 积分:1
-
JAVA
学生信息管理系统,用于对学生基本信息的管理,用JAVA语言编写(Student information management system for the management of basic information on students, using JAVA language)
- 2010-12-29 17:19:51下载
- 积分:1
-
Cards-UI-master
卡片式View,支持单个卡片,item为卡片的ListView
使用:
CardListView list = ...
list.setCardTheme(CardTheme.Dark)
CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark)
list.setAdapter(adapter)
// Alternatively, you can pass a context and string resources in place of strings
// CardHeader has an optional second parameter for a subtitle
CardHeader header = new CardHeader( I m a header )
// You can optionally set an action to the header
// Specifying no action title will default to See More
header.setAction( See More , new CardHeader.ActionListener() {
@Override
public void onHeaderActionClick(CardHeader header) {
// Do whatever you want
}
})
// Add the header to the adapter, automatically notifies the list
adapter.add(header)
// Again, you can pass a context and string resources in place of strings
Card card = new Card( Hello , My name is Aidan )
adapter.add(card) (This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.)
- 2015-01-24 15:06:35下载
- 积分:1
-
jsp-player
jsp播放器,可播放音频,视频文件,可循环播放,可自动播放(jsp player, can play audio, video files, you can loop, auto play)
- 2011-01-17 19:33:06下载
- 积分:1