码迷,mamicode.com
首页 >  
搜索关键字:post get    ( 99963个结果
vSphere ESXi 6.7 注册码
个人备注:vSphere ESXi 6.7 注册码 HV4WC-01087-1ZJ48-031XP-9A843NF0F3-402E3-MZR80-083QP-3CKM24F6FX-2W197-8ZKZ9-Y31ZM-1C3LZJZ2E9-6D2DK-XZQD0-632E4-33E7ZMZ48M-DN ...
分类:其他好文   时间:2021-04-29 12:21:24    阅读次数:0
基于先电的openstack云平台部署(IaaS 平台构建)
IaaS 平台构建 1.关闭防火墙,禁止开机自启 systemctl stop firewalld systemctl disable firewalld 2.设置主机名 hostnamectl set-hostname controller 设置主机名compute 3.设置selinux,per ...
分类:其他好文   时间:2021-04-29 12:11:43    阅读次数:0
rust环境配置
安装cargo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh vscode插件 ext install rust-lang.rust ext install vadimcn.vscode-lldb 调试配置 launsh ...
分类:其他好文   时间:2021-04-29 12:07:59    阅读次数:0
go_01_Linux 下安装 go 语言环境
TSSC_go_install_linux 下载地址 https://golang.org/dl/ https://golang.org/dl/go1.16.3.linux-amd64.tar.gz https://golang.org/dl/go1.16.3.windows-amd64.msi h ...
分类:编程语言   时间:2021-04-29 12:02:29    阅读次数:0
linux系统安装Git
yum -y install git yum方式安装源码,但版本很旧 git version 查看git版本 https://github.com/git/git/releases 上github下载最新版本git源码包,上传至服务器/opt/software(这次下载的是2.8.0版本) tar ...
分类:系统相关   时间:2021-04-29 12:02:09    阅读次数:0
C#-图片上传
C#-图片上传: controller: 1 public JsonResult ExpressDeliverySign(ExpressDeliverySign_LO_IP model) 2 { 3 HttpFileCollectionBase files = Request.Files; 4 if ...
分类:Windows程序   时间:2021-04-29 11:56:08    阅读次数:0
【leetcode_easy_math】892. Surface Area of 3D Shapes
problem 892. Surface Area of 3D Shapes solution#1: code 注意,不是简单的投影面积的2倍; 参考 1. leetcode_easy_math_892. Surface Area of 3D Shapes; 2. Grandyang; 完 ...
分类:其他好文   时间:2021-04-29 11:47:25    阅读次数:0
django登录验证
from django.http import JsonResponse from django.contrib.auth import authenticate,login,logout # 登录处理 def signin(request): # 从 HTTP POST 请求中获取用户名、密码参数 ...
分类:其他好文   时间:2021-04-29 11:45:13    阅读次数:0
Nginx处理请求的11个阶段
Nginx 处理请求的过程一共划分为 11 个阶段,按照执行顺序依次是 post-read、server-rewrite、find-config、rewrite、post-rewrite、preaccess、access、post-access、try-files、content 以及 log。 1 ...
分类:其他好文   时间:2021-04-29 11:38:38    阅读次数:0
GIS坐标系:WGS84,GCJ02,BD09,火星坐标,大地坐标等解析说与转换
GIS坐标系:WGS84,GCJ02,BD09,火星坐标,大地坐标等解析说与转换 各个坐标系的来龙去脉背景诠释,使用注意事项,各个坐标系转换方法。WGS84转GCJ02、GCJ02转BD009、BD09转GCJ02。坐标批量转换库,https: www npmjs com package coord ...
分类:其他好文   时间:2021-04-28 12:18:47    阅读次数:0
99963条   上一页 1 ... 58 59 60 61 62 ... 9997 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!