1、首要想到的问题是防火墙没关 注意:因为centos7.0默认不是使用iptables方式管理,而是firewalld方式。CentOS6.0防火墙用iptables管理。 2、解决: ①首先查看防火墙状态:systemctl status firewalld 看到了active(running) ...
分类:
其他好文 时间:
2019-01-29 01:12:47
阅读次数:
162
Running into the same issue here after upgrading from 0.44. None of the above solutions or clearing caches did the trick for me. Here's what I did to ...
分类:
其他好文 时间:
2019-01-28 18:22:18
阅读次数:
209
派生线程 简单的示例 1: import threading 2: import logging 3: 4: class Mythread(threading.Thread): 5: def run(self): 6: logging.debug("running") 7: logging.basi... ...
分类:
编程语言 时间:
2019-01-26 11:20:47
阅读次数:
229
“500 oops socket” Debian 9 running via Linux Deploy上成功部署vsftpd的解决方案(201901原创)【成功完美简单极致】 #自从手机root后安装Linux Deploy开始安装了Debian9开始准备鼓捣ftp服务器(vsftpd)。 apt ...
分类:
系统相关 时间:
2019-01-25 22:52:43
阅读次数:
242
?Chapter 11. Using the YARN CLI to View Logs for Running Applications This chapter describes how to use the YARN CLI (Command Line Interface) to view ...
分类:
其他好文 时间:
2019-01-24 23:30:17
阅读次数:
273
1、下载mongodb 2、创建数据与日志存放目录 3、环境变量设置 4、创建配置文件mongodb.conf 5、配置启动文件 6、启动 7、使用测试 ...
分类:
数据库 时间:
2019-01-22 17:26:22
阅读次数:
213
运行刚搭建好的Android环境时会报这种错误: 运行刚搭建好的Android环境时会报这种错误: 运行刚搭建好的Android环境时会报这种错误: 运行刚搭建好的Android环境时会报这种错误: AVD Nexus_5X_API_P is already running. If that is ...
分类:
移动开发 时间:
2019-01-21 20:10:27
阅读次数:
491
阅读目录(Content) 一.命令格式: 二.命令功能: 三.命令参数: 四. 使用实例 1. 显示所有进程信息 2. 显示指定用户信息 3. 显示所有进程信息,连带命令行 4. ps 与grep 常用组合用法,查找特定进程 5:将目前属于您自己这次登入的 PID 与相关信息列示出来 6.列出目前 ...
分类:
系统相关 时间:
2019-01-21 00:32:49
阅读次数:
232
武侠小说中,高手过招讲究起手式,所谓"行家一伸手,便知有没有"。程序开发、软件架构中,也是类似的道理,当业务逻辑越来越复杂,代码越来越多时,一个好的项目结构,从目录命名、模块分层这些,从一开始就决定了后面的代码是否易于维护。 所以这节主要讨论下,游戏中如何组织自己的代码,回忆上节学到的最小开发框架( ...
分类:
其他好文 时间:
2019-01-20 20:53:09
阅读次数:
236
[root@ecs ~]# firewall-cmd --version //查看版本0.3.9 [root@ecs ~]# firewall-cmd --state //查看状态running[root@ecs ~]# [root@ecs ~]# firewall-cmd --zone=publi ...
分类:
其他好文 时间:
2019-01-20 20:10:42
阅读次数:
188