com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server at com.netflix.discovery.shared.transport.decora ...
分类:
Web程序 时间:
2020-12-10 10:39:12
阅读次数:
7
日常技巧记录-2018.08如果Docker的Log中不能显示Pythonprint的内容,解决方法:在Dockerfile中添加一行:1.ENVPYTHONUNBUFFERED=0添加以后就可以在Log中看到Pythonprint出来的log了。Docker镜像Standalone-chrome找不到Chrome的问题,解决办法:如果是普通Docker容器,可以使用1.v/dev/shm:/de
分类:
其他好文 时间:
2020-12-09 12:01:20
阅读次数:
6
JAVA中使用BigDecimal保存时,容易在后面生成.000000 可以在MySQL中调整保存的精度,还可以通过JsonSerializer进行序列化时进行处理 代码如下: /** * @project: * @author: * @Date: 2020-12-03 10:12 上午 * @de ...
分类:
其他好文 时间:
2020-12-08 12:40:03
阅读次数:
5
非商业,LeetCode链接附上: https://leetcode-cn.com/problems/er-cha-sou-suo-shu-de-di-kda-jie-dian-lcof/ 进入正题。 题目: 给定一棵二叉搜索树,请找出其中第k大的节点。 示例: 示例 1: 输入: root = [ ...
分类:
其他好文 时间:
2020-12-07 12:37:30
阅读次数:
6
1 需要安装startup-trigger-plugin和Groovy插件。 2 在Job配置页面,构建触发器,勾选Build when job nodes start; 3 在Job配置页面,增加构建步骤Execute system Groovy script,在Groovy Command中输入 ...
分类:
Web程序 时间:
2020-12-05 11:09:44
阅读次数:
10
题目:https://leetcode-cn.com/problems/ju-zhen-zhong-de-lu-jing-lcof/submissions/ 代码: class Solution { public boolean exist(char[][] board, String word) ...
分类:
其他好文 时间:
2020-12-03 12:21:11
阅读次数:
6
一:基本权限 1.基本权限介绍 基本权限类型 类型 全拼 释义 权限位 r read 可读 4 w write 可写 2 x execute 可执行 1 权限的归属 归属 字母 属主 u 属组 g 其他用户 o 2.设置权限 修改属主、属组 # 修改文件:1.txt的 属主为:darker 属组为: ...
分类:
系统相关 时间:
2020-12-03 11:49:27
阅读次数:
7
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServer ...
分类:
其他好文 时间:
2020-12-01 12:30:30
阅读次数:
7
Vue+Ant design vue安装及配置使用 Ant design vue官网:https://www.antdv.com/docs/vue/introduce-cn/ 基于 Ant Design of Vue 实现的Vue项目 :https://gitee.com/sendya/ant-de ...
分类:
其他好文 时间:
2020-11-30 16:08:39
阅读次数:
7
一、环境准备 xposed:https://repo.xposed.info/module/de.robv.android.xposed.installer xposed-api:https://forum.xda-developers.com/xposed/xposed-api-changelog ...
分类:
移动开发 时间:
2020-11-30 15:58:50
阅读次数:
13