在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
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
由于 linux 内核自动升级,需要重新编译 NVIDIA 驱动 具体方法如下: 更改 BIOS 的显示输出为核显 进入系统,执行以下命令 整合于: https://blog.csdn.net/JerryZhang__/article/details/108865176 https://blog.c ...
分类:
系统相关 时间:
2021-06-05 17:43:05
阅读次数:
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. ...
第一步 安装依赖以及源码下载: emsdk: git clone https://github.com/emscripten-core/emsdk.git depot_tools: git clone 'https://chromium.googlesource.com/chromium/tools ...
分类:
Web程序 时间:
2021-06-04 19:19:02
阅读次数:
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