摘要:
在目录/etc/init.d/目录新建脚本 sudo vim /etc/init.d/startup.sh #!/bin/bash # Only for test touch /root/1.txt 添加执行权限 sudo chmod +x /etc/init.d/startup.sh 添加启动脚本 阅读全文
摘要:
Task 1. Pandas, Numpy, Matplotlib (3 points) Subproblem 1.1 (1 point) Write a function, which takes a pandas DataFrame df and substract the mean value 阅读全文