我们在web.xml中配置servlet的时候会有个属性<load-on-startup></load-on-startup>,这里主要记一下它的作用,源码在后续记得好好看一下。 The load-on-startup element indicates that this servlet shou ...
分类:
Web程序 时间:
2020-07-20 10:48:39
阅读次数:
83
本文介绍一下Jenkins pipeline的语法实例介绍及踩坑记录
分类:
其他好文 时间:
2020-07-16 18:30:29
阅读次数:
106
1.获取服务列表 ProcessEngine engine = ProcessEngines.getDefaultProcessEngine(); List tasks = engine.getTaskService().createTaskQuery().taskAssignee("oo").li ...
分类:
其他好文 时间:
2020-07-16 12:10:28
阅读次数:
62
Quagga BGP and exabgp: work together for BGP blackhole implementation In our test case we will deploy two machines: 10.0.3.114 for exabgp (it announce ...
分类:
其他好文 时间:
2020-07-12 12:21:39
阅读次数:
70
1.安装 Node.js 官方网站 一路next 2.安装Git 官方网站 一路next 3. 配置Git (1)注册Github账号 你需要一个GitHub账号,没有的话需要注册一个 点击这个,或者自己百度注册教程 (2)设置用户名和用户邮箱 设置用户名,输入: git config --glob ...
分类:
其他好文 时间:
2020-07-11 23:16:37
阅读次数:
103
https://www.newsmth.net/nForum/#!article/WorkLife/2325222 package com.example.annotationdemo.retention; /** * 源码有 */ @SourceAnnotation public class A1 ...
分类:
其他好文 时间:
2020-07-11 17:35:53
阅读次数:
100
初次使用时的一些问题 [ERROR] Target process 116477 is not the process using port 3658, you will connect to an unexpected process. [ERROR] 1. Try to restart arth ...
分类:
其他好文 时间:
2020-07-10 20:42:38
阅读次数:
259
大纲 【推荐】我凭这三招轻松拿到offer.pdf(吐血整理) >>> 1.背景 在实际开发中,我们经常要一边开发一边测试,当然这里说的测试并不是程序员对自己代码的单元测试,而是同组程序员将代码提交后,由测试人员测试; 或者前后端分离后,经常会修改接口,然后重新部署; 这些情况都会涉及到频繁的打包部 ...
分类:
其他好文 时间:
2020-07-09 19:16:38
阅读次数:
95
1> 创建测试资源 1.命令获取deployment yaml模板 kubectl create deployment web --image=nginx:1.14 -o yaml --dry-run >deploy-web.yaml 修改deployment -web模板,添加pod限制 apiV ...
分类:
其他好文 时间:
2020-07-09 15:08:42
阅读次数:
159
写点感悟,已经一年多没有写博客了,日常工作遇到问题也是记录在有道云里面。回想一下,毕业两年,刚毕业时很多人看好,到现在和去大厂的同学差距应该无法想象了。为什么?还是太安逸了,压力驱动型性格在这种环境下迷失了。每天都说学习,但是却一天拖一天,从心底说服自己玩远远比说服自己学习容易,两年。本可以成长很多 ...
分类:
编程语言 时间:
2020-07-09 01:10:37
阅读次数:
80