码迷,mamicode.com
首页 >  
搜索关键字:release debug    ( 20084个结果
linux下安装mysql
#CentOS7的yum源中默认好像是没有mysql 1.1 下载mysql的repo源 cd /usr/local wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm 1.2 安装mysql-community-r ...
分类:数据库   时间:2021-06-03 17:43:34    阅读次数:0
每日日报
日志猫的使用 logcat //区别 输出颜色不同 级别不同 Log.v("MainActivity", "verbose");//黑色的日志 Log.d("MainActivity", "debug"); //蓝色的日志 Log.i("MainActivity", "info"); // 绿色的日 ...
分类:其他好文   时间:2021-06-02 19:48:28    阅读次数:0
鸿蒙2.0都来了,一起把环境搭建起来!
自4月底开始,鸿蒙2.0系统便迎来公测,6月2日将举行鸿蒙操作系统以及华为全场景新品发布会,届时会正式推出鸿蒙OS稳定版。 针对华为发布的鸿蒙系统,网上评论褒贬不一,有吹捧的,有无脑黑的。 在这里一口君就不做评价了,但是有2点: 对任何一个新兴事物,我们都要保持最旺盛的求知欲, 在自己没有亲自实践就 ...
分类:其他好文   时间:2021-06-02 19:25:13    阅读次数:0
KNN-简单电影测试程序debug
import numpy as np import operator """ Parameters: 无 returns: group -数据集 labels -分类标签 """ #函数说明:创建数据集 def createDataSet(): #6组二维特征 group = np.array([[ ...
分类:其他好文   时间:2021-06-02 17:00:08    阅读次数:0
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
20084条   上一页 1 ... 4 5 6 7 8 ... 2009 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!