vgg16:
https://gist.github.com/baraldilorenzo/07d7802847aaad0a35d3
https://arxiv.org/pdf/1409.1556.pdf
Saturday, March 23, 2019
Monday, March 11, 2019
vsftpd linux下ftp server配置
https://help.ubuntu.com/lts/serverguide/ftp-server.html.en
http://www.ducea.com/2006/07/27/allowing-ftp-access-to-files-outside-the-home-directory-chroot/
https://www.sigerr.org/article/setup-vsftpd-custom-multiple-directories-users-accounts-ubuntu-step-by-step
https://www.digitalocean.com/community/tutorials/how-to-configure-vsftpd-to-use-ssl-tls-on-an-ubuntu-vps
https://www.digitalocean.com/community/tutorials/how-to-set-up-vsftpd-for-a-user-s-directory-on-ubuntu-16-04
http://www.ducea.com/2006/07/27/allowing-ftp-access-to-files-outside-the-home-directory-chroot/
https://www.sigerr.org/article/setup-vsftpd-custom-multiple-directories-users-accounts-ubuntu-step-by-step
https://www.digitalocean.com/community/tutorials/how-to-configure-vsftpd-to-use-ssl-tls-on-an-ubuntu-vps
https://www.digitalocean.com/community/tutorials/how-to-set-up-vsftpd-for-a-user-s-directory-on-ubuntu-16-04
Sunday, March 3, 2019
mac 常用命令
du -hd1 查看当前目录下目录大小
Tuesday, November 20, 2018
intellij idea 或者 pycharm 模板参数
# -*- coding: utf-8 -*-
"""
Created on ${TIME} ${DATE}
@author: ${USER}
"""
例如上面,全部的参数参考 https://www.jetbrains.com/help/pycharm/file-template-variables.html
"""
Created on ${TIME} ${DATE}
@author: ${USER}
"""
例如上面,全部的参数参考 https://www.jetbrains.com/help/pycharm/file-template-variables.html
Tuesday, October 9, 2018
更改maven仓库为阿里云仓库
https://www.cnblogs.com/geektown/p/5705405.html
https://yq.aliyun.com/articles/78124
https://yq.aliyun.com/articles/78124
Sunday, July 29, 2018
mac 换机
1.迁移数据:https://support.apple.com/zh-cn/HT204350
2.备份数据 Paragon NTFS for Mac
3.抹掉数据重装系统 https://support.apple.com/zh-cn/HT204904
https://support.apple.com/zh-cn/ht201065
sudo chown -R $(whoami) /usr/local/Cellar
sudo chown -R $(whoami) /usr/local/Cellar
Subscribe to:
Posts (Atom)