年度归档: 2020 年

13 篇文章

thumbnail
连接远程Linux系统的方式(3种)
一.SSH 这里以Win自带的工具连接、(第三方工具一大推,例如Xshell...) 开始菜单>>右键>>Windows PowerShell(管理员) ssh -p22 root@192.168.0.10 格式:ssh -p22 用户名@IP地址 注意:如果使用远程桌面的方式要在Linux启动Vino服务,使用SSH启动v…
thumbnail
SSM整合:Spring、SpringMVC、Mybatis
整合环境:     Windows、Idea、Maven、MySql 1.创建maven项目 maven配置:settings.xml文件设置: 本地仓库地址: <localRepository>本地repositor路径</localRepository> 阿里maven镜像: <mirrors&…