A. Eating Souptime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output The three friends, Kuro, Shiro, an ...
分类:
其他好文 时间:
2020-01-21 23:39:58
阅读次数:
90
随着 TensorFlow 在研究及产品中的应用日益广泛,很多开发者及研究者都希望能深入学习这一深度学习框架。而在昨天机器之心发起的框架投票中,2144 位参与者中有 1441 位都在使用 TensorFlow 框架,是所有框架中使用率最高的。但 TensorFlow 这种静态计算图有一定的学习成本 ...
分类:
编程语言 时间:
2020-01-18 16:43:22
阅读次数:
72
grpc学习官方文档 .net core 版本: 3.1 操作系统: macOS 在新建 grpc 工程后,运行时出现 Unable to bind to https://localhost:5001 on the IPv4 loopback interface: 'HTTP/2 over TLS ...
分类:
系统相关 时间:
2020-01-17 16:19:49
阅读次数:
168
最长无重复字符的子串。 题意是给一个input字符串,请输出其最长的,没有重复字符的substring。这是two pointer/sliding window的基础题。例子 Example 1: Input: "abcabcbb" Output: 3 Explanation: The answer ...
分类:
其他好文 时间:
2020-01-14 09:18:01
阅读次数:
72
链接: "https://nanti.jisuanke.com/t/42582" Description Bob is hungry now and he needs to eat some food. Alice puts n dishes of food in front of him, num ...
分类:
其他好文 时间:
2020-01-13 17:57:32
阅读次数:
88
类(class) 类的三大要素:实例对象(instance)、属性(类属性和实例属性)、方法 1.类 类是具体对象的抽象集合,他好比一些具有共性的事物的抽象化,比如人类,人类这个类是对所有人的一个抽象化的描述,比如张三、李四,他们都是人,都有人的一些共性,比如有一个脑袋,一双手和一双脚等等,不仅仅是 ...
分类:
编程语言 时间:
2020-01-12 11:32:35
阅读次数:
65
解压cert.zip文件会得到 es配置文件中使用如下: ...
分类:
其他好文 时间:
2020-01-08 14:53:37
阅读次数:
367
一、准备CentOS7系统 参照:https://www.cnblogs.com/leokale-zz/p/11643822.html 安装Anaconda到/usr/local/anaconda3目录下。 为python3创建软连接: ln -s /usr/local/anaconda3/bin/ ...
分类:
编程语言 时间:
2020-01-06 14:28:22
阅读次数:
200
COMP0008 Written Java Coursework (2019/20) NOTE: Your final Moodle submission will consist of a number of parts:1.Three different versions of the “Con ...
分类:
其他好文 时间:
2019-12-28 19:01:47
阅读次数:
84
Channels Channels If you want something more flexible than taxonomies, but less rigid than collections, then channels might be for you. A channel is a ...
分类:
其他好文 时间:
2019-12-23 00:15:34
阅读次数:
105