问题: 本地安装完mysql,无法远程连接 1、检查mysql进程是否启动 2、查看端口是否监听 3、查看iptables配置 4、云服务器检查下出入网有没有添加对应的端口 5、mysql是否授权对应的账号远程访问 也可以查看mysql用户表 ...
分类:
数据库 时间:
2019-11-02 18:21:36
阅读次数:
95
原文链接:https://www.cnblogs.com/nerohwang/p/3621316.html hello.c 文件: Makefile文件: 测试结果: 查看编译后文件: ...
分类:
系统相关 时间:
2019-11-02 15:27:39
阅读次数:
113
在kernel串口驱动初始化前crash时,无log输出,只有到lk的log: [5980] booting linux @ 0x80008000, ramdisk @ 0x82300000 (1023690), tags/device tree @ 0x82100000 a/kernel/msm- ...
分类:
系统相关 时间:
2019-11-02 11:35:49
阅读次数:
108
准备一台centos的服务器查看系统内核:rpm -qa | grep kernel这里需要Linux内核在4.9 RC版本以上,如果版本不是请继续下面操作 访问https://elrepo.org/ ,根据指示安装ELRepo仓库,教程如下 首先以root权限登陆服务器输入以下导入公钥:rpm - ...
分类:
系统相关 时间:
2019-11-02 09:23:10
阅读次数:
116
1、关闭firewalld,安装iptables-server并启动服务 systemctl stop firewalld systemctl disable firewalld yun -y install iptables-server yum -y install iptables-serve ...
分类:
其他好文 时间:
2019-11-01 18:54:12
阅读次数:
130
The following will configure the Shared Folders clients with the default options: For VMware Tools Shared Folders kernel mode client use the following ...
分类:
系统相关 时间:
2019-11-01 14:42:41
阅读次数:
311
一般,uboot波特率是 57600, 而kernel 一般115200. 交换机上的系统好像,9600或者115200多居多... minicom进入波特率115200时候,刚开始启动时候,乱码是因为uboot的波特率57600.... ...
分类:
其他好文 时间:
2019-11-01 09:31:24
阅读次数:
118
CentOS7默认的防火墙不是iptables,而是firewalle#先检查是否安装了iptablesserviceiptablesstatus#安装iptablesyuminstall-yiptables#升级iptablesyumupdateiptables#安装iptables-servicesyuminstalliptables-services禁用/停止自带的firewalld服务#停
分类:
其他好文 时间:
2019-10-31 18:41:08
阅读次数:
283
学习器模型中一般有两个参数:一类参数可以从数据中学习估计得到,还有一类参数无法从数据中估计,只能靠人的经验进行指定,后一类参数就叫超参数 比如,支持向量机里的C,Kernel,gama,朴素贝叶斯里的alpha等,在学习其模型的设计中,我们要搜索超参数空间为学习器模型找到最合理的超参数,可以通过以下 ...
分类:
其他好文 时间:
2019-10-31 17:57:17
阅读次数:
78