cnblogs.com/fellow1988/p/6212676.html 看了个大概 Platform是一种虚拟总线,Platform机制将设备本身的资源注册进内核,有内核统一管理,在驱动程序使用这些资源时使用统一的接口,这样提高了程序的可移植性。 Linux的大部分设备驱动都可以使用platfo ...
分类:
其他好文 时间:
2020-06-30 11:22:05
阅读次数:
64
第一步:使用文本编辑器来创建文本文件 第一行:必须包括shell 声明序列:#! 示例:#!/bin/bash 第二步:加执行权限 给予执行权限,在命令行上指定脚本的绝对或相对路径 第三步:运行脚本 直接运行解释器,将脚本作为解释器程序的参数运行 范例:第一个shell 脚本 hello world ...
分类:
系统相关 时间:
2020-06-30 01:00:00
阅读次数:
92
Linux下PS命令详解 https://www.cnblogs.com/softidea/p/5274988.html Linux:PS命令详解与使用 https://www.cnblogs.com/moonbaby/p/10528443.html 要对系统中进程进行监测控制,查看状态,内存,CP ...
分类:
系统相关 时间:
2020-06-29 13:06:11
阅读次数:
81
1. Idea 新建springboot项目 spring-boot-starter-parent 包maven依赖报错 Project 'org.springframework.boot:spring‐boot‐starter‐parent:1.5.9.RELEASE' not found les ...
分类:
其他好文 时间:
2020-06-29 11:28:23
阅读次数:
148
第一种 linux下载之后谷歌浏览器的位置: /opt/google/chrome 启动谷歌:./google-chrome --no-sandbox 第二种 使用命令访问网站的,没有elinks可以yum -y install elinks elinks --dump http://www.bai ...
分类:
Web程序 时间:
2020-06-29 00:52:37
阅读次数:
103
安装链接 https://www.jianshu.com/p/463f54c91ab7 1.9.1 安装包下载 官网路径: https://github.com/PointCloudLibrary/pcl/releases 百度云分享: 链接:https://pan.baidu.com/s/14iQ ...
2、Spring MVC 2.1 简介 Spring MVC 是Spring Framework的一部分,是基于 Java 实现 MVC 的轻量级 Web 框架。 官方文档:https://docs.spring.io/spring/docs/5.2.7.RELEASE/spring-framewo ...
分类:
编程语言 时间:
2020-06-28 00:42:08
阅读次数:
80
本篇目录: 一、默认情况 二、自定义用户认证 三、自定义用户登录页面 四、自定义登录成功、失败处理 五、图形验证码 六、记住我功能 七、Session管理 八、退出操作 首先说明本文所用的SpringSecurity版本是2.0.4.RELEASE。下面逐个功能介绍。 一、默认情况 1、构建与配置 ...
分类:
编程语言 时间:
2020-06-27 16:15:08
阅读次数:
56
Introduction There are seven transmission modes in Release 8: Single antenna port, port 0 Transmit diversity Open-loop spatial multiplexing,large-dela ...
分类:
其他好文 时间:
2020-06-27 13:19:54
阅读次数:
79
1:安装从网上下载文件的wget命令[root@master ~]# yum -y install wget 2:下载mysql的repo源[root@master ~]# wget http://repo.mysql.com/mysql-community-release-el7-5.noarch ...
分类:
数据库 时间:
2020-06-27 11:23:34
阅读次数:
64