摘要:
Python 爬虫 Web Linux Docker JavaScript 数据分析 深度学习 阅读全文
摘要:
ssh 免密登陆 1、生成密钥 通过执行命令 ssh-keygen -t rsa 来生成我们需要的密钥 执行上面的命令时,我们直接按三次回车,之后会在用户的根目录下生成一个 .ssh 的文件夹 文件夹下面有4个文件 authorized_keys: 存放远程免密登录的公钥,主要通过这个文件记录多台机 阅读全文
摘要:
pytorch安装 1、查看本机的CUDA版本 cmd命令行输入nvidia-smi,在第一行最右边可以看到CUDA的版本号 2、安装Pytroch 1、点击进入Pytorch官网 这里进行Pytorch版本的选择,首先我选择的是Stable稳定版,然后OS是Windows系统,Package包就使 阅读全文
摘要:
简介 !function (allModule) { function useModule(whichModule) { allModule[whichModule].call(null, "hello world!"); } useModule(0) }([ function module0(pa 阅读全文
摘要:
JS 检测代码格式化 console.log("start"); function t(){ return t.toString().search('(((.+)+)+)+$').toString(); } a=t(); console.log("end"); 运行这段代码,会发现,程序执行不到lo 阅读全文
摘要:
Selenium 安装 1、安装 chrome wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm yum install ./google-chrome-stable_current_x86 阅读全文
摘要:
Anaconda 报错 阅读全文
摘要:
Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available 原因是:conda找错了openssl的地址,conda在Anaconda\DLLs目录下寻找openssl的dll文件,但实 阅读全文
摘要:
Charles 下载地址 https://www.charlesproxy.com/download Charles激活地址 https://www.zzzmode.com/mytools/charles/ 阅读全文
摘要:
pytorch 环境配置 Anaconda pytorch 安装 MNIST 数据集、数据加载 激励函数、优化器,损失函数 阅读全文