- 博客(3)
- 收藏
- 关注
原创 web项目导出excel并下载
web项目导出excel并下载 一、先导入POI的jar包 一般这个版本的jar都有下载,其他的高版本的可能会有冲突。我试过过几个。 二、创建工具类 import org.apache.poi.hssf.usermodel.HSSFCell; import org.apache.poi.hssf.usermodel.HSSFCellStyle; import org.apache.poi.hssf.usermodel.HSSFRow; import org.apache.poi.hssf.usermode
2020-11-27 11:36:52
367
原创 微信登录模块获取用户数据
微信登录获取头像和名称等用户信息 <button class="sys_btn" open-type="getUserInfo" lang="zh_CN" @getuserinfo="appLoginWx">登录</button> appLoginWx() { let _this = this; // #ifdef MP-WEIXIN uni.getProvider({ service: ‘oauth’, success: function(res) { if (~res.
2020-11-27 11:22:46
466
原创 Android RecyclerView垂直自动滚动
首先使用的是自定义的RecyclerView ,AutoPollRecyclerView继承自RecyclerView,使用recyclerView.smoothScrollBy(0,250); 来控制滑动的高度 public class AutoPollRecyclerView extends RecyclerView { private static final long TIME_AUTO_POLL = 16; private static final long TIME_AU
2020-05-27 16:05:04
2132
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人