-
PersonalRecord
非常实用的java小实例,个人录音,实现了很简单的小功能,对于我们初学者很有帮助哦,拿来分享给大家。(Very practical examples of java small, personal recording, to achieve a very simple little feature, very helpful for us beginners Oh, bring to others.)
- 2011-12-06 10:21:11下载
- 积分:1
-
libgdx开发的飞船射击小游戏
libgdx设计的android小游戏,内容为一个飞船在太空中飞行,躲避石块,并射击敌人。主要采用action来编写逻辑,对libgdx新手有很好的学习用处
- 2022-02-25 09:12:57下载
- 积分:1
-
AWT代码
awt code
- 2022-03-24 13:36:49下载
- 积分:1
-
CORBA技术实现的远程通信,功能还可以,希望站长满意.谢谢.
CORBA技术实现的远程通信,功能还可以,希望站长满意.谢谢.-CORBA technology to achieve the long-distance communications, functions can also hope that the head of satisfaction. Thank you.
- 2022-08-07 09:27:50下载
- 积分: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
-
网上购物车
该产品的最终用户是一个部门storewhere应用驻留在Web和管理员维护数据库。应用这是部署在部门商店willautomate是附加到客户数据库中的客户信息,该项目的细节
- 2022-02-24 16:01:01下载
- 积分:1
-
TomcatPOracle-connection-pool
java 连接oracle的连接池示例,对初学者很有用哦(document for java connect oracle:connect pool case)
- 2013-12-12 11:13:04下载
- 积分:1
-
switch2
Tests the switch statement.
- 2014-01-12 10:03:40下载
- 积分:1
-
用Java编写的程序,可以学会如何制作边界,very easy
用Java编写的程序,可以学会如何制作边界,very easy-Java prepared by the procedures, can learn how to make borders, very easy
- 2022-02-05 19:55:52下载
- 积分:1
-
AgendaAdapter
Agenda Adapter for Java Script.
- 2013-10-10 22:43:29下载
- 积分:1