码迷,mamicode.com
首页 >  
搜索关键字:nginx location    ( 31712个结果
数据json文件生成
ssa2 = location.read_locationa(row[4]) datajson["weather"]=ssa2['weather'] datajson["temperature"]=ssa2['temperature'] datajson["windpower"]=ssa2['win ...
分类:Web程序   时间:2021-06-21 20:16:26    阅读次数:0
vue系列 url的hash和HTML5的history
url的hash和HTML5的history URL的hash URL的hash也就是锚点(#), 本质上是改变window.location的href属性. 我们可以通过直接赋值location.hash来改变href, 但是页面不发生刷新 history H5的history接口是HTML5新增 ...
分类:Web程序   时间:2021-06-21 20:05:45    阅读次数:0
天气情况的获取
函数获取使用高德天气接口 import requests 爬取数据 def read_location(name): centerurl = "https://restapi.amap.com/v3/config/district?keywords=" centerurl2 = "&subdistr ...
分类:其他好文   时间:2021-06-21 20:05:25    阅读次数:0
Linux 平台安装 Nginx 1.20
Linux 平台安装 Nginx 1.20 该博客中使?的系统为 CentOS 7 Linux 发?版 系统版本详情: Linux centos7-shanghai 3.10.0-1160.25.1.el7.x86_64 #1 SMP Wed Apr 28 21:49:45 UTC 2021 x86 ...
分类:系统相关   时间:2021-06-21 19:54:00    阅读次数:0
安装Nginx后不能访问虚拟机中的浏览器解决办法
首先检查Nginx是否启动成功 [root@web1 extra]# ps aux|grep nginx (一切正常)root 3269 0.0 0.1 46764 1464 ? Ss 09:34 0:00 nginx: master process nginx -c /application/ng ...
分类:其他好文   时间:2021-06-20 18:09:23    阅读次数:0
阿里云配置Nginx访问(docker部署)
创建 Nginx 容器 docker run --name nginx-demo -p 8080:80 -d nginx 参数说明: --name nginx-demo:容器名称 -p 8080:80: 端口进行映射,将本地 8080 端口映射到容器内部的 80 端口 -d nginx: 设置容器在 ...
分类:其他好文   时间:2021-06-20 17:51:22    阅读次数:0
web服务之nginx命令,信号还有平滑升级与回滚
nginx 命令和信号 nginx命令 nginx 命令支持向其发送信号,实现不同功能 nginx 格式 nginx [-?hvVtTq] [-s signal] [-c filename] [-p prefix] [-g directives] 选项说明 帮助: -? -h 使用指定的配置文件: ...
分类:Web程序   时间:2021-06-20 17:47:57    阅读次数:0
ubuntu21.04(linux):用apt安装nginx/php/mysql/phpmyadmin(开发环境)
一,apt方式安装php 说明:用apt方式安装适用于本地开发环境,如果是线上生产环境,建议下载软件后编译安装 root@lhdpc:~# apt-get install php 查看结果: root@lhdpc:~# php -v PHP 7.4.16 (cli) (built: Mar 23 2 ...
分类:数据库   时间:2021-06-20 17:46:30    阅读次数:0
nginx高可用集群配置
原理模型 准备工作 查看是否安装成功 查看 keepalived配置文件 查看keepalived.conf配置文件 //查看服务器网卡 检测脚本配置 ...
分类:其他好文   时间:2021-06-19 19:23:54    阅读次数:0
winform无边框窗体拖动
#region 无边框窗体拖动 //获取当前鼠标坐标 private Point mPoint; private void lbl_Title_MouseDown(object sender,MouseEventArgs e) { mPoint=e.Location; } private void ...
分类:Windows程序   时间:2021-06-19 19:10:18    阅读次数:0
31712条   上一页 1 2 3 4 5 6 ... 3172 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!