好物分享
-
-
centos 7.5安装maridb
https://blog.csdn.net/junehappylove/article/details/78690743 启动服务 systemctl start mariadb 允许自动启动配置 systemctl enable mariadb 配置字符集 …… -
Lingo知识体系基础(练习题)
Lingo知识体系 工厂的创建 sets: factory /1..6/ : a,b; plant /1..3/ : x,y; endsets data: a = 1, 2, 3, 4, 5, 6; b = 6.0, 5.0, 4.0, 3.0, 2.0, 1.0; x = 1…… -
使用vite2.x + react17.x搭建项目
vite版本版本:vite:2.7.2 react版本:react:17.0.2 代码仓库地址:gitee地址哦 今天是2022年的第一天上班,想着 摸会鱼吧 学习新东西,也好久没弄vite和rea…… -
-
力扣55跳跃游戏I(中等)JAVA
力扣题解 55. 跳跃游戏 难度中等1563 给定一个非负整数数组 nums ,你最初位于数组的 第一个下标 。 数组中的每个元素代表你在该位置可以跳跃的最大长度。 判…… -
【Centos7虚拟机安装】VMware – VM tools
Ps:使用dvd镜像进行安装,不要使用【最小安装】,使用【虚拟化最小主机安装】 安装 VM tools 1、安装gcc,没有gcc则需要进行 Yum -y install gcc 2…… -
-
在Linux中批量添加路由的shell脚本
shell脚本全文 #!/bin/bash #Linux主机批量添加路由的shell脚本 route_add_host () { route add –host $IP_ADDRESS gw 192.168.165.1 } route_add_net () { …… -