上一页 1 2 3 4 5 6 ··· 25 下一页
摘要: 阅读全文
posted @ 2023-06-09 16:05 舞步林云 阅读(241) 评论(0) 推荐(0)
摘要: jdk dockere pull openjdk:11 docker run -d -t --name java-11 openjdk:11MySQL 可以从docker hup中查找自己想要安装的版本 docker pull mysql:5.7 拉取镜像 创建容器 # 在/root目录下创建mys 阅读全文
posted @ 2023-06-02 17:12 舞步林云 阅读(56) 评论(0) 推荐(0)
摘要: $ git config --global user.name "yangkai" git config --global user.name "杨凯" git config --global user.email "yangkai@ww.com" $ git init $ git add . $ 阅读全文
posted @ 2023-05-23 14:56 舞步林云 阅读(22) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-04-12 11:58 舞步林云 阅读(10) 评论(0) 推荐(0)
摘要: 1、备份数据库: mysql -uroot -p med1_h >med1_h.sql ./mysqldump -h192.168.0.74 -p3306 -uroot -proot med1_hospital | gzip > /home/mysql/mysql_back/med1_hospita 阅读全文
posted @ 2023-03-30 11:01 舞步林云 阅读(27) 评论(0) 推荐(0)
摘要: 一、安装Git1、下载Git Bash工具 官网下载 https://www.git-scm.com/download/https://www.oschina.net/action/GoToLink?url=https%3A%2F%2Fwww.git-scm.com%2Fdownload%2F 1. 阅读全文
posted @ 2023-03-30 10:47 舞步林云 阅读(194) 评论(0) 推荐(0)
摘要: #centos 版本 cat /etc/centos-release rpm -q centos-release #centos 内存 cat /proc/meminfo | head -4 #centos cpu cat /proc/cpuinfo | grep name //查看cpu个数 # 阅读全文
posted @ 2023-02-23 10:42 舞步林云 阅读(41) 评论(0) 推荐(0)
摘要: centos //查看cpu个数 [root@localhost ~]# cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 首先看一下服务列表里有没有这个服务: systemctl list-unit-files --type=service 阅读全文
posted @ 2023-01-13 10:42 舞步林云 阅读(19) 评论(0) 推荐(0)
摘要: 安装虚拟机时报错问题现象: 通过VMware虚拟机安装Centos时提示弹出提示框,“已将该虚拟机配置为使用64位客户机操作系统,但是,无法执行64位操作。”具体提示如下图所示:在这里插入图片描述问题解决 网上教程很多,基本上都是通过BIOS打开VT-x的操作或者是禁用360的设置。 华硕新主板很酷 阅读全文
posted @ 2022-12-13 17:36 舞步林云 阅读(622) 评论(0) 推荐(0)
摘要: MobaXterm中文版是一款非常好用的远程连接、远程控制软件,它堪称全能终端神器,支持非常多的远程协议 ,如SSH,Telnet,Rsh,Xdmc,RDP,VNC,FTP,SFTP,串口(Serial COM),本地Shell,Mosh,Aws,WSL(微软子系统)等超多连接功能。MobaXter 阅读全文
posted @ 2022-09-27 16:39 舞步林云 阅读(23009) 评论(4) 推荐(0)
上一页 1 2 3 4 5 6 ··· 25 下一页