每周专业学习周记-5 标签(空格分隔): 周记 ##数据结构篇 接下来的数据结构课程将会围绕着期末复习来进行,所以不会有代码。 ##数据结构小结 马上就要期末考了,到了补缺补漏的时候了。打算先把mooc上的题目测试之类的全部复习一次。 ##Python篇 # 8.1 定义函数 def greet_u ...
分类:
其他好文 时间:
2020-06-08 18:52:44
阅读次数:
58
起因 晚上过来加班···· 问题 物理机安装ubuntu时候遇到报错信息 boot failed: please change disks and press a key to continue https://blog.csdn.net/chenf1999/article/details/8085 ...
分类:
系统相关 时间:
2020-06-05 22:46:49
阅读次数:
85
idea创建Springcloud项目时报错: Initialization failed for 'https://start.spring.io' Please check URL, network and proxy settings. Error message: Cannot downlo ...
分类:
编程语言 时间:
2020-06-04 21:37:38
阅读次数:
149
import timeperson_list = ["chb", "wmq", "xxy", "lyp", "wzq"]def ask_way(person_list): print("-" * 60) if len(person_list)== 0 : return"no one can help ...
分类:
其他好文 时间:
2020-06-04 01:44:08
阅读次数:
63
1.java编译报错 错误 Error: A JNI error has occurred, please check your installation and try again 👆下面还有其他报错但我没有截到,但问题的原因都是这个👆 这个错误一般情况是由于java 版本 与javac 版本 ...
分类:
其他好文 时间:
2020-06-04 01:04:18
阅读次数:
78
1、报错configure: error: Cannot locate mysql client library. Please check your mysql installation 安装一个包就可以了 dnf install MariaDB-devel 上面这个包名MariaDB-devel ...
分类:
数据库 时间:
2020-06-02 17:20:31
阅读次数:
84
在其它电脑搭建编译该sdk工程的环境,由于所在电脑的linux系统为新装系统(版本:Ubuntu 20.04 LTS),下面记录了编译过程中遇到的问题,以及解决过程供以后参考 问题1:error "Please port gnulib freadahead.c to your platform! L ...
分类:
其他好文 时间:
2020-05-29 23:01:03
阅读次数:
95
<R3>reset saved-configuration 输入命令后会出现: This will delete the configuration in the flash memory. The device configuratio ns will be erased to reconfigu ...
分类:
其他好文 时间:
2020-05-29 13:34:05
阅读次数:
208
答: 替换--set-upstream为--set-upstream-to, 示例如下: a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py @@ -326,7 +326,7 @@ class Git(FetchMeth ...
分类:
其他好文 时间:
2020-05-28 21:42:59
阅读次数:
372
urls.py """cookiesession URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.co ...
分类:
其他好文 时间:
2020-05-28 18:00:08
阅读次数:
53