240 发简信
IP属地:北京
  • Python压力测试

    安装progressbar 使用多线程测试代码

  • Jmeter压力测试

    下载Jmeter 一般测试接口使用Postman即可,但最近需要上传文件进行后端处理,为了实现压力测试,选择了Jmeter。Jmeter下载地址https://jmeter....

  • 15. 3Sum[Medium]

    Given an array nums of n integers, are there elements a, b, c in nums such that a + b +...

  • 1. Two Sum[Easy]

    Given an array of integers, return indices of the two numbers such that they add up to ...

  • 268. Missing Number[Easy]

    Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one t...

  • 215. Kth Largest Element in an Array[Medium]

    Find the kth largest element in an unsorted array. Note that it is the kth largest elem...

  • 120
    深度学习之——优化器

    一、什么是优化器 优化器或者优化算法,是通过训练优化参数,来最小化(最大化)损失函数。损失函数是用来计算测试集中目标值Y的真实值和预测值的偏差程度。 为了使模型输出逼近或达到...

  • 120
    Anaconda多版本安装共存

    1. 前提 已有Anaconda的python2.7版本或者其他版本 2. 安装另一版本 检测安装了哪些环境 检查有哪些版本的python可以安装 安装对应版本 选择y 等待...

  • 120
    CentOS搭建NexusPHP

    1. 搭建lnmp环境 使用了某大神的一键安装脚本,详见 https://www.freehao123.com/linux-vps-lnmp/ 开始需要填写设置数据库密码,选...