ERROR Failed to compile with 4 errors These relative modules were not found: * ../../../public/ueditor/lang/zh-cn/zh-cn.js in ./node_modules/babel-loa ...
分类:
Web程序 时间:
2020-11-23 12:09:09
阅读次数:
11
pandas做Excel合并报错了 XLRDError: Unsupported format, or corrupt file: Expected BOF record; found b'\x15Microso' 一次打出文件名,发现了临时文件,后来读取发现一样的错误, 再次定位,打开文件没有关闭 ...
分类:
其他好文 时间:
2020-11-21 12:24:37
阅读次数:
5
不常用,查了又忘,遇到时又抓狂,记录下,疑问请留言。内容来自经验总结,盲人摸象,不系统,不正确。 Lua 5.3,Win 10,ZeroBrane Studio。 字符按码表被编码。 字符character(符号)与编码code(数值)的映射(编码)关系。 字符-编码->编码、编码-解码->字符。 ...
分类:
其他好文 时间:
2020-11-21 12:22:55
阅读次数:
7
Ansible报错:module_stdout": "/bin/sh: 1: /usr/bin/python: not found 1. 检查ansible服务器的Python: # ls /usr/bin/python 没有则安装。 2. 检查节点服务器的Python: 没有python,路径下也 ...
分类:
编程语言 时间:
2020-11-21 12:10:11
阅读次数:
6
由于quartus 19.4不支持直接在工程中启动modelsim一起联合仿真,所以需要自己写tb文件。 对于一个新安装的quartus 19.4。 首先需要做的第一步: 点击“Launch Simlulation Library Compiler”生成altera的库文件。 进入下图所示: 1、选 ...
分类:
其他好文 时间:
2020-11-19 12:38:17
阅读次数:
6
1.Linux下使用FastDFS 本教程所有操作均在CentOS 6.x环境下进行。 将课前资料中的所需文件,上传到/usr/local/leyou目录下: 1.1.单节点FastDFS 整个安装过程非常复杂,很容易出错,建议进行多次备份。 我们这里不打算安装多台虚拟机,因此会把tracker和s ...
分类:
其他好文 时间:
2020-11-19 12:29:52
阅读次数:
6
看到标题就已经很明了了: 两种情况: 1.你想查询一条数据,但返回两条数据: 2.你想查询多条数据,但是前台限制只能查询一条 (1) 检查自己的数据sql语句写对没有(关于mybaties的sql操作自己百度) (2) 查看mybaties的返回值(resultType或resultMap),可以返 ...
分类:
其他好文 时间:
2020-11-19 12:23:18
阅读次数:
7
使用Turbine监控集群监控,在测试的时候出现了一些问题 http://localhost:9003/turbine.stream 没有获取到数据 http://localhost:9003/hystrix/monitor 监控界面一直loading 后台报Property or field 'd ...
分类:
移动开发 时间:
2020-11-19 12:14:31
阅读次数:
16
报错Failed to install the following SDK components: platforms;android-29 Android SDK Platform 29 解决方法: 更新licenses,然后重新build即可 cd /Users/tmh/Library/Andr ...
分类:
移动开发 时间:
2020-11-18 12:25:18
阅读次数:
26
问题: 升级新版flutter遇到android运行报错,如下图 解决方案: dependencies { // CameraX core library using the camera2 implementation def camerax_version = "1.0.0-beta11" // ...
分类:
移动开发 时间:
2020-11-17 12:38:11
阅读次数:
24