码迷,mamicode.com
首页 >  
搜索关键字:ror    ( 7126个结果
Spring Error 3 字节的 UTF-8 序列的字节 3 无效
问题 具体的报错信息我不记得了,就记得 3 字节的 UTF-8 序列的字节 3 无效 解决方案 检查你配置xml中是否有中文注释,如果有删除掉,网上还说改掉编码格式,我没有试过,因为我删除掉中文注释运行成功后,在xml再添加中文注释,发现不能复现问题了,如果各位有新发现,请留言评论,告诉我! ...
分类:编程语言   时间:2020-09-21 12:01:43    阅读次数:56
jenkins结合windows 2019 server系统的wcl子系统ubuntu通过rsync传送代码到windows中
1.进入c:/windows/system32/windowsPowerShell/v1.0目录,以管理员身份启动powershell.exe程序运行以下命令开启wcl功能,需要重启windows系统Enable-WindowsOptionalFeature -Online -FeatureName ...
分类:Windows程序   时间:2020-09-21 11:50:44    阅读次数:71
hackrf one环境搭建以及升级固件
一、环境配置 操作系统: 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
java spi机制详解
1.什么是spi? SPI 全称为 (Service Provider Interface) ,是JDK内置的一种服务提供发现机制。SPI是一种动态替换发现的机制, 比如有个接口,想运行时动态的给它添加实现,你只需要添加一个实现。我们经常遇到的就是java.sql.Driver接口,其他不同厂商可以 ...
分类:编程语言   时间:2020-09-18 04:07:18    阅读次数:40
GDI简单的按钮响应
#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
Compile error: Cannot find a C++ compiler that supports both C++11 and the specified C++ flags
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
Python3网页爬取
常见问题 urllib.error.HTTPError: HTTP Error 403: Forbidden 有些服务器会拒绝非浏览器查看内容,此时需要添加headers参数,将爬虫程序伪装成浏览器 Chrome版本信息 地址:chrome://version/ 1 # coding: utf-8 ...
分类:编程语言   时间:2020-09-18 00:47:00    阅读次数:39
ubuntu18 修改apt-get 源
引用 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进行接口测试
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
uni-app/小程序开发实现密码输入框密码的可见与不可见切换按钮,通过点击图标实现
<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
7126条   上一页 1 ... 20 21 22 23 24 ... 713 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!