TeRiTeRi

未分类

Windows上通过Anaconda部署Tensorflow -c环境

通过anaconda prompt执行 创建环境成功后激活该环境,,进行安装 安装完成后,输入python,import tensorflow as tf,如未出现报错,则安装成功 退出当前环境: conda deactivate

2020年7月1日 0条评论 1380点热度 1人点赞 kamisamak 阅读全文
未分类

Java NIO详解

[hide reply_to_this="true"][/hide]

2020年6月29日 0条评论 1210点热度 1人点赞 kamisamak 阅读全文
未分类

蓝宝石RX550 4G 640SP开核768SP

VBIOS:https://www.techpowerup.com/vgabios/192320/sapphire-rx560-4096-170419 工具:https://www.techpowerup.com/download/ati-atiflash/ PS:原本是打算弄一张上ESXI 6.7直通给macos使用的,结果还是能识别但无法驱动,只能上kvm虚拟机直通试试了 PS:PVE,unRaid,ESXI下黑苹果测试驱动成功 [collapse title="其他工具"] SRBPolaris V3.3 A…

2020年6月27日 0条评论 1480点热度 2人点赞 kamisamak 阅读全文
未分类

概率论与数理统计资料分享

[hide reply_to_this="true"][/hide]

2020年6月27日 0条评论 1314点热度 0人点赞 kamisamak 阅读全文
未分类

支持向量机SVM简介

[hide reply_to_this="true"][/hide]

2020年6月27日 0条评论 1279点热度 0人点赞 kamisamak 阅读全文
未分类

K均值聚类算法K-means简介

[hide reply_to_this="true"][/hide]

2020年6月27日 0条评论 1232点热度 0人点赞 kamisamak 阅读全文
未分类

IDEA通过Leetcode插件进行刷题

https://plugins.jetbrains.com/plugin/12132-leetcode-editor/ [hide reply_to_this="true"][/hide]

2020年6月22日 0条评论 1435点热度 1人点赞 kamisamak 阅读全文
Python

通过python爬虫爬取豆瓣图书Top250

robot信息查询 from urllib.robotparser import RobotFileParser UrlRobots = 'https://book.douban.com/robots.txt' def GetRobotsTxt(url) : rp = RobotFileParser() rp.set_url(url) rp.read() print(rp.can_fetch('*', 'https://book.douban.com/tag/?view=type&icn=index-sorttag…

2020年6月22日 0条评论 1408点热度 1人点赞 kamisamak 阅读全文
未分类

在centos7上部署ZeroTier实现内网穿透

https://my.zerotier.com/ 登录账户后在ttps://my.zerotier.com/network创建网络 配置centos yum源 vi /etc/yum.repos.d/zerotier.repo [zerotier] name=ZeroTier, Inc. RPM Release Repository baseurl=http://download.zerotier.com/redhat/el/$releasever enabled=1 gpgcheck=0 yum clean al…

2020年6月19日 0条评论 1781点热度 0人点赞 kamisamak 阅读全文
Python

Python构建随机请求头headers

通过User-Agent构建请求头headers能够将爬虫伪装,但是有的网站会去检查请求头,所以在每次提交网站请求时可以使用随机的header,频繁更换UserAgent可以避免触发相应的反爬机制,而fake-useragent对此类需求提供了解决方案用于python爬虫伪装。 通过pip进行下载 pip install fake-useragent 导库 import os import fake_useragent # ua = UserAgent(use_cache_server=False) # ua = …

2020年6月19日 0条评论 1425点热度 0人点赞 kamisamak 阅读全文
1…45678…23
RevolverMaps

COPYRIGHT © 2023 TeRiTeRi. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang