jenkins pipeline 使用遇到的问题 希望可以直接看到nexus中的war包列表, 以方便选择需要上线的war包版本 这里需要用到 "Extended Choice Parameter" 可以在插件中使用 Choose Source for Value ...
分类:
其他好文 时间:
2019-08-13 20:39:00
阅读次数:
101
Bessie has moved to a small farm and sometimes enjoys returning to visit one of her best friends. She does not want to get to her old home too quickly ...
分类:
数据库 时间:
2019-08-12 01:09:23
阅读次数:
254
Algorithms: https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock/ Review: “How to write a good software design doc” by Angela Zhang https: ...
分类:
其他好文 时间:
2019-08-11 22:56:36
阅读次数:
117
链接:http://poj.org/problem?id=3617 题解 为了构造字典序尽可能小的字符串,越靠前的字符 ASCII值越小。所以不断取 S开头和末尾的字符进行比较,选择更小的输出 但要注意,S开头和末尾的字符相同的情况较为复杂,不清楚它们内侧字符的大小。如果用 if 语句判断,又无法解 ...
分类:
其他好文 时间:
2019-08-11 20:12:35
阅读次数:
69
在动态SQl中最常见的几种SQL的语法就是: if choose (when, otherwise) trim (where, set) foreach 关于这几种用法我这里不多描述了. 如果查询出来的是多条数据,我们可以把数据以表中的一个字段名用来类形容,类似这种(key,javabean)这种形 ...
分类:
其他好文 时间:
2019-08-11 17:37:24
阅读次数:
156
排错 fix broken package 参考: "Ubuntu fix broken package (best solution)" ...
分类:
系统相关 时间:
2019-08-11 15:31:02
阅读次数:
117
链接: https://vjudge.net/problem/HDU 3081 题意: Presumably, you all have known the question of stable marriage match. A girl will choose a boy; it is simi ...
分类:
其他好文 时间:
2019-08-11 13:04:26
阅读次数:
108
"CF827D Best Edge Weight" tags:LCT 题意 给你一张有边权的简单图,现在要求对于每一条边求出,这条边的边权最大为多少时,它还能出现在所有可能的最小生成树上,如果对于任意边权都出现,则输出 1 题解 分类讨论 1. 这条边在最小生成树上,那么就是所有可以取代这条边的非树 ...
分类:
其他好文 时间:
2019-08-10 23:11:06
阅读次数:
206
第一题 "愤怒的牛" 这道题绝对是二分答案的入门题,简单易懂。 但是针对 L,R,mid 的这三个变量,我还是思考了很长时间。 所以这也要说一下 L 是满足条件的最小值 mid=(L+R)/2; R 是满足条件的最大值 这道题让求最大的最小,所以当然是输出 R。 第二题 "Best Cow Fenc ...
分类:
其他好文 时间:
2019-08-10 09:44:18
阅读次数:
116
Tired of doing the same job? Get your hands on HPE2-K42 exam It is the nature of the human being that he/she will get tired of doing the same task ove ...
分类:
其他好文 时间:
2019-08-07 20:45:13
阅读次数:
96