码迷,mamicode.com
首页 >  
搜索关键字:release board    ( 13112个结果
ROS Melodic在Ubuntu18.04下的安装
主要注意使用代理的情况下无法init的问题。 1 sudo sh -c '. /etc/lsb-release && echo "deb http://mirrors.ustc.edu.cn/ros/ubuntu/ `lsb_release -cs` main" > /etc/apt/sources ...
分类:系统相关   时间:2021-06-02 16:05:04    阅读次数:0
centos 内核更新到5.4
下载内核源rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm安装最新版本内核yum --enablerepo=elrepo-kernel install -y kernel-lt查看可用内核 cat >u ...
分类:其他好文   时间:2021-06-02 14:26:17    阅读次数:0
linux远程和软件包的管理
远程管理 ssh 用户名@对方IP地址 -X 在本地可以运行对方的图形程序 端口 22 [root@room9pc01 ~]# ssh root@172.25.0.11 [root@server0 ~]# exit #退出远程管理 Ctrl + shfit + t 新开一个终端 软件包的管理 1、R ...
分类:系统相关   时间:2021-06-02 14:12:24    阅读次数:0
蓝鲸6.02双机部署文档
环境准备 0. 服务器环境 系统版本 IP 配置 主机名 CentOS Linux release 7.4.1708 192.168.1.183 8核32g 40G磁盘 node1 CentOS Linux release 7.4.1708 192.168.1.185 4核8g 40G磁盘 node ...
分类:其他好文   时间:2021-06-02 13:15:54    阅读次数:0
Hbuilderx 新建终端标签卡 无任何反应
HBuild X 终端无法使用,无法输入,解决方法 打开HBuild X 的安装文件夹 打开如下路径:plugins\builtincef3terminal\script 打开main.js 文件 if(isWin){ shell = 'C:\\Windows\\System32\\WindowsP ...
分类:其他好文   时间:2021-06-02 12:14:47    阅读次数:0
GetTickCount() 函数的作用和用法
DWORD GetTickCount(void); 1) 定义 For Release configurations, this function returns the number of milliseconds since the device booted, excluding any ti ...
分类:其他好文   时间:2021-06-02 11:21:18    阅读次数:0
【UE4】 补丁Patch 与 DLC
概述 UE4 中主要使用 Project Launcher 来进行补丁和DLC的制作 补丁与 DLC 都需要基于某个版本而制作 补丁 与 DLC 最后以 Pak 形式表现, 补丁的 pak 可以重命名,但最后以 _p.pak 结尾 Pak 会根据 PakOrder 来排序挂载 Paks 目录下 ,项 ...
分类:其他好文   时间:2021-06-02 10:29:05    阅读次数:0
Convert FSE2 - Financial Statement Maintenance to Current Settings
Skip to end of metadata Go to start of metadata The procedure to convert FSE2 from an IMG activity to a user transaction/current setting is outlined i ...
分类:其他好文   时间:2021-05-25 18:34:50    阅读次数:0
centos7.9 配置nginx实现前后端分离
工作中经常会遇到需要部署前后端分离的项目,今天来给大家介绍一下。 实验目的:实现前后端分离配置,即nginx做代理,前端需要跳转到本地目录访问,后端需要跳转到后端程序。服务器:CentOS Linux release 7.9.2009 (Core)nginx版本:nginx-1.14.2 部署ngi ...
分类:其他好文   时间:2021-05-25 18:09:06    阅读次数:0
Mysql-安装
前置 CentOS7;Mysql5.7 安装 # 获取依赖 wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm # 安装依赖 yum -y localinstall mysql57-community- ...
分类:数据库   时间:2021-05-24 17:02:00    阅读次数:0
13112条   上一页 1 2 3 4 5 6 ... 1312 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!