摘要:
《重构 改善既有代码的设计》 马丁 富勒 第一章 戏剧演出团原始代码 invoices.json [ { "customer": "BigCo", "performances": [ { "playId": "hamlet", "audience": 55 }, { "playId": "as-li 阅读全文
摘要:
1 dp 2 二分 3 index tree 题目描述给出一个列表如[[6,7,],[5,4],[3,2]],表示木块的长和宽,当木块的长和宽不大于另个木块的长和宽时,就可以放在上面,此外数组还可以左右翻转。求最多能搭多少层。 输入描述一个二维数组,里面是每个积木的长和宽,可以左右翻转。 输出描述最 阅读全文
摘要:
6 9 2 4 11 3 5 13 4 6 3 5 6 4 2 3 6 4 5 7 1 2 1 3 4 9 1 3 2 // 输出 19 package com.company; import java.io.FileInputStream; import java.text.CollationKe 阅读全文
摘要:
430题 应该是AE 429题 为什么是A, 因为SQS尽力保障顺序,消费了不去删除,那么第二个系统就可以晚上再进行消费。如何保证实时呢,长轮询么 428题 应该是A吧 地址:https://aws.amazon.com/cn/blogs/devops/integrating-aws-codeart 阅读全文