后台运行命令 在命令行后加上 &,表示进程到后台中执行,如:cmd & 日志输出重定向 如:cmd > out.log & Linux默认定义两个变量:1和2; 1 表示标准输出 2 表示错误输出 如 cmd 1 > info.log 2 > error.log & 其中 cmd > out.log ...
分类:
系统相关 时间:
2020-06-12 21:43:38
阅读次数:
346
1.报错信息: org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.apache.ibatis.builder.IncompleteElementException: C ...
分类:
移动开发 时间:
2020-06-12 20:38:20
阅读次数:
80
ioutil 包实现了一些常用的 I/O 函数。 https://golang.org/src/io/ioutil/ func ReadAll(r io.Reader) ([]byte, error) ReadAll 读取 r 中所有数据,EOF 不会作为 error 返回。 // readAll ...
分类:
其他好文 时间:
2020-06-12 20:27:23
阅读次数:
64
1.错误信息 org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.apache.ibatis.reflection.ReflectionException: There ...
分类:
数据库 时间:
2020-06-12 20:02:31
阅读次数:
70
docker-compose gives ERROR: Cannot locate specified Dockerfile: Dockerfile Here is how to specify dockerfile. Sorry I cannot do it in comments as form ...
分类:
其他好文 时间:
2020-06-12 19:55:52
阅读次数:
209
后台主页面代码 <template> <el-container style="height:100vh"> <el-header> <div> <img src="../assets/logo.png" alt /> <span>Vue商城后台管理系统</span> </div> <el-butt ...
Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. Message: Error creating bean with name 'org.apache. ...
分类:
编程语言 时间:
2020-06-12 14:33:12
阅读次数:
127
卸载时报错 /usr/sbin/deluser: The user `xxx' is not a member of group `input'. dpkg: error processing package touchpad-indicator (--purge) 即当前用户xxx不在input ...
分类:
系统相关 时间:
2020-06-12 12:36:53
阅读次数:
97
一、终极解决 异步操作是 JavaScript 编程的麻烦事,麻烦到一直有人提出各种各样的方案,试图解决这个问题。 从最早的回调函数,到 Promise 对象,再到 Generator 函数,每次都有所改进,但又让人觉得不彻底。它们都有额外的复杂性,都需要理解抽象的底层运行机制。 异步I/O不就是读 ...
分类:
其他好文 时间:
2020-06-12 10:34:01
阅读次数:
74
监控指标性能指标:Performance内存指标:Memory基本活动指标:Basicactivity持久性指标:Persistence错误指标:Error性能指标:PerformanceNameDescriptionlatencyRedis响应一个请求的时间instantaneous_ops_per_sec平均每秒处理请求总数hirate(calculated)缓存命中率(计算出来的)内存指标:
分类:
其他好文 时间:
2020-06-12 10:31:40
阅读次数:
59