
软件使用经验
温酒的周同学
生于重庆,求学西安,现在广州,想去俄罗斯遛黑熊
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu18.04安装Visual Studio Code1.32.2并配置KoroFileHeader
Ubuntu18.04安装Visual Studio Code1.32.2并配置KoroFileHeader**今天记录Linux下Ubuntu18.04安装Visual Studio Code1.32.2并配置KoroFileHeader的过程。KoroFileHeader的作用是可以快速添加头部注释和函数注释,本文的目的在于解决修改默认author的问题。环境简述**系统介绍:**wi...原创 2019-03-30 14:10:54 · 1086 阅读 · 0 评论 -
ubuntu16.04LTS下LaTeX的安装
ubuntu16.04LTS下LaTeX的安装Ubuntu 上LaTeX的分发版之一 TeX Live。使用下面命令可以在 Ubuntu 上安装 Tex Live sudo apt-get install texlive-full如果出现下面的情况E: 有几个软件包无法下载,要不运行 apt-get update 或者加上 --fix-missing 的选项再试试?那么使用如下语...原创 2019-04-02 13:56:33 · 359 阅读 · 0 评论 -
The first step to graduate from XJTU
Build the EnvironmentBecause Ubuntu has it’s own python2 and python3, what I need to finish is import those module.pippip is a tools to install some software and packageanacondaif you use python2...原创 2019-04-02 15:52:51 · 234 阅读 · 0 评论 -
pyCharm配置中文菜单
下载语言包resources_cn.jar将resources_cn.jar放到pyCharm安装目录下的lib目录下即可转载 2019-04-02 20:49:52 · 3707 阅读 · 0 评论 -
macOS Mojave中查看Python和Python3的安装路径
第一步,打开终端终端就是下面这玩意,直接点击或是用快捷键打开:打开界面如下:第二步,输入命令查看Python安装路径以下两条命令,第一条查看Python2,第二条查看Python3。在终端输入以下命令which pythonwhich python3Mac查看pycharm第三方库路径cd /Library/Python/2.7/site-packages...原创 2019-04-20 14:04:22 · 3452 阅读 · 0 评论 -
Mac terminal automatic completion
The setting about the automatic completion of Mac terminalAll the operation are finished in the terminal by command lineOpen your terminal by click the icon of terminalswitch to the present user....原创 2019-05-06 14:25:38 · 206 阅读 · 0 评论 -
FinalShell Linux版安装及教程
FinalShell Linux版安装及教程转载 2019-05-24 20:39:21 · 4504 阅读 · 0 评论 -
Mac无密\加密压缩文件\文件夹方法
文章目录Part 1 终端terminal-系统自带方法无密码压缩文件命令格式使用示例无密码压缩文件夹命令格式使用示例加密码压缩文件(需要输入两次密码,两次一致)命令格式使用示例加密压缩文件夹命令格式使用示例解压方法解压到当前目录解压到指定文件夹小结Part 2 第三方工具Part 1 终端terminal-系统自带方法无密码压缩文件命令格式zip fileName.zip /filePa...原创 2019-06-20 15:26:09 · 987 阅读 · 0 评论 -
Mac Excel快捷键
文章目录环境简介电脑系统:MacOS catalina(10.15)office版本:Microsoft office Excel(2019)1、选中单元格快速选中某一个区域2、快速到达特定单元格快速到达边缘单元格快速到达指定单元格3 、快速选中某一区域4、冻结单元格环境简介电脑系统:MacOS catalina(10.15)office版本:Microsoft office Excel(2...原创 2019-07-14 00:10:29 · 12106 阅读 · 0 评论