logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ubuntu chrome设置noproxy

当你的Google浏览器出现:When running Google Chrome under a supported desktop environment, the system proxy settings will be used. However, either your system is not supported or there was a prob...

#浏览器
pandas.cut函数说明

1,功能:将数据进行离散化pandas.cut(x,bins,right=True,labels=None,retbins=False,precision=3,include_lowest=False)    参数说明:x    :进行划分的一维数组     bins : 1,整数---将x划分为多少个等间距的区间         In[1]:pd.cut(np.a

关于scrapy爬取搜狐新闻网站的一点心得和体会

1,环境:本人原本使用的是win 10(CPUi5,内存8G)的环境,但自己想搭建一个分布式的爬虫,于是自己想到了虚拟机,虚拟机的环境为Ubuntu14.04,但是由于各种原因,虚拟机中的python环境(python环境要求为python3.5+)已经被我弄乱了,我在网上看到说Ubuntu16.04中有默认的python3.5+,于是果断地用了Ubuntu16.042,当环境切换为Ubuntu1

到底了