MAVEN & Itellij-IDEA 安装与配置

maven环境配置
https://blog.csdn.net/s_trick/article/details/86562784
Itellij-IDEA 2018破解版安装
https://www.jianshu.com/p/7d60ea5e51e9
mysql+jdbc
jdbc我是用maven导入的(版本为:5.1.38)
安装过程:
https://blog.csdn.net/han12398766/article/details/83687559
mysql安装包 和 我安装过程中遇到的“mysql安装包和我安装过程中遇到的错误解决方法都在链接里:”错误解决需要的文件都在链接里:
链接:https://pan.baidu.com/s/1Y2iWvkAHov8w3EM1Fn10Ag
提取码:3cbx

win0局域网FTP服务器搭建

Step1:打开win0系统FTP功能
https://blog.csdn.net/qq_35611780/article/details/84449044?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.nonecase
Step2:设置用户权限
https://www.cnblogs.com/SingleYang/p/11661920.html

pytorch

来自https://pytorch.org/

python 3.6

pip --default-timeout=100 install torch==1.5.1+cpu torchvision==0.6.1+cpu -f https://download.pytorch.org/whl/torch_stable.html

android

安装安卓 sdk
https://www.cnblogs.com/zoupeiyang/p/4034517.html#3
https://www.cnblogs.com/ganchuanpu/p/6683490.html
安装模拟器
https://blog.csdn.net/qq_35890560/article/details/77993248?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task
genymotion官网下载链接
https://dl.genymotion.com/releases/genymotion-3.1.0/genymotion-3.1.0-vbox.exe

sdk 镜像
在该路径下,找到 hosts 文件,并用记notepad++打开
C:\Windows\System32\drivers\etc
添加以下内容,ip地址用你ping的那个
203.208.50.69 dl.google.com

Android Stuido 3.2基本配置+Genymotion及测试
https://blog.csdn.net/gumufuyun/article/details/82991406