自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(106)
  • 资源 (2)
  • 收藏
  • 关注

原创 使用Node.js快速创建web服务

使用Node快速创建web服务

2017-11-27 17:15:44 689

原创 安装Node.js

Node.js安装包及源码下载地址为:https://nodejs.org/en/download/。Node.js 历史版本下载地址:https://nodejs.org/dist/Window 上安装Node.js

2017-11-27 17:09:50 447

原创 Node.js简介

Node.js概述Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境。 Node.js 使用了一个事件驱动、非阻塞式 I/O 的模型,使其轻量又高效Node.js 的包管理器 npm,是全球最大的开源库生态系统。

2017-11-27 16:30:11 604 1

原创 spring-boot-starter-data-redis

GitHub地址:https://github.com/asd821300801/Spring-Boot/tree/spring-boot-redis

2017-11-22 17:25:53 25685 4

原创 spring-data-redis

GitHub:https://github.com/asd821300801/Redis-Java-Client-Jedis/tree/spring-data-redisSpring 集成 Redis

2017-11-14 13:43:05 810

原创 Jedis Connection Pool

GitHub : https://github.com/asd821300801/Redis-Java-Client-JedisJedis连接池

2017-10-20 14:25:26 1082

原创 Redis Java Client Jedis

GitHub地址 : https://github.com/asd821300801/Redis-Java-Client-JedisJedisJedis客户端是Redis官方推荐使用的Java客户端之一。

2017-10-16 14:32:42 853

原创 Redis.conf详解

如果希望使用redis.conf 启动redis,需要在启动redis-server 后加上 redis.conf ,否则会使用默认配置启动reids ./src/redis-server redis.conf

2017-10-16 14:20:28 1119

原创 Redis-cli客户端的使用

Redis-cli客户端的使用

2017-10-13 16:01:22 70861 1

原创 Redis 安装与启动

Redis 安装与启动

2017-10-13 15:39:35 1620

原创 Redis 简介

Redis

2017-10-11 20:50:52 398

原创 建造者模式

建造者模式

2017-10-09 11:45:09 535

原创 代理模式-动态代理

动态代理实现:1、jdk动态代理2、cglib动态代理

2017-09-27 12:01:56 525

原创 代理模式-静态代理

静态代理

2017-09-27 11:48:07 434

原创 回调模式

回调模式

2017-09-07 17:28:52 753

原创 工厂模式

工厂模式

2017-09-05 17:44:37 617

原创 Spring Boot (教程十四:发送邮件)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.gitSpring Boot (教程十四:发送邮件)

2017-08-19 18:06:49 9734 2

原创 Spring Boot (教程十三:定时任务)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.gitSpring Boot (教程十三:定时任务)

2017-08-18 16:02:38 3483

原创 Spring Boot (教程十三:附件上传)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.gitSpring Boot (教程十三:附件上传)

2017-08-09 17:03:44 1953 1

原创 Spring Boot (教程十二: AOP拦截器)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.git

2017-08-09 16:40:39 3520

原创 Spring Boot (教程十一: 集成Mybatis)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.git集成Mybatis的两种方式。

2017-07-24 15:40:46 1468

原创 Spring Boot (教程十: 日志)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.gitSpring Boot (教程十: 日志)

2017-07-13 11:19:16 888

原创 Spring Boot (教程九: 启动加载)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.gitSpring Boot (教程九: 启动加载)

2017-07-12 16:46:41 1406

原创 Spring Boot (教程八: 过滤器、监听器、拦截器)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.gitSpring Boot (教程八: 过滤器、监听器、拦截器)

2017-07-12 16:09:01 12663

原创 Spring Boot (教程七: servlet)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.git

2017-07-05 16:53:32 1254

原创 Spring Boot (教程六: 注解列表)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.gitSpring Boot 注解

2017-06-15 00:09:54 1865

原创 Spring Boot (教程五:响应JSP页面)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.git

2017-06-14 23:48:45 6157

原创 Spring Boot (教程四:配置文件)

GitHub 地址:https://github.com/asd821300801/Spring-Boot.git

2017-06-14 23:22:40 1095

原创 Spring Boot (教程三:使用devtools实现热部署 )

GitHub 地址:https://github.com/asd821300801/Spring-Boot.git针对的问题:每次修改了源码都要重新运行一下项目启动文件(Application.java)

2017-06-06 10:59:39 2939

原创 Spring Boot (教程二:安装spring-tool-suite插件 )

安装 spring-tool-suite 插件

2017-05-31 22:21:48 20565 2

原创 Spring Boot (教程一: 入门)

Spring Boot入门

2017-05-31 21:56:48 3920

原创 SpringMVC统一异常处理(七)

SpringMVC统一异常处理

2017-05-08 10:47:58 517

原创 SpringMVC附件上传(六)

SpringMVC附件上传

2017-05-08 10:34:57 516

原创 SpringMVC国际化(五)

SpringMVC国际化

2017-04-26 11:34:22 486

原创 SpringMVC拦截器(四)

1、创建拦截器类:LogInterceptor ,实现:HandlerInterceptor接口preHandle()方法:controller方法执行之前:false表示不继续执行,true表示继续执行,一般在这里做权限控制postHandle()方法:controller方法执行之后afterCompletion()方法:页面渲染之后执行,一般做一些清理操作

2017-04-26 11:20:12 531

原创 SpringMVC数据校验(三)

SpringMVC—-数据校验1、导入相关jar包,springmvc配置<mvc:annotation-driven>2、相关POJO加上约束的注解,配置到get方法或者属性中3、Controller 中加上 @Valid 并紧跟 BindingResult

2017-04-18 01:42:54 1224

原创 SpringMVC注解(二)

SpringMVC注解

2017-04-18 00:59:27 406

原创 SpringMVC快速入门(一)

总体处理流程图实现步骤:1、下载依赖的jar包2、导入配置文件3、创建Controller层4、创建view层

2017-04-08 13:28:31 634

原创 快速搭建Spring+Mybatis开发环境

快速搭建Spring+Mybatis 开发环境

2017-04-06 12:59:17 1126

原创 解决Ueditor编辑器图片保存路径问题

Ueditor编辑器上传图片的路径问题

2017-04-05 21:27:27 9424 10

SpringMVC配置文件以及jar包

SpringMVC配置文件以及jar包

2017-04-08

快速搭建Spring+Mybatis环境相关配置及jar包

快速搭建Spring+Mybatis环境相关配置及jar包

2017-04-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除