
库
Joyeishappy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
压力测试-siege的使用
工作需要,把一个后排序算法打包成微服务后,需要进行一下性能测试。内搜平台压力测试需求比较简单。 一、siege安装 wget http://download.joedog.org/siege/siege-latest.tar.gz tar zxf siege-latest.tar.gz cd siege-4.0.2/ ./configure --prefix=./siege sudo make sudo make install #是否安装成功 which siege 二、siege使用原创 2020-08-17 17:10:35 · 383 阅读 · 0 评论 -
Linux下安装Xgboost(python2.7)以及anaconda下 安装xgboost
原文链接 0)安装git: sudo apt-get install git 1)安装xgboost: git clone --recursive https://github.com/dmlc/xgboost 如果是未联网的机器,先去https://github.com/dmlc/xgboost下载源码,再手动传到服务器,解压缩等 1)build: cd xgboost; ma...转载 2018-12-07 17:29:57 · 1595 阅读 · 0 评论 -
pyplot绘图中文乱码
linux系统下,juoyter notebook下绘制图,横纵坐标显示中文乱码。 综合贴:https://www.cnblogs.com/hhh5460/p/4323985.html 记录解决方法如下: 1. 在windows上找一个系统字体文件。 我是在win7系统下找的,方法:win+r 键入fonts ,就会打开系统字体文件夹,挑喜欢的字体文件(ttf,ttc格式都可以) 然后复...原创 2019-01-17 10:44:04 · 1252 阅读 · 0 评论