随笔分类 - [05] 工具使用
摘要:为C盘下的system和config文件夹创建副本文件夹, -- 1.在pycharm中点击Help->edit custom properties,然后点击create,在新文件中输入以下内容: # custom PyCharm properties idea.config.path = E:/P
阅读全文
摘要:1、安装 pip install **orpip --no-cache-dir install ** 2、卸载 pip uninstall * 3、镜像源安装 pip install * -i https://mirrors.aliyun.com/pypi/simple pip install xx
阅读全文
摘要:1.安装apache服务器 yum install httpd 2:启动httpd服务 service httpd start 3:查看httpd服务器的版本 4:修改访问端口和文件路径,以防端口冲突(修改apache的配置文件,默认路径是/etc/httpd/conf/httpd.conf) 如果
阅读全文
摘要:安装软件工具: apt-get install python-pip pip install requests pip install bypy 授权登陆: 执行 bypy info,显示下边信息,根据提示,通过浏览器访问下边灰色的https链接,如果此时百度网盘账号正在登陆,会出现长串授权码,复制
阅读全文
摘要:1、安装 pip3 install jupyter 2、配置 2.1. 生成一个 notebook 配置文件 jupyter notebook --generate-config /root/.jupyter/jupyter_notebook_config.py 2.2. 生成密码 从 jupyte
阅读全文
摘要:项目相关的快捷键 Ctrl + Shift + B = 生成项目 Ctrl + Alt + L = 显示 Solution Explorer(解决方案资源管理器) Shift + Alt+ C = 添加新类 Shift + Alt + A = 添加新项目到项目 编辑相关的键盘快捷键 Ctrl + E
阅读全文

浙公网安备 33010602011771号