上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 自由自在,闲话少叙 添加类注释: File Setting Editor Code Style File and Code Templates Class #建议日期格式为YYYY/MM/DD #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package 阅读全文
posted @ 2020-12-02 22:47 adao 阅读(866) 评论(0) 推荐(0)
摘要: 1,创建 目录 data 2,data下面分别创建文件夹和文件: db,dbConf/mongodb.config,log/mongolog.log, 配置文件mongodb.config内容: dbpath=D:\MongoDB\data\db logpath=D:\MongoDB\data\lo 阅读全文
posted @ 2020-12-02 11:13 adao 阅读(113) 评论(0) 推荐(0)
摘要: server: port: 8097 session-timeout: 30 tomcat.max-threads: 0 tomcat.uri-encoding: UTF-8 spring: application: name: feedback # 数据库配置 datasource: name: 阅读全文
posted @ 2020-10-23 00:04 adao 阅读(978) 评论(0) 推荐(0)
摘要: 如果引用mybatis-plus-boot-starter 依赖,需要配置 mybatis-plus.mapper-locations 如果引用mybatis-plus 依赖,需要配置 mybatis.mapper-locationsmybatis-plus-boot-starter mybatis 阅读全文
posted @ 2020-10-22 21:26 adao 阅读(6825) 评论(0) 推荐(0)
摘要: 1、打开一个命令窗口,通过 cd 命令进入到你解压的目录 2、输入命令:redis-server redis.windows.conf ,启动 Redis,成功后会告诉你端口号为6379 3、部署 redis 为 windows 下的服务,关掉上一个窗口(否则会启动不了服务),再打开一个新的命令窗口 阅读全文
posted @ 2020-10-12 20:30 adao 阅读(5267) 评论(0) 推荐(0)
摘要: #Mysql创建数据库 create schema 数据库名称 default character set utf8mb4 collate utf8mb4_general_ci; //数据库名称 不用使用双引号或单引号 #Mysql删除数据库 #delete from mysql.user wher 阅读全文
posted @ 2020-10-12 19:06 adao 阅读(551) 评论(0) 推荐(0)
摘要: 报错: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.myba 阅读全文
posted @ 2020-09-13 16:37 adao 阅读(524) 评论(0) 推荐(0)
摘要: 一、项目中搭建Vue开发脚手架 node.js (npm包管理工具) webpack 自动化构建工具 1.安装node.js 安装node.js 可以去官网下载:https://nodejs.org/zh-cn/download/ 安装过程就很简单,直接下一步就行 测试是否安装成功:要使用管理员方式 阅读全文
posted @ 2020-09-13 12:46 adao 阅读(556) 评论(0) 推荐(0)
摘要: 本环境是在64为下面进行,32为编译会失败所以不分享 单节点编译和全功能编译部署稍有不同,但是前期环境软件安装部署一致 参照 https://www.cnblogs.com/adao21/p/13491894.html 1.编译环境 #首先进入fabric文件夹 cd ~/go/src/github 阅读全文
posted @ 2020-08-26 15:22 adao 阅读(453) 评论(0) 推荐(0)
摘要: 功能是构建一个Fabric网络,其特点为,一个Orderer,一个Org(peer0和peer1) 主机A上运行orderer、ca、peer0,couchDB、cli 主机B上运行peer1、couchDB、cli 1. 前期准备 主机A(Peer0) 修改/etc/hosts,添加orderer 阅读全文
posted @ 2020-08-26 14:44 adao 阅读(716) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页