Stella981 Stella981
3年前
Docker安装及基本命令
安装/启动Docker在CentOS7上安装Docker默认已经包含在CentOSExtra仓库中,使用以下命令安装sudoyuminstalldocker在CentOS6.5上安装对于CentOS6.5,Docker是EPEL(https://www.oschina.net/a
Wesley13 Wesley13
3年前
ubuntu下docker 安装 & 使用 记录
1安装现在运行安装Docker的命令:sudoaptgetinstallydocker.io等待安装完毕,现在我们使用下面的命令启动Docker:systemctlstartdocker运行系统引导时启用docker,命令:systemctlenabledocker你可能想核对一下dock
Wesley13 Wesley13
3年前
Unity Package Manager Error的解决方案
问题来源启动Unity时显示failtostartUnityPackageManager,软件环境为Unity2017.3.0f3.!(https://oscimg.oschina.net/oscnet/6a6a860b878a3bbec61c923de14658bd030.png)解决方案根据
Stella981 Stella981
3年前
Can't connect to local MySQL server through socket
mysqlurootERROR2002(HY000):Can'tconnecttolocalMySQLserverthroughsocket'/tmp/mysql.sock'(2)这是mysql登录时找不到套接字的问题。首先需要明白的是,Linux端的mysqlserver启动时会开启一个so
Stella981 Stella981
3年前
Arthas 内存说明
1.本地启动后web端访问http://127.0.0.1:3658/2.内存说明dashboard!(https://oscimg.oschina.net/oscnet/up66b8601dfc45922a1781ebe45058e5dfe02.png)heap堆大小ede
Stella981 Stella981
3年前
Dubbo通过注解实现RPC调用
启动Dubbo服务有2个方式,1是通过xml配置,2是通过注解来实现,这点和Spring相似。采用XML配置如下:<?xmlversion"1.0"encoding"UTF8"?<beansxmlns"http://www.springframework.org/schema/beans"
Stella981 Stella981
3年前
Kubernetes使用命令
kubeadm/kubelet/kubectl区别kubeadm是kubernetes集群快速构建工具kubelet运行在所有节点上,负责启动POD和容器,以系统服务形式出现kubectl:kubectl是kubenetes命令行工具,提供指令Kubernete
Stella981 Stella981
3年前
Jetty部署flowable
将flowableidm.war放在${jetty.base}/webapps目录中,启动会报如下错误,原因是ProxyTransactionManagementConfiguration依赖的类javax.annotation.security.DenyAll不在类路径中。DenyAll这个类是在${jetty.home}/lib/annotatio
Stella981 Stella981
3年前
Docker的基础命令
前言最近在学习docker,以下是我整理的一些docker的基础命令,欢迎小伙伴们在评论补充!curlfsSLhttps://get.docker.com/|sh 安装yumyinstalldocker安装(版本较老)systemctlstartdocker启动dockers
Stella981 Stella981
3年前
Eclipse搭建springboot项目(八)拦截器、过滤器、监听器
知识点:1、SpringBoot2.x过滤器Filter和使用Servlet3.0配置自定义Filter(核心知识)  filter简单理解:人检票员(filter)景点  1)SpringBoot启动默认加载的Filter    characterEncodingFilter