Content Table

Java 访问 Redis

Redis 是一个开源的使用 ANSI C 语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value 数据库,并提供多种语言的 API,和 Memcached 类似,它支持存储的 value 类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set – 有序集合)和 hash(哈希类型)。

Gradle Tips

依赖的 Scope

  • compile (使用 implementation 替代,提高编译速度)
  • runtime
  • compileOnly (新版才支持,就是 provided)
  • testCompile (使用 testImplementation 替代)
  • testRuntime

Hexo 环境搭建

使用 Hexo 来搭建自己的个人静态博客:

  1. Markdown 写博客
  2. Hexo 生成 HTML
  3. Hexo 发布 HTML 到 Github Pages

既然是静态博客,那么就没有后台了,留言功能可以使用第三方的服务,例如畅言。

All Documents

Ajax

Cas

DB

FE

Go

Gradle

Hexo

Index

Java

Mac

Misc

PHP

Qt

QtBook

Redis

SemanticUi

Spring

SpringBoot

SpringCore

SpringMVC

SpringSecurity

SpringWeb

Util

Vue

zTree

Spring Core

Spring IoC

Spring AOP

Scheduler