上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 98 下一页
摘要: In July 2004, Google posted on a giant billboard along Highway 101 in Silicon Valley (shown in the picture below) for recruitment. The content is supe 阅读全文
posted @ 2020-04-10 14:38 Veritas_des_Liberty 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 经过连个小时的笔试考试真的发现自己的编码水平还是不行,感觉都是很简单的题,但是提交上去之后总是不能够AC,自己平时写代码也都是慢悠悠的写,没有注意过时间,经过这次的笔试,发现自己在规定的时间内写出一些没有bug代码,真的很难。 像第一题,我知道该怎么写,但是写的时候思路很混乱,有些特殊的时间点也考虑 阅读全文
posted @ 2020-04-09 21:30 Veritas_des_Liberty 阅读(806) 评论(0) 推荐(0) 编辑
摘要: RESTful调用和 RPC调用有什么区别?如果让你设计一个RPC服务治理框架你会设计那些模块?是否了解过Service Mesh,如果了解Service Mesh是用来解决什么问题的? 1、RESTful是一种软件架构风格,用于约束客户端和服务器交互,满足这些约束条件和原则的应用程序或设计就是 R 阅读全文
posted @ 2020-04-09 15:15 Veritas_des_Liberty 阅读(479) 评论(0) 推荐(1) 编辑
摘要: 链接:https://www.nowcoder.com/questionTerminal/2e2510b2e41e4d3b922416e51afc077b来源:牛客网 给出两个字符串,分别是模式串P和目标串T,判断模式串和目标串是否匹配,匹配输出 1,不匹配输出 0。模式串中‘?’可以匹配目标串中的 阅读全文
posted @ 2020-04-09 01:14 Veritas_des_Liberty 阅读(704) 评论(1) 推荐(1) 编辑
摘要: 给出一个布尔表达式的字符串,比如:true or false and false,表达式只包含true,false,and和or,现在要对这个表达式进行布尔求值,计算结果为真时输出true、为假时输出false,不合法的表达时输出error(比如:true true)。表达式求值是注意and 的优先 阅读全文
posted @ 2020-04-08 20:38 Veritas_des_Liberty 阅读(830) 评论(0) 推荐(0) 编辑
摘要: 今天接到了美团的笔试邀请,毕竟是人生中的第一次,感觉挺开心的,但是开心的同时伴随而来的是担心,没什么经验,不知道笔试这一关能不能通过。编程提到还好,就是那些问答题我真的不知道该怎么回答,感觉一脸懵。趁着这两天时间,好好地补一下吧。不知道为什么突然感觉自己好像什么都不会。是不是自己把太多的精力放在了写 阅读全文
posted @ 2020-04-08 00:09 Veritas_des_Liberty 阅读(737) 评论(0) 推荐(1) 编辑
摘要: A registration card number of PAT consists of 4 parts: the 1st letter represents the test level, namely, T for the top level, A for advance and B for 阅读全文
posted @ 2020-04-07 16:24 Veritas_des_Liberty 阅读(222) 评论(0) 推荐(0) 编辑
摘要: A proper vertex coloring is a labeling of the graph's vertices with colors such that no two vertices sharing the same edge have the same color. A colo 阅读全文
posted @ 2020-04-07 14:30 Veritas_des_Liberty 阅读(214) 评论(0) 推荐(0) 编辑
摘要: In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the 阅读全文
posted @ 2020-04-07 12:38 Veritas_des_Liberty 阅读(197) 评论(0) 推荐(0) 编辑
摘要: On a broken keyboard, some of the keys are worn out. So when you type some sentences, the characters corresponding to those keys will not appear on sc 阅读全文
posted @ 2020-04-06 17:15 Veritas_des_Liberty 阅读(168) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 98 下一页