/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this ...
分类:
其他好文 时间:
2018-12-02 14:25:26
阅读次数:
118
Long time no see. 拓扑排序 英文名称:Topological-sort 别称:toposort or topsort 拓扑排序是干什么的呢 对一个有向无环图(Directed Acyclic Graph简称DAG)G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任意一对顶 ...
分类:
其他好文 时间:
2018-12-02 12:29:29
阅读次数:
279
场景: 预发环境中,同事已经搭建了一套hadoop集群,由于版本与所需不符,所以需要替换版本 问题描述: 在配置文件都准确的情况下,启动hadoop,出现以下报错: 启动之前初始化: 初始化目录跟配置文件目录不一致 hdfs namenode -format [root@hdoop2 hadoop- ...
分类:
编程语言 时间:
2018-11-30 15:47:23
阅读次数:
349
python的默认编码文件是用的ASCII码,而你的python文件中使用了中文等非英语字符。 在Python源文件的最开始一行,加入一句: ...
分类:
编程语言 时间:
2018-11-29 16:35:33
阅读次数:
215
Font Size: ← → Problem Description Contest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favori ...
分类:
其他好文 时间:
2018-11-28 12:06:07
阅读次数:
152
7.1 帮助命令 7.1.1 man 获得帮助信息 1)基本语法: man [命令或配置文件] (功能描述:获得帮助信息) (1)显示说明 NAME 命令的名称和单行描述 SYNOPSIS 怎样使用命令 DESCRIPTION 命令功能的深入讨论 EXAMPLES 怎样使用命令的例子 SEE ALS ...
分类:
其他好文 时间:
2018-11-27 14:50:23
阅读次数:
173
In this lesson you will learn to talk about past occurences. 过去进行时 课上内容(Lesson Key) C: Hi, Loki! L: Hi, Corrine.Good evening! L: Long time no see. C: ...
分类:
移动开发 时间:
2018-11-27 01:35:00
阅读次数:
271
URL:"""django_paginner URL ConfigurationThe `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/e... ...
分类:
其他好文 时间:
2018-11-25 22:20:06
阅读次数:
271
一、使用python3 + selenium 3环境下,运行如下代码,打开谷歌浏览器时,会报错误。 错误信息如下: WebDriverException: 'chromedriver' executable needs to be in PATH. Please see https://sites. ...
分类:
编程语言 时间:
2018-11-25 20:23:53
阅读次数:
1488
1、了解uboot: 阅读uboot源码顶层目录下的README.TXT可以提取如下信息: made to support booting of Linux images. //引导内核程序 make <board_name>_defconfig :see boards.cfg for suppor ...
分类:
其他好文 时间:
2018-11-24 17:58:34
阅读次数:
255