问题 具体的报错信息我不记得了,就记得 3 字节的 UTF-8 序列的字节 3 无效 解决方案 检查你配置xml中是否有中文注释,如果有删除掉,网上还说改掉编码格式,我没有试过,因为我删除掉中文注释运行成功后,在xml再添加中文注释,发现不能复现问题了,如果各位有新发现,请留言评论,告诉我! ...
分类:
编程语言 时间:
2020-09-21 12:01:43
阅读次数:
56
1.进入c:/windows/system32/windowsPowerShell/v1.0目录,以管理员身份启动powershell.exe程序运行以下命令开启wcl功能,需要重启windows系统Enable-WindowsOptionalFeature -Online -FeatureName ...
一、环境配置 操作系统: Ubuntu 18 硬件:hackrf 第一步 配置国内源 备份 /etc/apt/sources.list 文件 sudo mv /etc/apt/sources.list /etc/apt/sourses.list.backup sudo touch /etc/apt/ ...
分类:
其他好文 时间:
2020-09-18 17:11:40
阅读次数:
103
1.什么是spi? SPI 全称为 (Service Provider Interface) ,是JDK内置的一种服务提供发现机制。SPI是一种动态替换发现的机制, 比如有个接口,想运行时动态的给它添加实现,你只需要添加一个实现。我们经常遇到的就是java.sql.Driver接口,其他不同厂商可以 ...
分类:
编程语言 时间:
2020-09-18 04:07:18
阅读次数:
40
#include "windows.h"#include "stdio.h" typedef unsigned char U1;typedef unsigned short U2;typedef unsigned long U4;typedef signed char S1;typedef sign ...
分类:
其他好文 时间:
2020-09-18 02:25:33
阅读次数:
37
reno@MyComputer:~/tools/cmake-3.12.4$ ./configure CMake 3.12.4, Copyright 2000-2018 Kitware, Inc. and Contributors C compiler on this system is: cc Er ...
分类:
编程语言 时间:
2020-09-18 01:02:04
阅读次数:
40
常见问题 urllib.error.HTTPError: HTTP Error 403: Forbidden 有些服务器会拒绝非浏览器查看内容,此时需要添加headers参数,将爬虫程序伪装成浏览器 Chrome版本信息 地址:chrome://version/ 1 # coding: utf-8 ...
分类:
编程语言 时间:
2020-09-18 00:47:00
阅读次数:
39
引用 http://jianshu.com 1.备份 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 2.修改 sudo gedit /etc/apt/sources.list 3.替换内容 阿里云源 deb http://mirror ...
分类:
系统相关 时间:
2020-09-17 22:56:00
阅读次数:
41
Swagger进行接口测试 1、导入依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>2.9.2</version> </dependency> ...
分类:
其他好文 时间:
2020-09-17 22:53:16
阅读次数:
45
<view class="input-item"> <view class="img"> <image src="../../static/icons/password.png" mode=""></image> </view> <view class="input-acc"> <input typ ...
分类:
微信 时间:
2020-09-17 21:44:21
阅读次数:
121