linux软链接linux下的软链接类似于windows下的快捷方式实例:ln -s /home/gamestat /gamestatln -s a b 中的 a 就是源文件,b是链接文件名,其作用是当进入b目录,实际上是链接进入了a目录如上面的示例,当我们执行命令 cd /gamestat/的时候 实际上是进入了/home/gamestat/ 应用:ln -s /home/docs/passport.xinhang.cc/xh-wealth-admin/upload/ /hom
Python3安装和使用 1.安装 Python管方下载地址 选择Customize installation安装,并且勾选Add Python 3.X to PATH. 勾选Documentation.pip.tcl/tk and IDLE.Python test suite.py launcher.for all users. 勾选Associate files with Python.Add Python to environment variable和Create shortcuts 注