04 2019 档案
摘要:@Override public Page pageSQL(@Nonnull String sql, @Nonnull Pageable pageable, @Nonnull Class clazz) { Long totalCount = totalCount(sql); NativeQuery nativeQuery = (NativeQuery)...
阅读全文
摘要:// 第一种:获取类加载的根路径 D:\IDEAWorkspace\hs-bluetooth-lock\src\applications\bluetooth-api\target\classes File f = new File(this.getClass().getResource("/").getPath()); System.out.p...
阅读全文
摘要:1.用forever 进行管理 2.用自带的服务nohub
阅读全文
摘要:fastdfs 安装 //1、拉取镜像 docker pull morunchang/fastdfs //2、启动tracker docker run -d --name tracker --net=host morunchang/fastdfs sh tracker.sh //3、启动storag
阅读全文
摘要:docker:systemctl start docker # docker 启动systemctl stop docker # docker 停止systemctl restart docker # docker 重启systemctl status docker # docker 状态查看 do
阅读全文
摘要:centos docker 安装 参考网站 https://docs.docker.com/install/linux/docker-ce/centos/ 1、删除原有docker 2、安装 3、修改docker-ce地址为阿里地址,加速 4、修改默认仓库地址为163仓库加速镜像下载(分步操作) 每
阅读全文