上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: 1.在cenos上安装 jdk#在usr/local下创建 java 文件夹mkdir java#将jdk拷贝到该文件夹中[root@VM_0_15_centos jdk1.8.0_181]# cp jdk-8u... 阅读全文
posted @ 2018-10-13 17:35 yinder 阅读(146) 评论(0) 推荐(0) 编辑
摘要: /** * 读取excel数据 */ public static List> exportListFromExcel(File file, int sheetNum) throws IOException ... 阅读全文
posted @ 2018-10-12 09:22 yinder 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1、官网下载git并且anz安装2、在Github上申请账号3、在本地使用git命令生成私钥和公钥 连续按三次 回车键$ ssh-keygen -t rsa -C "账号"生成如图 将生成的公钥设置... 阅读全文
posted @ 2018-10-11 15:34 yinder 阅读(219) 评论(0) 推荐(0) 编辑
摘要: #server portserver.port=80#spring securityadmin=adminpassword=123456#MySQL config spring.datasource.url=jd... 阅读全文
posted @ 2018-10-11 10:51 yinder 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 工具类 public static Boolean downloadExcelFile(HttpServletResponse response, String fileName) { OutputStream... 阅读全文
posted @ 2018-10-10 14:12 yinder 阅读(183) 评论(0) 推荐(0) 编辑
摘要: github 链接https://github.com/qcloudsms/qcloudsms_java/tree/master maven要使用 qcloudsms_java 功能,需要在 pom.xml 中添... 阅读全文
posted @ 2018-10-09 23:13 yinder 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 1 点击导航栏跳转页面 layout 后台大布局 - Layui 发送短信后台 发送短信 ... 阅读全文
posted @ 2018-10-08 17:55 yinder 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1 . @Value注解来获取配置的值 2. @ConfigurationProperties注解 阅读全文
posted @ 2018-10-08 11:19 yinder 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 教程网址:Jackson流式API目标JSON串 原始JSON串核心代码思路:先将原始JSON串生成对应的对象,获取到其数据 package com.run.runlpwebdemo.utils;import ... 阅读全文
posted @ 2018-09-29 17:16 yinder 阅读(538) 评论(0) 推荐(0) 编辑
摘要: 在引入的静态资源路径上 添加以下内容 阅读全文
posted @ 2018-09-11 14:38 yinder 阅读(68) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页