码迷,mamicode.com
首页 >  
搜索关键字:nginx https    ( 155376个结果
03 安装【动手学深度学习v2】
使用ubuntu环境 安装miniconda3 查看 https://mirrors.bfsu.edu.cn/help 安装配置镜像等 安装需要的包 pip install jupyter d2l torch torchvision 下载代码并执行 wget https://zh-v2.d2l.ai ...
分类:其他好文   时间:2021-05-24 17:21:55    阅读次数:0
shell 脚本简单使用
shell 在线编辑器:https://www.runoob.com/try/runcode.php?filename=helloworld&type=bash 一下脚本自行测试查看结果 echo "Hello World !" your_name="qinjx" echo your_name fo ...
分类:系统相关   时间:2021-05-24 17:21:02    阅读次数:0
jquery的下载
jquery的官方下载地址: https://jquery.com/ write less ,do more <用最少的代码完成更多的功能> 1、点击 2、“右键”点击 3、点击链接另存为(或者按键盘上的“k”) 4、在 “下载到” 里面选择下载地址,后点“下载” 下载第一个和第二个 5、打开下载的 ...
分类:Web程序   时间:2021-05-24 17:14:45    阅读次数:0
mysql安装
mysql安装 先下载mysql安装包 https://downloads.mysql.com/archives/community/ 选择第一个比较小的安装包下载即可 解压 在解压后的根目录,新建data目录和my.ini文件 data目录:存放数据 my.ini:mysql的设置信息 设置my. ...
分类:数据库   时间:2021-05-24 17:14:28    阅读次数:0
centos7怎么查看、打开和关闭防火墙
原文地址:https://jingyan.baidu.com/article/49ad8bce97bd965834d8fa8b.html 刚使用centos7会发现,用以前的方式查看、打开和关闭防火墙都无效了。这是因为centos7的防火墙改用firewalld,而不再使用iptables了。下面就 ...
分类:其他好文   时间:2021-05-24 17:14:08    阅读次数:0
将url下载到本地
const axios=require('axios') const fs = require('fs-extra'); const https=require('https') const path=require('path') function resolve (dir) { return p ...
分类:Web程序   时间:2021-05-24 17:11:19    阅读次数:0
zabbix_api 接口调用
import requests from requests import request import json from collections import OrderedDict url = 'https://zabbix-xn.test.bestpay.net/api_jsonrpc.php ...
分类:Windows程序   时间:2021-05-24 17:05:19    阅读次数:0
Mysql-安装
前置 CentOS7;Mysql5.7 安装 # 获取依赖 wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm # 安装依赖 yum -y localinstall mysql57-community- ...
分类:数据库   时间:2021-05-24 17:02:00    阅读次数:0
如何安装第三方模块
![image](https://img2020.cnblogs.com/blog/1900590/202105/1900590-20210519232327220-1310153934.png) ![image](https://img2020.cnblogs.com/blog/1900590/2... ...
分类:其他好文   时间:2021-05-24 16:57:17    阅读次数:0
如何构造一个以及类的格式
![image](https://img2020.cnblogs.com/blog/1900590/202105/1900590-20210519232626154-1077156772.png) ![image](https://img2020.cnblogs.com/blog/1900590/2... ...
分类:其他好文   时间:2021-05-24 16:56:32    阅读次数:0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!