昨天(今天为2020年4月28日),我觉得在电脑上放网课不够爽,想在客厅的电视上看网课。电脑上接了一堆线,重新插接很麻烦,于是我打算试试看让树莓派承担这重大的责任。 之前为了节省性能,我没有给树莓派装图形界面。我试着装了xfce、xorg以及lightdm,但执行lightdm的时候没有画面输出(现 ...
分类:
其他好文 时间:
2020-04-28 17:14:46
阅读次数:
183
Webhook Configuration Example DX: Data Externalization must first be enabled, requires reboot ...
分类:
Web程序 时间:
2020-04-28 15:23:28
阅读次数:
75
例如我们在C6500或7600上看到的bootflash: show bootflash: all show sup-bootdisk: all or show sup-bootflash: all show slavebootflash: all show slavesup-bootflash: ...
分类:
其他好文 时间:
2020-04-28 14:38:19
阅读次数:
48
1.引入Mybatis-Plus依赖(3.1.1版本目前有些问题,建议使用3.1.0版本) <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version ...
分类:
其他好文 时间:
2020-04-28 12:32:42
阅读次数:
393
[root@localhost ~]# fdisk -l 磁盘 /dev/sda:2000.4 GB, 2000398934016 字节,3907029168 个扇区 … 设备 Boot Start End Blocks Id System /dev/sda1 * 2048 2099199 1048 ...
分类:
移动开发 时间:
2020-04-28 10:02:57
阅读次数:
109
在mybatis使用过程中可以使用mapUnderscoreToCamelCase自动驼峰命名转换。 在ssm项目中可以如下设置: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.o ...
分类:
其他好文 时间:
2020-04-28 00:38:53
阅读次数:
202
1、统一环境 2、maven设置 [图8] 3、idea设置maven [图9] 4、spring boot helloworld 浏览器发送hello,服务器接收、处理、响应helloworld 4.2 编写主程序 4.3 编写controller service 4.4 运行主程序测试 4.5 ...
分类:
编程语言 时间:
2020-04-28 00:35:06
阅读次数:
57
使用的uboot版本是1.1.6,是打过u-boot-1.1.6_jz2440.patch的; kernel使用的版本是3.4.2, 也是打过linux-3.4.2_camera_jz2440.patch的; u-boot-1.1.6编译步骤如下(开发环境ubuntu16.04): 1. 添加环境变 ...
分类:
系统相关 时间:
2020-04-28 00:22:06
阅读次数:
114
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> <exclusion> <groupId>org.spring ...
分类:
编程语言 时间:
2020-04-27 21:01:33
阅读次数:
124
环境:spring-boot 作用之一:jsp有jstl标签库。html就可以用thymeleaf完成数据显示,以及交互。 使用 1.添加依赖 <properties> <!-- thymeleaf2 layout1--> <thymeleaf-layout-dialect.version>2.4. ...
分类:
其他好文 时间:
2020-04-27 17:06:20
阅读次数:
97