Docker学习记录 - 构建静态网站 一、目录结构 二、Dockerfile文件 1、nginx 的 docker文件 FROM nginx COPY ./www /usr/share/nginx/html/ WORKDIR /usr/share/nginx/html/ RUN chown -R ...
分类:
Web程序 时间:
2021-04-14 11:59:07
阅读次数:
0
参考链接: https://captcha.anji-plus.com/#/doc https://github.com/anji-plus/captcha http://doc.ruoyi.vip/ruoyi-vue/document/cjjc.html#%E9%9B%86%E6%88%90aj- ...
分类:
其他好文 时间:
2021-04-14 11:53:09
阅读次数:
0
详见:https://www.cnblogs.com/liyuanhong/articles/14653178.html 1、监控cpu w top htop uptime glances ps 2、监控内存 free glances top htop 3、监控磁盘 df glances iotop ...
分类:
其他好文 时间:
2021-04-14 11:52:58
阅读次数:
0
一. RabbitMq简介 二. 安装步骤 参考: https://www.cnblogs.com/yaopengfei/p/13763500.html (需要补充一下) ! 作 者 : Yaopengfei(姚鹏飞) 博客地址 : http://www.cnblogs.com/yaopengfei ...
分类:
其他好文 时间:
2021-04-14 11:49:16
阅读次数:
0
参考链接:https://zhidao.baidu.com/question/1050060872001279699.html Win10管理和优化开机启动项的方法。: 一、管理开机启动项 与Windows7以及之前的系统不同,在Windows8以及之后的Windows 8.1和Windows10系 ...
转至:https://www.cnblogs.com/shenyiyangle/p/10503754.html netstat-a #显示所有活动的TCP连接以及计算机监听的TCP和UDP端口。 netstat-e #显示以太网发送和接收的字节数、数据包数等。 netstat-n #以数字形式显示所 ...
一 什么是JSP? JSP全称:javaserver pages java服务器页面。 作用:响应客户端发送的请求,动态生成页面并返回给客户端。 最大的特点: 1)写JSP就像在写HTML 2)区别: HTML只给用户提供静态数据 JSP以页面中可以嵌入java代码,为用户提供动态数据 二 JSP原 ...
分类:
Web程序 时间:
2021-04-13 12:53:46
阅读次数:
0
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/ZLAir724UGA/aly.html" frameborder="0" scrolling="auto" width="100%" height="1500"></ifra ...
分类:
其他好文 时间:
2021-04-13 12:51:27
阅读次数:
0
学习资料 Redis官网:http://redis.io/ Redis官方文档:http://redis.io/documentation Redis教程:http://www.w3cschool.cn/redis/redis-intro.html Redis下载:http://redis.io/d ...
分类:
其他好文 时间:
2021-04-13 12:42:42
阅读次数:
0
#_*_ encoding: utf-8 _*_ @author: ty hery 2019/12/20 from flask import Flask, render_template, request, url_for, redirect from flask_sqlalchemy import ...
分类:
其他好文 时间:
2021-04-13 12:32:12
阅读次数:
0