码迷,mamicode.com
首页 >  
搜索关键字:apt    ( 12580个结果
设计模式目录
Creational Patterns Factory Method : Factory Method Abstract Factory : Abstract Factory Builder : Builder Prototype : Prototype Singleton : Singleton ...
分类:其他好文   时间:2021-01-18 11:35:19    阅读次数:0
ubuntu ssh连不上
1、检查防火墙是否开放22端口 2、检查ssh是否安装 rpm -qa |grep ssh sudo apt-get install rpm sudo apt-get install ssh sudo service ssh restart 连接成功 安装ssh 参考: https://blog.c ...
分类:系统相关   时间:2021-01-14 11:27:11    阅读次数:0
ubuntu16.04 安装talib包
sudo apt-get update sudo apt-get install python3-dev # 装talib前要先装numpy python3.6 -m pip install numpy -i https://pypi.doubanio.com/simple wget http:// ...
分类:系统相关   时间:2021-01-14 10:54:36    阅读次数:0
Vue-cli3.0添加sass全局样式、mixin配置
一、如果在创建Vue@3.0项目的时候没有选择sass则需要安装 npm install -D sass-loader node-sass 二、创建.scss样式文件 在 src/assets/sass 文件夹下创建 index.scss 文件 三、配置根目录下面vue.config.js: 如果需 ...
分类:其他好文   时间:2021-01-14 10:51:15    阅读次数:0
SpringCloud 和 SpringBoot 和Spring Cloud alibaba 版本冲突 导致 服务发现 服务注册 服务调用时报错
一丶错误一 一丶错误信息 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'memberController': Unsatisfied dependenc ...
分类:编程语言   时间:2021-01-13 11:12:42    阅读次数:0
ubuntu18 build opencv4 from source
1 安装依赖 ## Install dependencies sudo apt -y install build-essential checkinstall cmake pkg-config yasm sudo apt -y install git gfortran sudo apt -y ins ...
分类:系统相关   时间:2021-01-13 10:46:58    阅读次数:0
ubuntu 18.04安装腾讯通RTX2015
一、手动安装 1、安装wine $ sudo add-apt-repository ppa:wine/wine-builds $ sudo apt-get update $ sudo apt-get install winehq-devel 或下载稳定版本 $ sudo apt-get instal ...
分类:系统相关   时间:2021-01-12 11:23:52    阅读次数:0
latex减少图片和图片解释文字之间的距离、调整公式与正文间距离,调整空白大小:
LaTex图片之间的间隔设置说白了就是对水平方向上间隔的设置,用到的命令:\hspace{bcm}"b"可正可负,正数扩大间距,负数缩小间距。问题解决。 Latex调整图片与上下文距离 \vspace{-0.8cm} %调整图片与上文的垂直距离 \setlength{\abovecaptionski ...
分类:其他好文   时间:2021-01-11 11:26:26    阅读次数:0
ubuntu 安装 dingtalk,飞书,google,zoom等
安装google需要设置代理 /etc/apt/sources.list中增加:deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main google-chrome-stable dingtalk,apt install ...
分类:系统相关   时间:2021-01-11 11:04:51    阅读次数:0
linux下安装7z命令及7z命令的使用
linux下安装7z命令及7z命令的使用 本文主要介绍了在linux下安装7z命令的方法,同时介绍了7z命令的使用。7z压缩格式拥有众多优点,具有极高的压缩比率,如果你还不了解,请看文章:7z格式、LZMA压缩算法和7-Zip详细介绍。 reille使用的linux发行版是ubuntu,同时在Red ...
分类:系统相关   时间:2021-01-11 11:00:53    阅读次数:0
12580条   上一页 1 ... 18 19 20 21 22 ... 1258 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!