上一页 1 2 3 4 5 6 ··· 17 下一页
摘要: 1,导入原Eclipse Web项目 由于使用 PowerDesign连接MySql时只能用32位 Jdk,原Eclipse项目依赖于64位Jdk,导致在eclipse打不开工程,把工程导入IDEA后,选择Tomcat Server-Local,点击上面"+"菜单,可以在IDEA中配置Tomcat了 阅读全文
posted @ 2019-04-09 15:10 Season2009 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 工具: 1, 文件上传工具WinSCP 2,VIM 保存退出,:wq 不保存退出 q! 命令 1,更改文件权限 chmod +x filename 2, 建立软链接 sudo ln -s 1.jar /etc/init.d/MyService 3,新建文件 touch abc.txt(touch命令 阅读全文
posted @ 2019-03-29 08:44 Season2009 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 一:授权服务器相关代码 import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframew 阅读全文
posted @ 2019-01-28 15:43 Season2009 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 1,forEach 2,获取对话属性,去重后生成集合 3,过滤后汇总 sum可以改成count等其它函数 4,排序号取第一个 5,分组统计转成Map 6,分页获取 7,转换成其它对象 8,查询并拼接 阅读全文
posted @ 2019-01-09 17:18 Season2009 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 需求 提供一个网页,根据导入的Excel数据计算结果。 第一版本设计 Controller层 @RestController public class QuoteController { private static Logger logger = LoggerFactory.getLogger(Q 阅读全文
posted @ 2019-01-09 16:49 Season2009 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 1,https://gradle.org/ 下载过后解压缩,绿色软件不需要安装。 配置系统环境:GRADLE_HOME设置为解压缩之后的地址,PATH属性追加%GRADLE_HOME%\bin; 2,elipse插件下载 Help->Eclipse Marketplace 搜索buildShip并安 阅读全文
posted @ 2018-09-29 10:48 Season2009 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 有个小问题:如果文件名为01.jpg, 代码中引用了xx01.jpg,则01.jpg会被认为是需要的文件。 阅读全文
posted @ 2018-09-06 18:34 Season2009 阅读(736) 评论(0) 推荐(0) 编辑
摘要: 1,下载源码 地址https://spring.io/guides/gs/centralized-configuration/ 2,导入工程 解压后分别把Server端与Client端导入到两个Eclipse中,以便测试 3,修改源码中pom.xml为如下形式 4,修改Server端配置,采用本地仓 阅读全文
posted @ 2018-08-07 16:18 Season2009 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1,Spring Security入门示例 Spring Security Annotation Configuration Example – HelloWorld 详细介绍spring security 结合RBAC Springboot + Spring Security 实现前后端分离登录认 阅读全文
posted @ 2018-08-03 14:08 Season2009 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 前言 持续集成(Continuous Intergration)做为软件开发重要环节,已经被提出、实施了很多年,在国内IT行业也已普及,它是为敏捷开发而创建。通过引入CI,可以减少重复工作、尽早暴露系统问题。 需求 1, 能够自动从源码管理系统(SVN、Git)中获取源码并编译 2, 能够自动运行单 阅读全文
posted @ 2018-07-18 18:27 Season2009 阅读(273) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 17 下一页