{"msg":"Could not marshal [ResultVo [code=100, result=null, message=ok, exception=null, data=null]]: null; nested exception is javax.xml.bind.MarshalException\n - with linked exception:\n[com.sun.istack.SAXException2: unable to marshal type \"com.domain.ResultVo\" as an element because it is missing an @XmlRootElement annotation]","errorcode":2}
分类:
其他好文 时间:
2020-07-20 11:05:43
阅读次数:
87
先打开文件,把原来的源注释掉 vi /etc/apt/sources.list 然后在尾部加上 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main ...
分类:
系统相关 时间:
2020-07-19 23:10:26
阅读次数:
119
安装Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" Homebrew更换国内镜像源 # 替换 brew.git 仓库地址 cd "$( ...
分类:
系统相关 时间:
2020-07-19 16:04:40
阅读次数:
307
最终效果: 实现步骤: 1. 下载iTerm2 官网下载:https://www.iterm2.com/ 安装完成后,在/bin目录下会多出一个zsh的文件。 Mac系统默认使用dash作为终端,可以使用命令修改默认使用zsh: chsh -s /bin/zsh iterm2的原始界面: 2. 更换 ...
分类:
系统相关 时间:
2020-07-17 11:16:12
阅读次数:
140
在VSCode中,使用正则表达式,将网页中的font元素批量更换成font元素 (.*) $2 ...
分类:
其他好文 时间:
2020-07-17 09:39:42
阅读次数:
69
一、前言 有时候会遇到 Linux 的源更新速度非常的缓慢,特别是在国内使用默认的源,因为国内的网络环境,经常会出现无法更新,更新缓慢的情况。在这种情况下,更换一个更适合或者说更近,更快的软件源,会为你的 Linux 安装更新操作更加的流畅和顺利。 二、特点 本脚本适合 CentOS 5、6、7,U ...
分类:
系统相关 时间:
2020-07-16 21:00:39
阅读次数:
159
一、前言 有时候会遇到 Linux 的源更新速度非常的缓慢,特别是在国内使用默认的源,因为国内的网络环境,经常会出现无法更新,更新缓慢的情况。在这种情况下,更换一个更适合或者说更近,更快的软件源,会为你的 Linux 安装更新操作更加的流畅和顺利。 二、特点 本脚本适合 CentOS 5、6、7,U ...
分类:
系统相关 时间:
2020-07-16 20:57:51
阅读次数:
77
!!!首先要做的就是关闭系统的防火墙以及selinux: systemctl stop firewalld systemctl disable firewalld sed -ri 's/^(Selinux=).*/\1disabled/g' /etc/selinux/config setenforc ...
分类:
其他好文 时间:
2020-07-16 12:19:43
阅读次数:
75
需求背景1.常规情况是访问A域名时对外展示域名信息不变,内容却是B域名的,大部分在多版本发布切换时才有这种的需求2.非常规情况是临时过渡或者域名更换时遗留访问导向3.使用的是腾讯云clb做负载均衡暂不支持自定义请求header头想要的效果访问http或https://xxx.domainold.com时实际上是访问http或https://xxx.domainnew.xom的内容解决方案该方案只支
分类:
其他好文 时间:
2020-07-15 12:54:27
阅读次数:
77
原文链接:https://www.jianshu.com/p/8b1460ed549e 需求: 用户可以预览当前头像, 可以从本地上传 点击图片出现操作菜单 操作菜单api 预览图片api 选择图片api <view @click="changeAvatar"> <image class="avat ...
分类:
移动开发 时间:
2020-07-14 16:27:35
阅读次数:
215