logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue运行报错

ERROR Failed to compile with 2 errors10:03:54This dependency was not found:* @/api/job/jobPractice in ./node_modu...

#vue.js#node.js
centos7 安装k8s

1.三台机子vim /etc/hosts2.禁用selinuxsetenforce 0彻底禁用selinux,修改配置文件。将其中的SELINUX=enforcing修改为SELINUX=disabled3.禁用firewalldsystemctl stop firewalldsystemctl disable firewalld4.更新yum库yum update -y5.同步三个节点的系统时间

文章图片
#centos#vim#linux +2
Spring Cloud 5分钟搭建教程(附上一个分布式日志系统项目作为参考)

https://github.com/leoChaoGlut/log-sys上面是我基于Spring Cloud ,Spring Boot 和 Docker 搭建的一个分布式日志系统.目前已在我司使用. 想要学习Spring Cloud, Spring Boot以及Spring 全家桶的童鞋,可以参考学习,如果觉得好,star 一下吧~<<<< 20170602...

springboot项目搭建web项目详细总结

1.用官网地址https://start.spring.io/ 快速搭建项目选择需要的包生成原始项目代码,解压导入IDE2.配置package com.horse.red.controller;import org.springframework.web.bind.annotation.RequestMapping;import org.sp...

#spring boot
《Netty实战》-第五章-ByteBuf

《Netty实战》-第五章-ByteBuf5.1 ByteBuf的APINetty的数据处理API通过两个组件暴露—abstract class ByteBuf和interface ByteBufHolder。下面是一些ByteBuf API的优点:他可以被用户自定义的缓冲区类型扩展通过内置的复合缓冲区类型实现了透明的零拷贝容量可以按需增长(类似于JDK的StringBuilder...

spring cloud开源框架

后端:https://gitee.com/heaven123/ruoyi-cloud前端:https://gitee.com/heaven123/ruoyi-ant

#spring boot#spring cloud
到底了