- 博客(10)
- 收藏
- 关注
原创 【暑期编程提升】Day1-leetcode739-每日温度-单调栈
给定一个整数数组 temperatures ,表示每天的温度,返回一个数组 answer ,其中 answer[i] 是指对于第 i 天,下一个更高温度出现在几天后。如果气温在这之后都不会升高,请在该位置用 0 来代替。网址:https://leetcode.cn/problems/daily-temperatures/description。从后往前遍历温度数组中的元素,并维护一个单调栈,从栈底到栈顶大小逐渐递减。注意,栈中存的其实是温度对应的下标。单调栈,常用于判断最大最小数。
2024-08-02 12:31:14 244
原创 【python -m ModuleNotFoundError】Error while finding module specification for
需要在各级别文件夹里分别放上一个空的,名字为__init__.py的文件,帮助python找到待执行的py文件。python文件在data/preprocess里,python没能找到。我这里是需要在data和preprocess文件夹里各放一个。又解决一个问题,开心!
2024-06-26 22:06:07 277
原创 复现TextSLAM的过程中,遇到的ffi库和gdal库报错 | undefined reference to ffi_closure_alloc@LIBFFI_CLOSURE_7.0‘
/usr/bin/ld: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined reference to ffi_closure_alloc@LIBFFI_CLOSURE_7.0' /usr/bin/ld: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined reference to ffi_prep_closure_loc@LIBFFI_CLOSURE_7.0'
2024-04-23 14:05:11 456
原创 Vscode SSH连接远程服务器,发生 Connecting with SSH timed out错误
参考: https://gitcode.csdn.net/65e9573e1a836825ed78f680.html。更改remote-ssh中的设置。
2024-03-07 18:19:54 1089 1
原创 fish怎么source ~/.bashrc(配置路径)
重启一个fish shell或者source ~/.config/fish/config.fish就大功告成啦!不用管这个文件之前存在与否(如果你之前没有专门配置过fish的话,这个文件会不存在。bass能让bash命令在fish中跑起来。
2023-10-22 11:07:41 652 1
原创 Catkin_make报错:CMake Error at CMakeLists.txt:1: Parse error. Expected a command name, got unquoted
删除src中的CMakeLists.txt可以直接解决。
2023-10-21 19:29:54 390
原创 g++ : 依赖: g++-5 (>= 5.3.1-3~) 但是它将不会被安装E: 无法修正错误_通过换ubuntu的apt源解决
换源命令:sudo gedit sources.list阿里源:deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ bionic-security m
2021-11-30 00:03:46 1876
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人