-
大数据分析淘宝双11的SSM项目
说明: 将双11 所有买家消费行为比例,男女买家交易对比,男女买家各个年龄段交易对比,获取销量前五的商品类别,各个省份的的总成交量对比可视化(The consumption behavior ratio of all buyers in double 11, the transaction comparison between male and female buyers, the transaction comparison between male and female buyers of all ages, the top five commodity categories of sales volume, and the total turnover comparison of each province are visualized)
- 2021-03-14 15:18:35下载
- 积分:1
-
layout
这个项目主要是介绍android中常用到的布局文件,对android入门是很好的借鉴(this is the list of layout )
- 2012-11-04 14:35:38下载
- 积分:1
-
simple
Android实现多列的Simple控件Demo(Android multi-column Simple Controls Demo)
- 2013-12-14 01:10:37下载
- 积分:1
-
Felica.pdf
Felica用户手册,高级版,开发NFC读卡器时有用(Felica User s Manual)
- 2014-11-06 12:56:48下载
- 积分:1
-
协同过滤 个性化推荐
资源描述基于物品的协同过滤推荐算法 亲自手码
- 2022-04-26 20:34:45下载
- 积分:1
-
android 图片高斯图片模糊算法
android 图片高斯图片模糊算法
- 2015-06-16下载
- 积分:1
-
sping+hibnater(mybatis) 框架
应用背景这里整合分别采用了Hibernate和MyBatis两大持久层框架,Hibernate主要完成增删改功能和一些单一的对象查询功能,MyBatis
主要负责查询功能。所以在出来数据库方言的时候基本上没有什么问题,但唯一可能出现问题的就是在hibernate做添加操作生成主键策略的时候。因为我
们都知道hibernate的数据库本地方言会针对不同的数据库采用不同的主键生成策略。关键技术
这里整合分别采用了Hibernate和MyBatis两大持久层框架。Spring3.3 整合 Hibernate3、MyBatis3.2 配置多数据源/动态切换数据源
- 2023-03-30 11:35:04下载
- 积分:1
-
RssMagDetect-master
获取WiFi RSSI值,可以选择保存到手机上,对RSSI进行分析(WiFi RSSI can be receive by mobile phone,Analysis of numerical size of RSS)
- 2018-10-01 16:59:35下载
- 积分:1
-
sqlite的增删改查
package com.fenghuo.service;import java.util.ArrayList;import java.util.List;import android.content.Context;import android.database.Cursor;import android.database.SQLException;import android.database.sqlite.SQLiteDatabase;import com.fenghuo.db.DBHelper;import com.fenghuuo.pojo.Product;public class ProductService {private DBHelper helper;public ProductService(Context context){helper =new DBHelper(context);}//查询商品 按价格升序排序 升序price asc 降序:price descpublic ListfindAll(){List list=new ArrayList();SQLiteDatabase db=helper.getReadableDatabase();Cursor c=db.rawQuery("select id ,name,price,address from product order by pric
- 2022-03-25 01:25:14下载
- 积分:1
-
java swing UI常用方法
java,swing,UI,常用方法
- 2022-02-25 04:28:12下载
- 积分:1