摘要: 1.spring-petclinic介绍 spring-petclinic是spring官方做的一个宠物商店,结合了spring和其他一些框架的最佳实践。 架构如下: 1)前端 Thymeleaf做HTML模板引擎或纯JSP加Tag CSS采用Bootstrap webjars用来管理客户端依赖 D 阅读全文
posted @ 2019-04-28 10:24 Heart_K 阅读(2314) 评论(0) 推荐(0) 编辑
摘要: 前阶段读了 Yinwang 的博客, 对 Scheme and Lisp 产生了很大的兴趣, 用 学生模式的 DrRacket IDE一步一步开始实现 How to Design Programs。 想到之前搁浅的 用 Atom 学习 Algs4 刷 LeetCode 计划, 索性 也用 对学生友好 阅读全文
posted @ 2018-06-07 16:38 Heart_K 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 决定在 上开始补习基础, 先加入: https://www.coursera.org/learn/algorithms-part1 其中 Welcome 给出了 BooKSite Our booksite, which is open to everyone and contains a wealt 阅读全文
posted @ 2017-10-31 22:54 Heart_K 阅读(785) 评论(0) 推荐(0) 编辑
摘要: 工作快5年了,因为是半路学习软件开发, 最近准备刷 LeetCode 复习基础, 看了一集 YouTube 视频 直通硅谷之路讲座 决定搭建一个 不依托于 编辑器 类似白板的开发环境, 因为 Atom 对java 支持相对较弱,决定采用 Atom: 1、基本的 script 运行 https://a 阅读全文
posted @ 2017-10-31 11:18 Heart_K 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 通常我在使用Maven构建项目的时候是将应用项目划分为多个更小的模块。 Gradle 项目也拥有多于一个组件,我们也将其称之为多项目构建(multi-project build)。 我们首先创建一个多项目构建: 这时候 的项目结构如下: 然后,创建多个模块,这里以 core 和 web 模块为例,先 阅读全文
posted @ 2016-09-26 14:59 Heart_K 阅读(33845) 评论(0) 推荐(3) 编辑
摘要: 使用 Gradle 构建 Java 项目 这个手册将通过一个简单的 Java 项目向大家介绍如何使用 Gradle 构建 Java 项目。 我们将要做什么? 我们将在这篇文档航中创建一个简单的 Java 项目,然后使用 Gradle 构建它。 需要准备什么? 预留15分钟空闲时间 一件称手的兵器(你 阅读全文
posted @ 2016-09-14 17:09 Heart_K 阅读(15265) 评论(0) 推荐(0) 编辑
摘要: 环境:window 7 64 Gradle 版本: gradle 3.0 创建文件夹,并初始化 查看结构 可以看到 gradle项目自动编译的时候要读取的配置文件。比如指定项目的依赖包等。build.grade有两个,一个是全局的,一个是在模块里面。全局的build.grade主要设置的是声明仓库源 阅读全文
posted @ 2016-09-13 15:10 Heart_K 阅读(11570) 评论(0) 推荐(0) 编辑
摘要: The module The tests Unit tests Integration tests Java integration tests JavaScript integration tests Ruby integration tests Groovy integration tests 阅读全文
posted @ 2016-09-13 11:48 Heart_K 阅读(339) 评论(0) 推荐(0) 编辑
摘要: https://www.techempower.com/benchmarks/#section=data-r12&hw=peak&test=json Developing Vert.x modules with Gradle Clone the template project Outputs Co 阅读全文
posted @ 2016-09-13 11:38 Heart_K 阅读(344) 评论(0) 推荐(0) 编辑
摘要: Labels & Codes List of Codes Adjectives Nouns Verbs Other labels Adjectives Nouns A noun that refers to a group of people acting collectively. When us 阅读全文
posted @ 2016-08-03 13:55 Heart_K 阅读(408) 评论(0) 推荐(0) 编辑