- 博客(14)
- 收藏
- 关注
转载 文章标题
一句话概括下spring框架及spring cloud框架主要组件spring 顶级项目: Spring IO platform:用于系统部署,是可集成的,构建现代化应用的版本平台,具体来说当你使用maven dependency引入spring jar包时它就在工作了。 Spring Boot:旨在简化创建产品级的 Spring 应用和服务,简化了配置文件,使用嵌入式web服务器,含有诸多开箱
2017-01-03 12:59:00
312
原创 欢迎使用优快云-markdown编辑器
微服务架构学习目录: - 概念 - 架构模式 - 开发、部署与运维概念In short, the microservice architectural style is an approach to developing a single application as a suite of small services, each running in its own process and
2017-01-03 10:14:33
426
原创 springboot 安装指南
1. 按照这个: http://howtoprogram.xyz/2016/08/28/install-spring-boot-command-line-interface-on-linux/2. 遇到的问题: 安装了sdkman,但是source "$HOME/.sdkman/bin/sdkman-init.sh" 是找不到sdkman-init.sh文件: 解决办法:1)
2016-11-30 14:36:47
921
原创 ubuntu16.04安装eclipse
1.下载jdk , jdk-8u77-linux-x64.tar.gz2.下载 eclipse, eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz注:我下载的都是64位的,因为我的系统是64位系统3.将jdk解压到 /opt/jvm/文件夹中操作步骤:sudo mkdir /opt/jvmsudo
2016-11-25 14:03:00
653
原创 欢迎使用优快云-markdown编辑器
Spring学习spring是一个分层架构,有7个定义好的模块组成。Spring模块构建在核心容器上,核心容器定义了创建,配置和管理bean的方法。图 1. Spring 框架的 7 个模块 组成 Spring 框架的每个模块(或组件)都可以单独存在,或者与其他一个或多个模块联合实现。每个模块的功能如下: 核心容器:核心容器提供 Spring 框架的基本功能。核心容器的主要组件是 BeanFac
2016-11-24 20:33:49
369
原创 欢迎使用优快云-markdown编辑器
8数码、8皇后问题问题描述(人工智能的一道题): Generate a large number of 8-puzzle and 8-queens instances and solve them (where possible) by hill climbing (steepest-ascent and first-choice variants), hill climbing w
2015-11-07 14:45:36
1097
原创 Campus
#include #include #include #include #include #include #include using namespace std;const int MAX = 1000000;const int MA = 205;int dis[MA];int n; //结点数量typedef pair pairs;struct Edge {
2015-10-02 14:00:05
408
转载 1031. Campus
1031. CampusConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionAt present, Zhongshan University has 4 campuses with a total area of 6.17 square kilometers sitting respectively on bot
2015-10-02 13:53:06
306
原创 欢迎使用优快云-markdown编辑器
Mersenne Composite NConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionOne of the world-wide cooperative computing tasks is the “Grand Internet Mersenne Prime Search” – GIMPS – striving to f
2015-10-01 14:54:35
242
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人