- 博客(18)
- 收藏
- 关注
原创 Ubuntu修改文件(文件夹)的拥有者和用户组
https://blog.csdn.net/qq_41238579/article/details/102778243
2019-12-02 15:31:49
1312
原创 ubuntu 服务器创建新用户
https://blog.csdn.net/weixin_37182342/article/details/80298464
2019-11-26 16:29:31
503
原创 Ubuntu 文件文件夹查看权限和设置权限
https://www.cnblogs.com/zknublx/p/8422166.html
2019-11-26 15:07:15
414
原创 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
1618
转载 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
423
原创 google cloud ssh connect
https://blog.csdn.net/wuyanshen2012/article/details/80370080
2019-11-05 14:54:11
204
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
665
原创 linux scp
https://www.cnblogs.com/lcngu/p/5782335.html
2019-09-16 13:53:27
129
原创 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
179
原创 Connection Error:HTTPConnectionPool
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/230PORT number should be the same.
2019-09-12 18:33:12
1642
原创 设置进程名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
3000
原创 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
668
原创 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
459
原创 WIN10如何安装matlab2019
尽管有学校提供的matlab 许可证,安装还是遇到了好多问题。主要有:1.无可用资源2.连接不到mathworks3.安装附加包的时候,显示网络连接问题。试了更改浏览器设置和防火墙设置问题仍然没有解决,最终选择以下方案:解决方案:http://genuine.xmu.edu.cn/matlab.html下载离线安装程序,然后安装选择internet 连接 ,就可以了,如果出现某一次...
2019-09-09 11:30:46
2068
原创 linux 命令
1.ls 查看文件大小信息ls -a 把所有文件和目录列出来,包含隐藏的文件和目录ls -l 把文件和文件夹列表方式列出;ls -lh或者ls -l -h把文件和文件夹列表方式列出,并且显示大小2. 服务器后台运行程序nohup+命令+&即使命令窗口断开,程序也可以在服务器上继续运行...
2019-06-19 15:21:43
132
转载 pycharm 代码缩进
1、pycharm使多行代码同时缩进鼠标选中多行代码后,按下Tab键,一次缩进四个字符2、pycharm使多行代码同时左移鼠标选中多行代码后,同时按住shift+Tab键,一次左移四个字符...
2019-05-10 16:18:25
630
原创 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
184
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人