码迷,mamicode.com
首页 >  
搜索关键字:ubuntu 14.04 ros indigo install    ( 67388个结果
Ubuntu扩展磁盘空间
参考博文: https://blog.csdn.net/weixin_39446611/article/details/104261264?utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EBlogCommendFro ...
分类:系统相关   时间:2021-04-30 12:04:30    阅读次数:0
Enable Jupyter For C#
.NET Interactive is here! | .NET Notebooks Preview 2 | .NET Blog (microsoft.com)jupyter notebook ...
分类:Windows程序   时间:2021-04-30 11:56:03    阅读次数:0
libmaxminddb安装
https://github.com/maxmind/libmaxminddb ubuntu sudo add-apt-repository ppa:maxmind/ppa sudo apt update sudo apt install libmaxminddb0 libmaxminddb-dev ...
分类:数据库   时间:2021-04-30 11:55:10    阅读次数:0
rust环境配置
安装cargo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh vscode插件 ext install rust-lang.rust ext install vadimcn.vscode-lldb 调试配置 launsh ...
分类:其他好文   时间:2021-04-29 12:07:59    阅读次数:0
powershell无法下载NuGet
https://www.alitajran.com/unable-to-install-nuget-provider-for-powershell/ 1.以管理员运行Powershell 2.运行Install-Module PowershellGet -Force报错 警告:无法从URI下载。 警 ...
分类:系统相关   时间:2021-04-29 12:03:00    阅读次数:0
go_01_Linux 下安装 go 语言环境
TSSC_go_install_linux 下载地址 https://golang.org/dl/ https://golang.org/dl/go1.16.3.linux-amd64.tar.gz https://golang.org/dl/go1.16.3.windows-amd64.msi h ...
分类:编程语言   时间:2021-04-29 12:02:29    阅读次数:0
linux系统安装Git
yum -y install git yum方式安装源码,但版本很旧 git version 查看git版本 https://github.com/git/git/releases 上github下载最新版本git源码包,上传至服务器/opt/software(这次下载的是2.8.0版本) tar ...
分类:系统相关   时间:2021-04-29 12:02:09    阅读次数:0
Linux常用基础命令
1.基础bash命令 查看历史命令记录 history 查看时间 date 目录进入 cd 路径 查看目录结构 ls ls -a --全部文件 ls -l --详细信息 ls -la --全部文件详细信息 1.1文件目录操作 tree --以树状机构查看目录及文件 白色:普通文件 蓝色:目录 绿色: ...
分类:系统相关   时间:2021-04-29 12:01:17    阅读次数:0
Ubuntu压缩包解压压缩
Ubuntu压缩包管理 gzip 分别压缩,生成多个压缩包(.gz),不保留源文件,只能压缩文件不能压缩目录 gzip *.txt gunzip *.gz --还原 bzip2 分别压缩,生成多个压缩包(.bz2),默认不保留源文件,只能压缩文件不能压缩目录 bzip2 *.txt bzip2 *. ...
分类:系统相关   时间:2021-04-29 12:00:06    阅读次数:0
Ubuntu vi基础使用
1.命令模式 1.1移动光标 l 向右 h 向左 k 向上 j 向下 G 移动到文件的末尾 gg 移动到文件的开始 0 移动到当前行的行首 shift+4 移动到当前好的末行 数字+G 移动到指定行 1.2删除(其实是剪切) x 删除光标后的字符 X 删除光标前的字符 dw 删除一个单词(注意要把光 ...
分类:系统相关   时间:2021-04-29 11:58:47    阅读次数:0
67388条   上一页 1 ... 44 45 46 47 48 ... 6739 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!