在Windows中,有时特定的ip只能访问特定的网络,就需要进行路由的转发。 1.查询路由信息 route print -4 是查询IPv4的路由信息,若要查询所有的,把`-4`去掉即可。 2.添加路由 route -p add 目的ip mask 子网掩码 下一跳ip 例如把目的为:10.100. ...
一、MySQL 服务端的登录 1、方式一 通过 MySQL 自带的客户端,直接输入密码即可登录成功。 2、方式二 通过 Windows 自带的客户端,打开命令提示符,输入下面的命令 mysql 【-h主机名 -P端口号 】-u用户名 -p密码 如果直接连接本地的 MySQL,且端口也是 3306,就 ...
分类:
数据库 时间:
2021-06-05 18:20:15
阅读次数:
0
1:查看防火状态 systemctl status firewalld service iptables status 2:暂时关闭防火墙 systemctl stop firewalld service iptables stop 3:永久关闭防火墙 systemctl disable firew ...
分类:
系统相关 时间:
2021-06-05 17:51:23
阅读次数:
0
Prerequisites: Windows 10 Hyper-V Virtual machine parameters: Memory 2GB Hard Drive 20GB Provisioning: Launch Hyper-V, click on new > Virtual Machine ...
分类:
系统相关 时间:
2021-06-05 17:49:23
阅读次数:
0
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Data.SqlClient; 6 using System. ...
linux防火墙使用以及配置 Centos 7 firewall : 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : ...
分类:
系统相关 时间:
2021-06-04 19:47:34
阅读次数:
0
1.打开idea2.点击右边侧边栏DataBase,点击加号,进行添加Data Soure 如果找不到,可以试试从导航栏找 View-Tool Windows-DataBase3.配置连接及测试下载jar包 点击右上角的加号箭头,点击第一个,可以查看自己下载的路径 测试成功之后才能进行连接 最近单位 ...
分类:
数据库 时间:
2021-06-04 19:17:46
阅读次数:
0
win10运行calc打开计算器提示 需要新应用打开此calculator的解决方法 1、先将所有程序关闭,以管理员身份运行 Windows PowerShell;2、在Windows PowerShell框中键入下面命令:Get-AppXPackage -AllUsers | Foreach {A ...
Windows “在此系统上禁止运行脚本”解决办法
set-executionpolicy remotesigned ...
import os with open('a.txt','wb') as fp; file = open('a.txt','w',encoding = 'utf-8') # w是覆盖并且重新写入 file.write('Python') # 文件的杜西呃怎么打印出来是个中文字符 # print(fi ...
分类:
其他好文 时间:
2021-06-04 18:48:35
阅读次数:
0