码迷,mamicode.com
首页 > 2017年05月27日 > 全部分享
There are 0 datanode(s) running and no node(s) are excluded in this operation.
向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账户,请參考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
golang 最和谐的子序列
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开发中的安全问题
web开发中很多东西由前段来负责判断,比如常见的邮箱 电话号码,前端判断到不是一个正确的格式,在你点击提交时候提示你格式填错了,然后不请求后端php,直到你填写正确的格式为止。这种其实可以修改js或者干脆用python里面的requests之类的http请求库直接请求接口,那么可以成功把错误的东西提 ...
分类:Web程序   时间:2017-05-27 19:09:45    阅读次数:173
TCP 的那些事儿(下)(转)
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
[LeetCode][Java] Minimum Depth of Binary Tree
题目: 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
[转]Using $select, $expand, and $value in ASP.NET Web API 2 OData
本文转自: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 ...
分类:Windows程序   时间:2017-05-27 19:09:15    阅读次数:350
mac终端下修改MySQL的编码格式--找不到my-default.cnf及my.cnf
首先请确认正确安装好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笔记,菜鸟级别,新手望见谅!
今天,主要写一下面向过程风格,连接数据库事例! <?php$conn = mysqli_connect("localhost", "root", "", "php_test"); //判断连接数据库是否成功if (mysqli_connect_error($conn)) { die("连接失败:". ...
分类:Web程序   时间:2017-05-27 19:09:00    阅读次数:209
java-测试开始map基本操作
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
JSP自定义方法标签
1、自定义方法标签 引入方式示例: 写法示例: 如此 tags目录下的sys目录下的jsp(虽然里面是jsp的写法,但是扩展名要命名为.tag 2017-03-27 17:04 感谢评论区一楼指正)形式的tag就会自动被加载,标签jsp写法示例: 如此,jsp名就是标签名,例如这个jsp叫 sele ...
分类:Web程序   时间:2017-05-27 19:08:44    阅读次数:232
Spring入门第十九课
后置通知 看代码: 输出结果: ...
分类:编程语言   时间:2017-05-27 19:08:36    阅读次数:178
查看服务器硬件信息
megacli64 -ShowSummary -aALL 查询阵列名称和条带大小 megacli64 -LDInfo -Lall -aALL 查看物理磁盘信息 megacli64 -PDList -aALL 查看RAID充电进度百分比 megacli64 -AdpBbuCmd -GetBbuStat ...
分类:其他好文   时间:2017-05-27 19:08:28    阅读次数:139
win7主机ping虚拟机(centos7)
一、主机操作系统、虚拟机及linux操作系统的选择 主机操作系统:windows7 虚拟机:VMware linux操作系统:centos7 二、主机ping虚拟机的步骤 1、将虚拟机的网络连接方式设置为“NAT模式”: 编辑虚拟机设置-->网络适配器-->点击“NAT模式” 2、开启虚拟机,进入c ...
分类:Windows程序   时间:2017-05-27 19:08:22    阅读次数:373
[Python] How to unpack and pack collection in Python?
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
1518条   上一页 1 ... 27 28 29 30 31 32 33 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!