theshy

博客园 首页 新随笔 联系 订阅 管理

2021年12月28日 #

摘要: 刷题 阅读全文
posted @ 2021-12-28 19:01 tziSher 阅读(34) 评论(0) 推荐(0) 编辑

2021年12月25日 #

摘要: java import java.util.Arrays; class Solution { public int lengthOfLIS(int[] nums) { int n = nums.length; int[] dp = new int[n]; Arrays.fill(dp, 1);//c 阅读全文
posted @ 2021-12-25 14:57 tziSher 阅读(33) 评论(0) 推荐(0) 编辑

摘要: dp[i]:以第i天为结尾,平滑下降阶段的数目 dp[i]=dp[i-1]+1(prices[i-1]-1==prices[i]) java class Solution { public long getDescentPeriods(int[] prices) { //init int n = p 阅读全文
posted @ 2021-12-25 14:36 tziSher 阅读(38) 评论(0) 推荐(0) 编辑

2021年12月22日 #

摘要: 版本号 项目版本号管理说明 差分隐私 (一) 差分隐私基本概念 白盒测试-路径覆盖 ans:4 软件测试4.09(基本路径测试习题讲解) DevOps 云原生Java架构师的第一课K8s+Docker+KubeSphere+DevOps 阅读全文
posted @ 2021-12-22 14:16 tziSher 阅读(37) 评论(0) 推荐(0) 编辑

2021年12月21日 #

摘要: slf4j Java日志框架:slf4j作用及其实现原理 阅读全文
posted @ 2021-12-21 14:23 tziSher 阅读(38) 评论(0) 推荐(0) 编辑

摘要: 如何看js代码 函数参数 回调函数 是同步回调函数(立即执行)还是异步回调函数(装入队列) Promise ES6 Promise用法小结 fs router child_process Node 核心模块之 child_process 阅读全文
posted @ 2021-12-21 11:00 tziSher 阅读(32) 评论(0) 推荐(0) 编辑

摘要: 一切的思考都是建立在fc-portal的基础上 DRS 阅读全文
posted @ 2021-12-21 09:27 tziSher 阅读(49) 评论(0) 推荐(0) 编辑

2021年12月20日 #

摘要: ![](https://img2020.cnblogs.com/blog/1189680/202112/1189680-20211220144944348-22909560.png) ![](https://img2020.cnblogs.com/blog/1189680/202112/1189680-20211220145008573-904409434.png) ![](https://img 阅读全文
posted @ 2021-12-20 17:38 tziSher 阅读(23) 评论(0) 推荐(0) 编辑

摘要: ![](https://img2020.cnblogs.com/blog/1189680/202112/1189680-20211220143513164-1092822756.png) 阅读全文
posted @ 2021-12-20 14:50 tziSher 阅读(21) 评论(0) 推荐(0) 编辑

摘要: 1 https://www.cnblogs.com/ggjucheng/archive/2011/12/14/2287738.html 题目 https://www.cnblogs.com/clingyu/p/8546619.html 阅读全文
posted @ 2021-12-20 14:35 tziSher 阅读(30) 评论(0) 推荐(0) 编辑