下载内核源rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm安装最新版本内核yum --enablerepo=elrepo-kernel install -y kernel-lt查看可用内核 cat >u ...
分类:
其他好文 时间:
2021-06-02 14:26:17
阅读次数:
0
/*去掉input默认填充黄色背景*/ input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px transparent inset ...
分类:
其他好文 时间:
2021-06-02 14:21:55
阅读次数:
0
远程管理 ssh 用户名@对方IP地址 -X 在本地可以运行对方的图形程序 端口 22 [root@room9pc01 ~]# ssh root@172.25.0.11 [root@server0 ~]# exit #退出远程管理 Ctrl + shfit + t 新开一个终端 软件包的管理 1、R ...
分类:
系统相关 时间:
2021-06-02 14:12:24
阅读次数:
0
用户管理 用户表:mysql.user 本质:是对这张表进行增删改查 创建用户 CREATE USER 用户名 IDENTIFIED BY '密码' 修改当前用户密码 SET PASSWORD =PASSWORD(111111) 修改指定用户密码 SET PASSWORD FOR kuangshen ...
分类:
数据库 时间:
2021-06-02 14:04:21
阅读次数:
0
描述 亚历克斯计划参观博物馆,并在柜台购买相同的通行证。管理员决定不出售团体通行证,一次只提供一张通行证。如果访客需要一张以上的通行证,他/她必须再次重新排队到柜台并购买下一张通行证。亚历克斯想购买许多通行证。访客顺序和每位访客需要的通行证数量是已知的,亚历克斯需要多少时间才能买到所有的通行证?Al ...
分类:
其他好文 时间:
2021-06-02 13:46:12
阅读次数:
0
环境准备 0. 服务器环境 系统版本 IP 配置 主机名 CentOS Linux release 7.4.1708 192.168.1.183 8核32g 40G磁盘 node1 CentOS Linux release 7.4.1708 192.168.1.185 4核8g 40G磁盘 node ...
分类:
其他好文 时间:
2021-06-02 13:15:54
阅读次数:
0
#话不多说直接上代码 #include <pcl/point_cloud.h> #include <pcl/octree/octree_pointcloud_changedetector.h> #include <iostream> #include <vector> #include <ctime ...
分类:
其他好文 时间:
2021-06-02 12:48:57
阅读次数:
0
HBuild X 终端无法使用,无法输入,解决方法 打开HBuild X 的安装文件夹 打开如下路径:plugins\builtincef3terminal\script 打开main.js 文件 if(isWin){ shell = 'C:\\Windows\\System32\\WindowsP ...
分类:
其他好文 时间:
2021-06-02 12:14:47
阅读次数:
0
package cn.rushangw.lesson06;import javax.swing.*;import java.awt.*;public class TestComboboxDemo01 extends JFrame { public TestComboboxDemo01(){ Cont ...
分类:
其他好文 时间:
2021-06-02 12:03:31
阅读次数:
0
DWORD GetTickCount(void); 1) 定义 For Release configurations, this function returns the number of milliseconds since the device booted, excluding any ti ...
分类:
其他好文 时间:
2021-06-02 11:21:18
阅读次数:
0