# 一、起因 今年四月份买了个阿里2H2G99一年的云服务器,到手查看发现2G内存实测只有1.71G,觉得很奇怪,问客服说是系统占用了(别人家的服务器系统难道不占用吗?我在隔壁跑路云买的2G都能检测出1.9G)  # 安装1panel 官方安装教程 [在线安装 - 1Panel 文档](https://1panel.cn/docs/installation/online_installation/) 首先使用ssh连接…
# 使用docker拉取服务端镜像并运行 ```shell docker run --restart always \ --privileged \ -p 9000:9000 \ -p 21114:21114 \ -p 21115:21115 \ -p 21116:21116 \ -p 21116:21116/udp \ -p 21117:2111…
1. 首先进入/etc/ssh ``` cd /etc/ssh ``` 2. 备份配置文件防止操作失误便于还原 ``` cp sshd_config ./sshd_config_backup ``` 3. 编辑文件sshd_config ``` sudo vim sshd_config ``` 4. 找到其中的某一行,形如(#Port 22,或Po…
# MyBatis [mybatis – MyBatis 3 | Getting started](https://mybatis.org/mybatis-3/getting-started.html) ## 配置MyBatis 导入Maven坐标 ```xml org.mybatis mybatis 3.5.5 mysql mysql-conne…
黑马教学视频链接 https://www.bilibili.com/video/BV1rt4y1u7q5 ## BeanFactorty版本的快速入门 导入spring坐标 ```xml org.springframework spring-context 5.3.7 ``` ### 通过测试类获取Bean(IoC) test类 ```java p…
## 快速开始 使用IDEA自带的向导生成项目结构 ## application.yaml配置文件修改 [Common Application Properties (spring.io)](https://docs.spring.io/spring-boot/docs/current/reference/html/application-prop…
# 模板语法 ## js表达式 ```vue 模板语法 {{ msg }} {{ num+1 }} ``` ## 插入原始Html ```vue 模板语法 {{ msg }} {{ num+1 }} ``` # 属性绑定 ```vue ``` 或者直接绑定v-bind为对象 ```vue 测试 ``` # 条件渲染 ```vue 条件渲染 能否看见…
# 居中的带阴影卡片 ```js WeConnect ``` ```css .out-box-style { height: 100vh; width: 100vw; } .demo-radius .title { color: var(--el-text-color-regular); font-size: 18px; margin: 10px …