-
android 仿ios 自定义togglebutton例子源码下载(兼容低版本)
android 仿ios 自定义togglebutton例子源码下载(兼容低版本)
- 2015-04-15下载
- 积分:1
-
淘宝alipay python sdk
提供了即时到帐,担保交易和确认发货的接口。* 即时到帐 def create_direct_pay_by_user(tn, subject, body, total_fee) tn - "out_trade_no", 应该是你的网站订单系统中唯一订单匹配号 subject - "subject", 你的订单名称 body - "body", 订单描述 total_fee - "total_fee", 订单的总金额 返回应该跳转的支付宝链接* 担保交易 def create_partner_trade_by_buyer (tn, subject, body, price) tn - "out_trade_no", 应该是你的网站订单系统中唯一订单匹配号 subject - "subject", 你的订单名称 body - "body", 订单描述 price - "price", 商品单价 返回应该跳转的支付宝链接 note: 物流的类型等的设置在接口內默认设置,如果你需要每次修改可以扩展这个接口。* 确认发货 def send_goods_confirm_by_platform (tn) tn - "trade_no", 注意这个不是你站点的唯一订单号,而是支付宝返回的在支付宝系统内唯一的订单号。 返回确认发货应该跳转的链接。
- 2022-01-30 17:15:37下载
- 积分:1
-
ANE
Adobe Air是利用Adobe公司的Flash技术开发的媒体播放平台。而Native Extension就是让AIR可以调用各个平台上的本地代码(native code, 如ios上的object-c,android上的java,desktop上的c++,ca#等),从而完成对AIR中Actionscript API的自定义扩展。即可以让开发者通过编写基于平台的本地代码扩展ActionScript。从而完成一些原有Actionscript无法完成的功能。(Adobe Air is developed by using Adobe s Flash technology media platform. While the Native Extension is to make AIR calls on every platform native code (native code, such as IOS Object-C, Android Java, desktop c++, c#), thus completing the extensions to the AIR Actionscript API custom. That allows developers to write native code through the platform based on ActionScript. In order to complete some of the original Actionscript cannot perform the function.
)
- 2013-09-25 11:19:28下载
- 积分: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+servlet的网上购物系统
基于jsp+servlet的网上购物系统,包括注册登录加入购物车,查看遍购物车以及查看编辑订单的功能。
- 2022-01-25 17:54:04下载
- 积分:1
-
无线点餐
无线点餐模块,包括客户端和服务器,还有数据库文件和相关参考文档,里面有详细的操作说明,适合初学者和毕设的同学
- 2023-07-12 07:20:04下载
- 积分:1
-
android 音乐播放器实例源码下载
android 音乐播放器实例源码下载
- 2014-07-28下载
- 积分:1
-
java项目 即时聊天系统
java开发即时聊天系统,用户可以群聊、私聊、查询及修改个人信息、查询聊天记录,管理员可以对用户进行增加、删除、修改用户权限、查询用户信息等操作。还包括客户端与服务器端相关代码。
- 2023-06-02 03:35:04下载
- 积分:1
-
SSH框架开发的书店管理系统
基于Java SSH开发的一个书店管理系统,包括前台页面和后台服务,工程简单易懂,特别适合初学者学习入门。我也是一个Java Web入门者,有很多东西都要学习和了解,希望能跟大家多多交流Java学习。
- 2022-03-09 19:36:18下载
- 积分:1
-
1000多种java算法大全源码包
各种java算法源码集合,包括排序、查找、哈希等等算法。是深入了解算法相当不错的资料。
- 2022-01-22 02:18:33下载
- 积分:1