-
数据库连接
说明: 利用myEclipse创建Web工程,实现与数据库的连接(Create a Web project with myEclipse to connect to the database)
- 2019-11-23 11:29:35下载
- 积分:1
-
安卓阅读器源码
基于安卓编写的文本阅读器,有较全的菜单,支持txt,word,pdf,xml等各种格式的文件,实现上下翻页,书签,模糊查询,字体放大,颜色改变等基础功能,功能较强大,初学者请在大婶指导下细心学习。
- 2023-04-12 19:50:04下载
- 积分:1
-
counts
说明: 利用动态规划法,求出字符串A变为字符串B的最小操作数。(每次只能操作一个字符)(Find the minimum operand that turns string A into string B)
- 2020-06-24 23:40:12下载
- 积分:1
-
Java
主要使用Java程序设计QQ聊天,程序详细介绍了如何使用Java来设计QQ的,计划的细节,并伴有在每个关键步骤的插图为更好地了解(The main use java program to design QQ chat, the program details how to use java to design QQ, program details, and accompanied at every critical step illustrations for better understanding )
- 2014-07-23 15:01:31下载
- 积分:1
-
android验证码的整个实现过程和所有的代码
android验证码的整个实现过程和所有的代码
- 2014-11-07下载
- 积分:1
-
achieve a plural categories, for learning Exception Handling
实现一个复数类,用于学习异常处理-achieve a plural categories, for learning Exception Handling
- 2022-01-28 21:49:48下载
- 积分: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
-
TankWar
Tank大战,适合于初学者学习使用,欢迎大家下载使用(the war of Tank,is suit for learner)
- 2011-12-19 10:23:50下载
- 积分:1
-
apis-master
APIS oauth2 source code
- 2014-02-13 21:11:31下载
- 积分:1
-
myeclise-2017-CI-8S破解文件
myeclise2017 破解工具 ,内含破解说明.txt,myeclipse2017_keygen和相应的破解jar包(Myeclise2017 cracking tool)
- 2018-05-03 17:11:05下载
- 积分:1