首页
编程
操作系统
NAS
starstao
行动起来,活在当下
累计撰写
15
篇文章
累计创建
26
个标签
累计收到
0
条评论
栏目
目 录
CONTENT
最新文章
2020-11-17
xshell左边的菜单栏目,显示会话连接的不见了怎么办?
有时候用xshell时,会不小心把左边的会话管理给叉掉,但是找了半天又不知道在哪里弄出来,今天偶然情况下终于发现了怎么把它弄出来了。 如下:点击查看,再点下会话管理器,会话栏就出来了(出来了会话管理器这个选项会消失的哦)
2020-11-17
32
0
0
工具
2020-10-10
ubuntu使用apt安装包提示 g++ : Depends: g++-5 (>= 5.3.1-3~) but it is not going to be installed 缺少依赖包
我用的windows子系统下的ubuntu,20.04版本,在设置了清华的如下镜像之后,安装g++和gdb总是报错 deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial main multiverse restricted universe d
2020-10-10
5
0
0
操作系统
2020-03-05
CMake Parse error. Expected a command name, got unquoted argument with text "".
今天在学习cmake的途中,遇到了一个天坑。 我从网上粘贴了 CMakeLists.txt 的配置到该文件,然后执行 cmake ..命令的时候,发现了一个报错,如下 CMake Error at CMakeLists.txt:1: Parse error. Expected a comman
2020-03-05
20
0
0
编程
2020-01-29
使用mybatis plus出现There is no getter for property named 'null' in 'xx'
使用mybatis plus的 updateById出现这个错 There is no getter for property named 'null' in 'xx' 跟踪了代码发现多了个 null 的属性,我感到很奇怪,这时候突然想起会不会是没有加@TableId 将实体类的主键字段加上这个注解
2020-01-29
14
0
0
编程
2018-10-20
[BScroll warn]: Can not resolve the wrapper DOM. Vue better-scroll
在用vue的better-scroll插件的时候遇到了这个错误,具体如下 [BScroll warn]: Can not resolve the wrapper DOM. Vue better-scroll [Vue warn]: Error in mounted hook: "TypeError:
2018-10-20
8
0
0
编程
1
2