logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

允许远程协助连接这台计算机 灰色

问题如图,系统为Windows Server 2008R2,下面记录处理这个问题的方法:1)“计算机”->右键“管理”->“功能”->“添加功能”2)勾选“远程协助”,如图,3)点击安装,直到安装完成后关闭窗口即可破解“允许远程协助连接这台计算机 灰色”的问题...

nginx配置允许跨域

location / {roothtml;index index.html index.htm;add_header Access-Control-Allow-Origin *;add_header Access-Control-Allow-Methods 'GET, PO...

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/pytorch

pytorch和torchvision下载失败,主要是anaconda延迟过高导致增加国内镜像源来安装conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/

#http#pytorch#深度学习
在linux服务器上安装git

git是目前流行的非常好用的版本控制工具,本章教大家如何在linux服务上安装git。这里介绍两种安装方式;1、yum安装;2、从github上下载最新的源码编译后安装一、获得一台linux服务器要在linux下安装git,首先你得先有一台linux服务器,作为小白,手头的机器肯定都是windows的,搞个虚拟机安装对我这种小白简直是折磨人;这里使用最简单的方式获得一台linux服务器,就是从阿里

Linux安装看哪个盘是U盘

ls -l /dev/disk/by-id/usb*

wget下载出现failed: Temporary failure in name resolution 错误解决方法

转载地址:http://www.sq01.cn/viewthread.php?tid=3753新放进机房一台linux server,安装的是centos5,想使用wget下载一个文件出现了如下问题:"Resolving www.xxxx-xxxx.com... failed: Temporary failure in name resolution."从字面上理解意思是,在解

nginx代理其他网站

客户网络是联通 电信的运营商访问不了。做了个代理配置反向代理在/etc/nginx/conf.d/下新建.conf文件,文件名随意,然后将以下配置复制到.conf文件中:12345678910111213server {listen 80;server_name jenkins.ntflc.com;access_log off;l...

angular 编译常见错误

Cannot find module 'typescript'Error: Cannot find module 'typescript'安装  npm install -g typescript  以后有错误。直接-g 安装全局 Could not find module "@angular-devkit/build-angular" from "E:\\git\\

到底了