向hadoop导入文件,报错 .... There are 0 datanode(s) running and no node(s) are excluded in this operation. .... 查看配置 $hadoop_home/hadoop/etc/hdfs-site.xml <pr ...
分类:
其他好文 时间:
2017-05-27 19:10:22
阅读次数:
416
前提: 必须知道怎样配置git账户,请參考git官方教程:https://help.github.com/articles/generating-ssh-keys 这个教程能教你怎样生成ssh-key,以及怎样加入ssh-key。 补充一点。怎样设置user.name和user.email。命令例如 ...
分类:
其他好文 时间:
2017-05-27 19:10:14
阅读次数:
221
主类 public class main extends ListActivity/*继承这个类就可以直接进入安卓文件目录*/{ private static final String ROOT_PATH = "/"; //存储文件名称 private ArrayList<String> mFile ...
分类:
其他好文 时间:
2017-05-27 19:10:06
阅读次数:
189
We define a harmonious array is an array where the difference between its maximum value and its minimum value is exactly 1. Now, given an integer arra ...
分类:
其他好文 时间:
2017-05-27 19:09:54
阅读次数:
219
web开发中很多东西由前段来负责判断,比如常见的邮箱 电话号码,前端判断到不是一个正确的格式,在你点击提交时候提示你格式填错了,然后不请求后端php,直到你填写正确的格式为止。这种其实可以修改js或者干脆用python里面的requests之类的http请求库直接请求接口,那么可以成功把错误的东西提 ...
分类:
Web程序 时间:
2017-05-27 19:09:45
阅读次数:
173
TCP的RTT算法 从前面的TCP的重传机制我们知道Timeout的设置对于重传非常重要, 设长了,重发就慢,没有效率,性能差; 设短了,重发的就快,会增加网络拥塞,导致更多的超时,更多的超时导致更多的重发。 而且,这个超时时间在不同的网络的情况下,有不同的时间,根本没有办法设置一个死的。只能动态地 ...
分类:
其他好文 时间:
2017-05-27 19:09:38
阅读次数:
179
ignore忽略 download下载 website网站 purchase购买 charles查尔斯 session一段时间 accept接收 structure结构 sequence序列 network网络 elements元素 sources来源 performence性能 applicati ...
分类:
其他好文 时间:
2017-05-27 19:09:31
阅读次数:
158
题目: Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to the neare ...
分类:
编程语言 时间:
2017-05-27 19:09:23
阅读次数:
154
本文转自:https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/using-select-expand-and-value by Mike Wasson+ Web API 2 ...
首先请确认正确安装好MySQL. 1- 先配置环境变量path 1.1 打开终端,输入: cd ~ 会进入~文件夹, 1.2 然后输入:touch .bash_profile 回车执行后, 1.3 再输入:open -e .bash_profile 会在TextEdit中打开这个文件(如果以前没有配 ...
分类:
数据库 时间:
2017-05-27 19:09:09
阅读次数:
571
今天,主要写一下面向过程风格,连接数据库事例! <?php$conn = mysqli_connect("localhost", "root", "", "php_test"); //判断连接数据库是否成功if (mysqli_connect_error($conn)) { die("连接失败:". ...
分类:
Web程序 时间:
2017-05-27 19:09:00
阅读次数:
209
package java_test; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.L... ...
分类:
编程语言 时间:
2017-05-27 19:08:53
阅读次数:
274
1、自定义方法标签 引入方式示例: 写法示例: 如此 tags目录下的sys目录下的jsp(虽然里面是jsp的写法,但是扩展名要命名为.tag 2017-03-27 17:04 感谢评论区一楼指正)形式的tag就会自动被加载,标签jsp写法示例: 如此,jsp名就是标签名,例如这个jsp叫 sele ...
分类:
Web程序 时间:
2017-05-27 19:08:44
阅读次数:
232
megacli64 -ShowSummary -aALL 查询阵列名称和条带大小 megacli64 -LDInfo -Lall -aALL 查看物理磁盘信息 megacli64 -PDList -aALL 查看RAID充电进度百分比 megacli64 -AdpBbuCmd -GetBbuStat ...
分类:
其他好文 时间:
2017-05-27 19:08:28
阅读次数:
139
一、主机操作系统、虚拟机及linux操作系统的选择 主机操作系统:windows7 虚拟机:VMware linux操作系统:centos7 二、主机ping虚拟机的步骤 1、将虚拟机的网络连接方式设置为“NAT模式”: 编辑虚拟机设置-->网络适配器-->点击“NAT模式” 2、开启虚拟机,进入c ...
It is a pity that i can not add the video here. As a result, i offer the link as below: How to unpack and pack collection in Python? It is a pity that ...
分类:
编程语言 时间:
2017-05-27 19:08:15
阅读次数:
163