02 2020 档案
摘要:https://blog.csdn.net/xyb1206/article/details/89395316?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task
阅读全文
摘要:https://www.cnblogs.com/alex3714/articles/5248247.html 就像在不同函数间的来回切换 协程的本质 就是一条线程 ,多个任务在一条线程上来回切换, 来规避IO操作, 就达到了我们将一条线程中的io操作降到最低的目的
阅读全文
摘要:jQuery http://jquery.cuishifeng.cn/ 模块 《=》类库 DOM/BOM/JavaScript的类库 版本: 1.x 1.12 2.x 3.x 转换: jquery对象[0] => Dom对象 Dom对象 => $(Dom对象) 一、查找元素 DOM 10左右 jQu
阅读全文
摘要:https://cuiqingcai.com/5445.html 安装 nginx 找到配置文件 find / -name nginx.conf 修改 http { server { listen 6801; location / { proxy_pass http://127.0.0.1:6800
阅读全文
摘要:现在安装 docker https://www.cnblogs.com/angdh/p/12197143.html 非dockerfile 方法 下拉 centos7的镜像 docker pull centos:7 使用 docker images 查看 镜像id docker run -it --
阅读全文
摘要:
阅读全文