Yangkai.Shen

Results 7 issues of Yangkai.Shen

场景,Excel列数不固定的时候,无法去定义一个实体对象,建议添加对Map类型的读取和写出

测试代码: **测试导出,模拟测试数据** ```java @Test public void testWriter() throws WriterException { String fileName = "/Users/yangkai.shen/Desktop/模板.xlsx"; List rows = Lists.newArrayList(new TalendModel("1","1","1","1","1",true,"1","1"),new TalendModel("1","1","1","1","1",false,"1","1"),new TalendModel("1","1","1","1","1",null,"1","1")); Writer.create(ExcelType.XLSX).withRows(rows).headerStyle((book, style) -> { style.setFillBackgroundColor(HSSFColor.HSSFColorPredefined.ORANGE.getIndex()); return style; }).to(new File(fileName));...

add some hints to improve developer experience ![image](https://user-images.githubusercontent.com/10429917/92852733-a0608680-f421-11ea-9e74-f64cf61f961e.png) ![image](https://user-images.githubusercontent.com/10429917/92852748-a35b7700-f421-11ea-86a0-028270133c02.png)

Is your component supports vue.js2.0?

## 项目简介 - 项目地址:https://github.com/xkcoding/spring-boot-demo - 语言:Java - 分类:Java/Spring Boot/教程 - 项目描述: `spring boot demo` 是一个用来 **深度学习并实战** `Spring Boot` 的项目,该项目已成功集成 actuator(`监控`)、admin(`可视化监控`)、logback(`日志`)、aopLog(`通过AOP记录web请求日志`)、统一异常处理(`json级别和页面级别`)、freemarker(`模板引擎`)、thymeleaf(`模板引擎`)、Beetl(`模板引擎`)、Enjoy(`模板引擎`)、JdbcTemplate(`通用JDBC操作数据库`)、JPA(`强大的ORM框架`)、mybatis(`强大的ORM框架`)、通用Mapper(`快速操作Mybatis`)、PageHelper(`通用的Mybatis分页插件`)、mybatis-plus(`快速操作Mybatis`)、BeetlSQL(`强大的ORM框架`)、upload(`本地文件上传和七牛云文件上传`)、redis(`缓存`)、ehcache(`缓存`)、email(`发送各种类型邮件`)、task(`基础定时任务`)、quartz(`动态管理定时任务`)、xxl-job(`分布式定时任务`)、swagger(`API接口管理测试`)、security(`基于RBAC的动态权限认证`)、SpringSession(`Session共享`)、Zookeeper(`结合AOP实现分布式锁`)、RabbitMQ(`消息队列`)、Kafka(`消息队列`)、websocket(`服务端推送监控服务器运行信息`)、socket.io(`聊天室`)、ureport2(`中国式报表`)、打包成`war`文件、集成 ElasticSearch(`基本操作和高级查询`)、Async(`异步任务`)、集成Dubbo(`采用官方的starter`)、MongoDB(`文档数据库`)、neo4j(`图数据库`)、docker(`容器化`)、`JPA多数据源`、`Mybatis多数据源`、`代码生成器`、GrayLog(`日志收集`)、JustAuth(`第三方登录`)、LDAP(`增删改查`)、`动态添加/切换数据源`、单机限流(`AOP + Guava RateLimiter`)、分布式限流(`AOP + Redis + Lua`)、ElasticSearch 7.x(`使用官方 Rest...

Java
已查看
未来
学习 / 实践

> "Would you consider integrating `brew` to allow users to install and manage the script easily?" ### Motivation Integrating with `brew` would simplify the installation process for macOS users and...

enhancement
good first issue