贪心...我都好奇自己当时没事干怎么就学了贪心... 当然尽管这样23道题我也没写完... 正如gg所说:我们要不厌其烦地写题解。(当然不存在的 1455:An Easy Problem As we known, data stored in the computers is in binary f ...
分类:
其他好文 时间:
2018-12-22 11:52:35
阅读次数:
254
基础知识 PostGIS支持的GIS对象是OpenGIS Consortium(OGC)定义的“简单特征”的超集。OpenGIS规范定义了两种表达空间对象的标准方法:the Well-Known Text (WKT) form and the Well-Known Binary (WKB) form ...
分类:
数据库 时间:
2018-12-21 22:53:56
阅读次数:
612
转发链接:https://www.cnblogs.com/zhanglei93/p/6217384.html 一、Java中的Socket用法 Java中的Socket分为普通的Socket和NioSocket。 二、普通Socket用法 创建ServerSocket。ServerSocket的构造 ...
分类:
编程语言 时间:
2018-12-19 13:04:47
阅读次数:
233
Ansible介绍: a. ansible是一个基于Python开发的自动化运维工具b. ansible是一个基于ssh协议实现远程管理的工具c. ansible软件可以实现多种批量管理操作(批量系统配置、批量软件部署、批量文件拷贝、批量运行命令)saltstack puppet (都是类似软件) ...
分类:
其他好文 时间:
2018-12-16 11:14:44
阅读次数:
149
A graph is a data structure comprised of a set of nodes, also known as vertices, and a set of edges. Each node in a graph may point to any other node ...
分类:
编程语言 时间:
2018-12-15 10:26:26
阅读次数:
190
1.mac的话需要先将允许远程登陆打开 设置--共享 2.再使用 ssh 用户名@主机地址登陆下,将ssh的配置保存在 ~/.ssh/known_hosts 下,这个时候,打开这个文件,可以看到刚才登陆的主机配置已经保存在文件里了。这个时候就可以配置slave了 1.linux 也需要使用 ssh ...
分类:
其他好文 时间:
2018-12-13 01:26:09
阅读次数:
620
Failed redirect for container_1544160578687_0003_01_000001ResourceManager RM Home NodeManagerTools Failed while trying to construct the redirect url t ...
分类:
其他好文 时间:
2018-12-07 15:58:58
阅读次数:
638
Page Object Model Framework which is also known as Page Object Design Pattern or Page Objects PO模式的最大优势是如果UI或者任何页面的HTML对象有了变化,测试并不需要任何改动。只有页面对象的代码受到了影 ...
分类:
其他好文 时间:
2018-12-06 00:08:47
阅读次数:
251
初始化的時候会解析<mappers>标签,会放入到Configuration的mapperRegistry中的knownMappers:Map<Class<?>, MapperProxyFactory<?>> knownMappers = new HashMap<>(); 如图1 第一种是设置了<p ...
分类:
其他好文 时间:
2018-12-05 20:49:27
阅读次数:
109
描述 The well-known Fibonacci sequence is defined as following: Here we regard n as the index of the Fibonacci number F(n).This sequence has been studie ...
分类:
其他好文 时间:
2018-12-05 20:35:54
阅读次数:
100