今天弄了下mysql的几个安全设置: 只允许本地登录,允许ssh通过远程登录1.my.cnf #skip-networkingbind-address = 127.0.0.1 此项设置允许 tcp/ip 访问,但是只有127.0.0.1 有可以访问,如果把skip-networking 开启。则只能 ...
分类:
数据库 时间:
2020-06-03 00:19:05
阅读次数:
107
docker容器里面只能访问本机网络,访问不了外部的ip centos 7 docker 启动了一个web服务 但是启动时 报 WARNING: IPv4 forwarding is disabled. Networking will not work. #需要做如下配置 解决办法: vi /etc ...
分类:
Web程序 时间:
2020-05-26 12:23:41
阅读次数:
92
如果之前能够正常使用,某次开机或解锁后网络突然不能用了,尝试重新启动网络服务 相关报错:Failed to start LSB: Bring up/down networking. 主机IP不可用 #如果没有执行权限可以直接进入su超级用户systemctl stop NetworkManager ...
分类:
其他好文 时间:
2020-05-16 10:43:19
阅读次数:
85
注:UNet 已经被废弃, 且未来会被Unity移除。在本文中,将会使用到 NetworkManager/High Level API,import方法:Window Package Manager Multiplayer HLAPI。 Networking 网络功能有两种类型的用户: 制作多玩家的 ...
分类:
编程语言 时间:
2020-05-14 01:32:27
阅读次数:
100
1. 连接上linux后,输入命令 vi /etc/hosts 末尾加inux服务器的ip地址和hostname,比如: 192.168.2.3 db012. 输入命令 vi /etc/sysconfig/network 敲击键盘上的 i 字母进入编辑模式,末尾加入: NETWORKING=yesH ...
分类:
数据库 时间:
2020-04-23 11:50:52
阅读次数:
95
Problem Description Given two rectangles and the coordinates of two points on the diagonals of each rectangle,you have to calculate the area of the in ...
分类:
其他好文 时间:
2020-04-15 13:51:02
阅读次数:
82
Problem Description Give you two numbers A and B, if A is equal to B, you should print "YES", or print "NO". Input each test case contains two numbers ...
分类:
其他好文 时间:
2020-04-14 20:21:08
阅读次数:
70
Problem Description Give you the width and height of the rectangle,darw it. Input Input contains a number of test cases.For each case ,there are two n ...
分类:
其他好文 时间:
2020-04-11 23:29:43
阅读次数:
97
这几天一直做优化的事情,对于资源这一块优化,资源异步加载作为首选,因2018之后版本中弃用了WWW请求,所以今天我们以UnityWebRequest请求方式介绍,基本上是一个整理。usingSystem.Collections;usingSystem.Collections.Generic;usingUnityEngine;usingUnityEngine.Networking;publiccla
分类:
编程语言 时间:
2020-04-11 09:48:43
阅读次数:
87
Problem Description Give you a number on base ten,you should output it on base two.(0 < n < 1000) Input For each case there is a postive number n on b ...
分类:
其他好文 时间:
2020-04-10 00:29:53
阅读次数:
80