摘要: PS: 在build script中的taskapply plugin: 'spring-boot' 需要 classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.3.RELEASE")apply plugin: 'com.... 阅读全文
posted @ 2015-09-21 16:25 枪侠 阅读(29882) 评论(1) 推荐(3) 编辑
摘要: Spring Boot 是由 Pivotal 团队提供的全新框架,其设计目的是用来简化新 Spring 应用的初始搭建以及开发过程。该框架使用了特定的方式来进行配置,从而使开发人员不再需要定义样板化的配置。本文主要是记录使用 Spring Boot 和 Gradle 创建项目的过程,其中会包括 Sp... 阅读全文
posted @ 2015-09-21 15:31 枪侠 阅读(916) 评论(0) 推荐(0) 编辑
摘要: Why do some people succeed spectacularly in the market while others fail? ... 阅读全文
posted @ 2015-09-21 13:53 枪侠 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 一、逻辑操作符: 常用的逻辑操作符有:AND、OR和NOT。其语义与其它编程语言中的逻辑操作符完全相同。二、比较操作符: 下面是PostgreSQL中提供的比较操作符列表:操作符描述大于=大于或等于=等于!=不等于 比较操作符可以用于所有可以比较的数据类型。所有比较操作符都是双目操作符,且返回boo... 阅读全文
posted @ 2015-09-21 10:55 枪侠 阅读(743) 评论(0) 推荐(0) 编辑
摘要: Class类(在java.lang包中,Instances of the class Classrepresent classes and interfaces in a running Javaapplication):在Java中,每个class都有一个相应的Class对象。也就是说,当我们编写... 阅读全文
posted @ 2015-09-21 10:40 枪侠 阅读(498) 评论(0) 推荐(0) 编辑