码迷,mamicode.com
首页 >  
搜索关键字:office install error    ( 73195个结果
berw安装
Homebrew是mac的包管理器,他可以安装任何你想安装的东西 安装方法:在命令行输入 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Failed ...
分类:其他好文   时间:2021-01-26 11:44:27    阅读次数:0
linux下安装zsh和p10k的详细过程
下载zsh sudo apt-get install zsh sudo apt-get install git 下载oh-my-zsh 因为zsh配置起来太麻烦了,直接安装oh-my-zsh即可,前往oh-my-zsh官网: https://ohmyz.sh 使用命令: $ sh -c "$(cur ...
分类:系统相关   时间:2021-01-26 11:42:41    阅读次数:0
pip 批量安装
pip 批量安装 将待安装的包按照下面的格式保存在 requests.txt 文件中 chardet==4.0.0 idna==2.10 requests==2.25.1 urllib3==1.26.2 在该文件的目录下运行下面的指令 pip install -r requests.txt ...
分类:其他好文   时间:2021-01-26 11:39:10    阅读次数:0
Python:万能异常之`try:` `except <Errortype> as <alias> :` `else:` `finally:`(转)
万能异常之try: except <Errortype> as <alias> : else: finally:(转) 链接: try: except <Errortype> as <alias> : else: finally: ...
分类:编程语言   时间:2021-01-26 11:38:53    阅读次数:0
Django REST framework安装、调试
参考: # 安装 pip install djangorestframework pip install django-redis # 调试 http #官网教程1,pip install httpie 可以用来调试http https://blog.csdn.net/ppppfly/article ...
分类:其他好文   时间:2021-01-25 11:31:38    阅读次数:0
Error: PostCSS received undefined instead of CSS string
问题描述 报错内容如下: yarn run v1.22.10 $ vue-cli-service electron:serve INFO Starting development server... 98% after emitting CopyPlugin ERROR Failed to comp ...
分类:Web程序   时间:2021-01-25 11:30:27    阅读次数:0
Ubuntu 20.10安装WPS Office、更新Visual Studio Code以及卸载LibreOffice
打造 Ubuntu20.10办公环境,安装WPS Office2019 WPS Office2019 For Linux 下载地址: 下载地址 : https://linux.wps.cn/# ,执行下载命令 wget https://wdl1.cache.wps.cn/wps/download/e ...
分类:系统相关   时间:2021-01-25 11:29:39    阅读次数:0
Fedora中安装Latex
LaTeX is a markup language for describing a document. To Install Tex Live LaTeX distribution : sudo dnf install texlive-scheme-full LaTeX Editors : su ...
分类:其他好文   时间:2021-01-25 11:19:41    阅读次数:0
SVN在拉取(更新)代码的时候出现Error:svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted问题 ---window版
今天使用svn时报了一个这个错,网上搜索时都说是要使用sqllite来删除svn队列。 其实可以直接使用idea自带的terminal运行svn cleanup 成功就可以解决这个问题。但可能遇到以下问题 问题1 1. 当遇到这个问题的时候,你将要下载sqlite3.exe文件 SQLite 安装 ...
分类:Windows程序   时间:2021-01-25 11:11:25    阅读次数:0
代码校验规范
vscode插件安装 stylelint prettier eslint 安装依赖 npm install -D stylelint prettier eslint // yarn yarn add stylelint prettier eslint -D 安装@umijs/fabric,一个包含 ...
分类:其他好文   时间:2021-01-25 10:59:42    阅读次数:0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!