今天在通过Jenkins接口创建项目的时候,返回报错HTTP403,刚开始还以为自己参数传输错误,检查了好几遍也没找出啥问题。后面一看控制台才发现这个错误,No valid crumb was included in request for /jenkins/createItem by admin. ...
分类:
其他好文 时间:
2019-12-14 16:00:21
阅读次数:
779
问题:sudo:sudo /etc/sudoers is world writablesudo:no valid sudoers sources found ,quittingsudo:unable to initialize policy plugin #无法使用chmod修改权限 demo:De ...
分类:
其他好文 时间:
2019-12-13 09:31:08
阅读次数:
335
原题链接在这里:https://leetcode.com/problems/valid-palindrome-iii/ 题目: Given a string s and an integer k, find out if the given string is a K-Palindrome or n ...
分类:
其他好文 时间:
2019-12-12 13:24:20
阅读次数:
107
tr 一帮助说明 二常用选项 (一)删除字符或者分隔符 -d,--delete delete characters in SET1,do not translate删除指定字符,不做替换 -C,-C,--complement use the complement of SET1取删除指定字符的补集, ...
分类:
其他好文 时间:
2019-12-11 18:49:45
阅读次数:
81
@Valid @Valid注解用于校验,所属的包: javax.validation.Valid. 你可以定义实体,在实体的属性上添加校验规则,在API接收数据时添加@Valid注解,这时你的实体将会开启一个校验的功能。 ## 空检查 @NotEmpty:用在集合类上面;不能为null,而且长度必须 ...
分类:
编程语言 时间:
2019-12-10 13:17:40
阅读次数:
189
执行yum install net-tools,提示Cannot find a valid baseurl for repo。 原因:这里安装报错,因为配置ip时DNS没有配置 解决办法 1.重新配置DNS。 #vi /etc/resolv.conf编辑文件内容为:search localdomai ...
分类:
Web程序 时间:
2019-12-09 12:12:04
阅读次数:
104
Given any string of N (≥) characters, you are asked to form the characters into the shape of U. For example, helloworld can be printed as: h d e l l r ...
分类:
其他好文 时间:
2019-12-08 17:52:11
阅读次数:
153
题目如下: Tic-tac-toe is played by two players A and B on a 3 x 3 grid. Here are the rules of Tic-Tac-Toe: Players take turns placing characters into empt ...
padding的规则 · padding=‘VALID’时,输出的宽度和高度的计算公式(下图gif为例) 输出宽度:output_width = (in_width-filter_width+1)/strides_width =(5-3+1)/2=1.5【向上取整=2】 输出高度:output_he ...
分类:
其他好文 时间:
2019-12-08 00:56:37
阅读次数:
116
题目如下: You are given a string s containing lowercase letters and an integer k. You need to : First, change some characters of s to other lowercase Engl ...
分类:
其他好文 时间:
2019-12-07 10:20:45
阅读次数:
88