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

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

  • Jmeter压力测试

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

  • 15. 3Sum[Medium]

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

  • 1. Two Sum[Easy]

    Given an array of integers, return indices of the two numbers such that ...

  • 268. Missing Number[Easy]

    Given an array containing n distinct numbers taken from 0, 1, 2, ..., n,...

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

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

  • Resize,w 360,h 240
    深度学习之——优化器

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

    1.3 8925 0 15
  • Resize,w 360,h 240
    Anaconda多版本安装共存

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

  • Resize,w 360,h 240
    CentOS搭建NexusPHP

    1. 搭建lnmp环境 使用了某大神的一键安装脚本,详见 https://www.freehao123.com/linux-vps-lnmp/ ...