1、Pull Request 是什么? Github官方文档的定义如下: "Pull Request 是一种通知机制。你修改了他人的代码,将你的修改通知原来的作者,希望他合并你的修改,这就是 Pull Request。" Pull Request 本质上是一种软件的合作方式,是将涉及不同功能的代码, ...
分类:
其他好文 时间:
2021-05-25 17:36:29
阅读次数:
0
使用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
$_SERVER["QUERY_STRING"],$_SERVER["REQUEST_URI"],$_SERVER["SCRIPT_NAME"] 和$_SERVER["PHP_SELF"] 之间的区别 1,$_SERVER["QUERY_STRING"] 说明:查询(query)的字符串 2,$_S ...
分类:
Web程序 时间:
2021-05-24 17:12:51
阅读次数:
0
import requests from requests import request import json from collections import OrderedDict url = 'https://zabbix-xn.test.bestpay.net/api_jsonrpc.php ...
1、项目文件下src文件夹=>request文件夹=>http.js和api.js http.js // 封装拦截器 // 封装get post // 1.引入模块 import axios from "axios" import qs from "qs" import Vue from "vue" ...
分类:
移动开发 时间:
2021-05-24 17:02:36
阅读次数:
0
前置 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
wget https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5.tar.gz tar -zxf cmake-3.15.5.tar.gzcd cmake-3.15.5 ./bootstrap --prefix=/ ...
分类:
其他好文 时间:
2021-05-24 16:34:22
阅读次数:
0
背景:虽然linux有自带python2.7 但是很多时候需要用到python3,故需要在linux上重新安装python3,由于python3的版本太高,由于出现一些问题,故尽量安装python3.6版 以下详细介绍以下python3.6.1的安装过程。 1.下载安装包,可以直接wget http ...
分类:
编程语言 时间:
2021-05-24 16:32:17
阅读次数:
0
An unhandled exception occurred while processing the request. InvalidOperationException: No authenticationScheme was specified, and there was no Defau ...
分类:
Web程序 时间:
2021-05-24 16:10:46
阅读次数:
0
1.window.showModalDialog方法 原页面方法: function showReturnRevise(calcId){ var returnvalue = window.showModalDialog("<%=request.getContextPath()%>"+"/ac/rsc ...