gitlab私服搭建 前期准备 安装的时候,使用桥接模式.方便后面使用. 硬件配置,内存8G,系统centos7,网络桥接模式 安装centos
SSM 项目结构 projectname src main java resources mvc.xml applicationContext.xml db.properties mybatis-config.xml log4j.properties shiro.xml shiro-ehcache.xml generatorConfig.xml webapp WEB_INF views web.xml css … test 项目搭建 pom.xml配置 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Typora使用Custom Command上传图片配置 1.使用 node 安装 PicGo-Core 1 sudo npm install -g picgo 2.使用 picgo 命令安装 gitee-uploader 插件 1 picgo install gitee-uploader 3.配置 Typroa 上传服务设定 上传
Redis 一.基本指令 1 2 3 4 5 6 7 8 9 key * //查询当前数据库所有的键 exists <key> //判断某个键是否存在 1:true 2:false type <key> //查看键的类型 del <key> /
SQL 创建数据库 : CREATE DATABASE 数据库名; 1 CREATE DATABASE teach; 进入数据库:USE 数据库名; 1 USE teach; 创建表:CREATE TABLE 表名; 属性名 属性类型 完整性约束, 属性名 属性类
hexo框架个人博客搭建 1 环境准备 1.1 Node.js和npm安装 1.2(选) npm 淘宝镜像 1 npm install -g cnpm --registry.npm.taobao.org 1.3 hexo框架安装 1 cnpm install -g hexo-cli 1.4git安装