自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(18)
  • 收藏
  • 关注

原创 Ubuntu修改文件(文件夹)的拥有者和用户组

https://blog.csdn.net/qq_41238579/article/details/102778243

2019-12-02 15:31:49 1307

原创 ubuntu 服务器创建新用户

https://blog.csdn.net/weixin_37182342/article/details/80298464

2019-11-26 16:29:31 499

原创 Ubuntu 文件文件夹查看权限和设置权限

https://www.cnblogs.com/zknublx/p/8422166.html

2019-11-26 15:07:15 411

原创 gdrive 下载 google cloud 文件

下载gdrive1.下载安装包 https://github.com/gdrive-org/gdrive#downloads比如,gdrive-linux-x64.2. 安装sudo cp gdrive-linux-x64 /usr/local/bin/gdrive;sudo chmod a+x /usr/local/bin/gdrive;下载文件夹gdrive download...

2019-11-07 16:54:16 1608

原创 pytorch的Gpu版本安装是否成功

import torchprint(torch.cuda.is_available())

2019-11-07 14:27:28 1309

转载 install CUDA Toolkit v9.0 and cuDNN v7.0 on Ubuntu 16.04

From:https://gist.github.com/ashokpant/5c4e9481615f54af4025ab2085f85869Tkanks.#!/bin/bashinstall CUDA Toolkit v9.0instructions from https://developer.nvidia.com/cuda-downloads (linux -> x86_64 ...

2019-11-06 16:14:12 417

原创 google cloud ssh connect

https://blog.csdn.net/wuyanshen2012/article/details/80370080

2019-11-05 14:54:11 202 1

原创 error: snap "electronic-wechat" has "install-snap" change in progress

error: snap “electronic-wechat” has “install-snap” change in progress

2019-11-01 10:05:59 660

原创 linux scp

https://www.cnblogs.com/lcngu/p/5782335.html

2019-09-16 13:53:27 124

原创 RL

1995 nvcc -V1996 ls1997 conda install pytorch=0.4.1 cuda90 -c pytorch1998 conda list1999 pip list2000 conda list2001 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/linux...

2019-09-12 19:14:13 174

原创 Connection Error:HTTPConnectionPool

https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/230PORT number should be the same.

2019-09-12 18:33:12 1637

原创 设置进程名python模块:setproctitle

安装:git clone https://github.com/dvarrazzo/py-setproctitle.gitcd py-setproctitlepython setup.py buildpython setup.py installpip install setproctitle使用:import setproctitlesetproctitle.setproctit...

2019-09-12 15:18:09 2993

原创 bad magic number in 'application': b'\x03\xf3\r\n': ImportError

find . -name *.pyc -delete详情可见https://github.com/Miserlou/Zappa/issues/854

2019-09-10 16:19:29 665

原创 PackagesNotFoundError: The following packages are not available from current channels

To search for alternate channels that may provide the conda package you’relooking for, navigate tohttps://anaconda.org and use the search bar at the top of the page.解决:去https://anaconda.org 首页搜索安装...

2019-09-10 12:13:34 453

原创 WIN10如何安装matlab2019

尽管有学校提供的matlab 许可证,安装还是遇到了好多问题。主要有:1.无可用资源2.连接不到mathworks3.安装附加包的时候,显示网络连接问题。试了更改浏览器设置和防火墙设置问题仍然没有解决,最终选择以下方案:解决方案:http://genuine.xmu.edu.cn/matlab.html下载离线安装程序,然后安装选择internet 连接 ,就可以了,如果出现某一次...

2019-09-09 11:30:46 2063

原创 linux 命令

1.ls 查看文件大小信息ls -a 把所有文件和目录列出来,包含隐藏的文件和目录ls -l 把文件和文件夹列表方式列出;ls -lh或者ls -l -h把文件和文件夹列表方式列出,并且显示大小2. 服务器后台运行程序nohup+命令+&即使命令窗口断开,程序也可以在服务器上继续运行...

2019-06-19 15:21:43 126

转载 pycharm 代码缩进

1、pycharm使多行代码同时缩进鼠标选中多行代码后,按下Tab键,一次缩进四个字符2、pycharm使多行代码同时左移鼠标选中多行代码后,同时按住shift+Tab键,一次左移四个字符...

2019-05-10 16:18:25 624

原创 LeetCode刷题记录2019/3/10

@LeetCode刷题记录2019/3/101. minimum-depth-of-binary-treeGiven a binary tree, find its minimum depth.The minimum depth is the number of nodes along the shortest path from the root node down to the neare...

2019-03-10 23:28:40 179

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除