错误现象: 原因分析: \u-boot-xlnx-xilinx-v2018.1\u-boot-xlnx-xilinx-v2018.1\drivers\mtd\spi\ spi_flash.c中 static const struct spi_flash_info *spi_flash_read_id ...
分类:
其他好文 时间:
2020-10-30 12:16:08
阅读次数:
60
Spring Boot 集成 Redis 引入依赖 pom文件引入Redis依赖spring-boot-starter-data-redis <!--redis依赖配置--> <dependency> <groupId>org.springframework.boot</groupId> <arti ...
分类:
编程语言 时间:
2020-10-30 11:33:56
阅读次数:
19
U-Boot 环境变量总结, U-Boot 写入固件过程解析。 ...
分类:
其他好文 时间:
2020-10-29 10:46:33
阅读次数:
31
本文来自作者 "臣不贰" 投稿。 CSDN:https://blog.csdn.net/NOT_TWO_CHEN/article/details/109230267 简书:https://www.jianshu.com/p/a24a9ff323c9 一. 开发准备 1. 开发工具 IntelliJ ...
分类:
编程语言 时间:
2020-10-29 09:54:54
阅读次数:
23
linux常用命令 poweroff:关机 (2)shutdown -r(重启) shutdown -h(关机) reboot:重启 halt:关闭系统 pwd:显示或者查看当前所在的 who:识别管理员 whoami:查看目前登录的用户是谁 ls:显示目录中的文件信息ls -d:目录文件ls -l ...
分类:
系统相关 时间:
2020-10-26 11:23:46
阅读次数:
78
云服务器设置 我这里用的是阿里云的云服务器ECS,购买了服务器后需要记住以下内容: 公网 IP:可以从短信获取,买完后后给你发短信,里面有公网 IP。也可以从 阿里云的云服务器管理控制台的实例列表里获取。 系统用户名:root 实例密码:未设置密码或者忘记密码都可以在实例列表里点击更多—>重置实例密 ...
分类:
编程语言 时间:
2020-10-26 11:11:28
阅读次数:
20
Thu Oct 22 17:16:01 CST 2020 [3be84a1c-14] There was an unexpected error (type=Internal Server Error, status=500). No qualifying bean of type 'org.spr ...
分类:
编程语言 时间:
2020-10-22 23:00:46
阅读次数:
50
OpenSessionInViewFilter (Spring Framework 5.2.9.RELEASE API) https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/orm/ ...
分类:
编程语言 时间:
2020-10-22 22:35:08
阅读次数:
26
在移植u-boot的过程看到过u-boot在重定向时的实现,当时不知道怎么就觉得很好理解就把这个知识点没怎么深入的理解,最近在看华为的鸿蒙OS在Cortex-A平台上的实现过程时再次遇到一时间看不太懂了,所以花了点时间研究了一下这里做一下记录,后续有时间再把u-boot的实现再复盘一下加深理解。具体 ...
分类:
其他好文 时间:
2020-10-22 22:18:49
阅读次数:
25
下载安装,看到arthas-boot.jar curl -O https://arthas.gitee.io/arthas-boot.jar 启动arthas java -jar arthas-boot.jar 常用命令 keymap:快捷键及自定义快捷键 sc:search class 搜索类 s ...
分类:
其他好文 时间:
2020-10-21 21:12:58
阅读次数:
25