安装progressbar 使用多线程测试代码
下载Jmeter 一般测试接口使用Postman即可,但最近需要上传文件进行后端处理,为了实现压力测试,选择了Jmeter。Jmeter下载地址https://jmeter....
Given an array nums of n integers, are there elements a, b, c in nums such that a + b +...
Given an array of integers, return indices of the two numbers such that they add up to ...
Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one t...
Find the kth largest element in an unsorted array. Note that it is the kth largest elem...
一、什么是优化器 优化器或者优化算法,是通过训练优化参数,来最小化(最大化)损失函数。损失函数是用来计算测试集中目标值Y的真实值和预测值的偏差程度。 为了使模型输出逼近或达到...
1. 前提 已有Anaconda的python2.7版本或者其他版本 2. 安装另一版本 检测安装了哪些环境 检查有哪些版本的python可以安装 安装对应版本 选择y 等待...
1. 搭建lnmp环境 使用了某大神的一键安装脚本,详见 https://www.freehao123.com/linux-vps-lnmp/ 开始需要填写设置数据库密码,选...