会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
肥肥也
博客园
首页
新随笔
联系
订阅
管理
2021年10月14日
Typora自动上传图片
摘要: Typora官网下载 1. 打开Typora,选择文件 ——> 偏好设置 (快捷键:Ctrl + 逗号) 2. 设置图像规则 图像 ——> 插入图片时... 设置为 上传图片 选择上传服务为 PicGo(app) 点击下载PicGo(app)按钮进行下载,或者-点击如下链接直接下载: PicGo-2
阅读全文
posted @ 2021-10-14 15:06 A零号
阅读(523)
评论(0)
推荐(0)
2021年9月29日
Git 远程仓库使用,看这一篇就够了
摘要: 主流的远程仓库有 Gitee、GitHub,由于GitHub保护个人仓库需付费,本篇博客以Gitee为例 陆续更新...... 默认系统已安装好Git 一、第一次将项目上传至远程仓库 1. 创建一个仓库 Next——> 填写相关信息,点击创建...... 2. 进行Git基础信息的全局配置 git
阅读全文
posted @ 2021-09-29 17:22 A零号
阅读(740)
评论(0)
推荐(3)
2021年9月26日
Mybatis-Plus 代码生成器
摘要: 1. 引入模板引擎依赖 <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> <version>2.0</version> </dependency> 2.
阅读全文
posted @ 2021-09-26 21:07 A零号
阅读(164)
评论(0)
推荐(0)
Mybatis-Plus 分页示例
摘要: Mybatis-Plus 分页通常我们使用 PageHelper、IPage。PageHelper,以往的博客中有使用到,今天我们来使用 Ipage 做一个基础的分页示例。(Spring Boot+MybatisPlus) 1. 首先导入需要的Jar包 <dependency> <groupId>c
阅读全文
posted @ 2021-09-26 20:30 A零号
阅读(1773)
评论(0)
推荐(0)
2021年9月1日
安装node,淘宝镜像cnpm及切换
摘要: npm 中文文档 https://www.npmjs.cn/ node 安装 推荐官网下载:https://nodejs.org/en/download/ cnpm 安装 npm install -g cnpm --registry=https://registry.npm.taobao.org n
阅读全文
posted @ 2021-09-01 09:17 A零号
阅读(323)
评论(0)
推荐(0)
2021年7月21日
npm ERR! missing script: dev npm ERR! A complete log of this run can be found in: npm ERR!
摘要: 转: https://blog.csdn.net/xiaoxin0630/article/details/99449419
阅读全文
posted @ 2021-07-21 16:25 A零号
阅读(557)
评论(0)
推荐(0)
2021年7月19日
SpringCloudAlibaba 中文文档
摘要: SCA中文文档:https://github.com/alibaba/spring-cloud-alibaba/blob/master/README-zh.md SCA源码下载:https://github.com/alibaba/spring-cloud-alibaba2021-07-19 原文地
阅读全文
posted @ 2021-07-19 09:56 A零号
阅读(1523)
评论(0)
推荐(0)
2021年7月1日
linux(centos 7)下安装和卸载RabbitMQ (超详细)
摘要: 1. RabbitMQ下载 官网:https://www.rabbitmq.com/ 下载(3.8.18):https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.8.18/rabbitmq-server-3.8.18-1.e
阅读全文
posted @ 2021-07-01 17:47 A零号
阅读(2315)
评论(0)
推荐(0)
2021年6月30日
org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type
摘要: springmvc处理分页数据返回的对象时,无法直接将对象转换成json,会报org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type
阅读全文
posted @ 2021-06-30 10:30 A零号
阅读(911)
评论(1)
推荐(1)
2021年6月24日
linux(centos 7)下安装zookeeper (超详细)
摘要: 本文中使用的 zookeeper:https://pan.baidu.com/s/1l9SQcr0RSchJxvizMfgAQA 提取码:2dyy 1. 将zookeeper压缩文件使用Xftp上传至要安装的目录下 如图: 2. 解压zookeeper tar -zxvf apache-zookee
阅读全文
posted @ 2021-06-24 10:51 A零号
阅读(568)
评论(0)
推荐(1)
下一页
公告