摘要:
官方参考地址:https://docs.docker.com/install/linux/docker-ce/centos/ 下载地址: https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ • 设置语言环境 echo 阅读全文
摘要:
git pull https://xxx/xxxxxxx.git --allow-unrelated-histories 阅读全文
摘要:
package com.test; import com.baomidou.mybatisplus.annotation.DbType; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplu 阅读全文
摘要:
import java.util.List;/** * 分页对象 */public class PageBean<T> { /** * 当前页显示的数据 */ private List<T> items; /** * 当前页码 */ private long currentPageNum; /** 阅读全文
摘要:
原因:国内网无法从Google获取资源,貌似搭了梯子也没用 修改flutter sdk Path/packages/flutter_tools/gradle/flutter.gradle这个文件,使用阿里云源 阅读全文
摘要:
[SEVERE] Conflicting outputs were detected and the build is unable to prompt for permission to remove them. These outputs must be removed manually or 阅读全文
摘要:
卸载mariadb 安装参考:https://www.cnblogs.com/wlwl/p/9686809.html 阅读全文
摘要:
ubuntu18.04默认的swap文件在根目录/下,名字是swapfile 1、查看交换分区大小 也可以使用系统监视器查看 2、创建一个swap文件 :大小为8g 3、创建swap文件系统 4、开启swap 5、关闭和删除原来的swapfile 6. 将里面的swapfile改为刚刚创建的swap 阅读全文