码迷,mamicode.com
首页 >  
搜索关键字:too    ( 5795个结果
hadoop balance工具平衡集群dfs存储及遇到异常Got error, status message Not able to receive block 1073959989 from /192.168.1.37:3004 because threads quota is exceeded
hadoop集群某个节点dfs存储比其他节点存储高时,一般会使用hadoop提供的balance(start-balancer.sh -threshold 10 )工具来移动高存储节点上的块到低存储节点上. 其中 -threshold 默认设置:10,参数取值范围:0-100,参数含义:判断集群是否 ...
分类:其他好文   时间:2018-12-08 21:10:12    阅读次数:226
git server安装
gitblit为gitserver的安装文件客户端除了要装 TortoiseGit之外 还要安装git bash 使用 intellij idea 和git 结合开发首先先要安装 gitblit (解压就好) 配置参数打开安装目录(xxx)下 xxx/data/default.properties修 ...
分类:其他好文   时间:2018-12-08 19:16:00    阅读次数:201
Linux性能评估命令
Linux性能评估工具 https://www.cnblogs.com/dianel/p/10085454.html Linux性能评估工具 目录 介绍 负载:uptime 查看内核的信息: dmesg 查看内存状态: free、vmstat free: 查看内存,已用内存,剩余内存、交换分区等 v ...
分类:系统相关   时间:2018-12-08 15:46:31    阅读次数:275
Python&Selenium&Unittest&BeautifuReport 自动化测试并生成HTML自动化测试报告
一、摘要 本篇博文将介绍如何借助BeautifulReport和HTML模版,生成HTML测试报告的BeautifulReport 源码Clone地址为 https://github.com/TesterlifeRaymond/BeautifulReport,其中 BeautifulReport.p ...
分类:编程语言   时间:2018-12-08 11:23:46    阅读次数:268
Xamarin学习系列之极光消息推送
一般App都会有消息推送的功能,如果是原生安卓或者IOS集成消息推送很容易,各大推送平台都有相关的Sample,但是关于Xamarin.Forms的消息推送集成的资料非常少,下面就说下Xamarin.Forms(Android)怎么集成极光推送 准备工作: 1、了解极光推送原理:https://do ...
分类:其他好文   时间:2018-12-07 21:27:40    阅读次数:269
[Tools] Region commands to collapse the code by group
For a file which contians lots of lines of code, we can use 'comments region' to collapse the code. ...
分类:其他好文   时间:2018-12-07 21:15:20    阅读次数:155
HDU 1029 Ignatius and the Princess IV
Ignatius and the Princess IV "OK, you are not too bad, em... But you can never pass the next test." feng5166 says. "I will tell you an odd number N, a ...
分类:其他好文   时间:2018-12-07 15:58:40    阅读次数:207
docker的安装与使用
1.卸载旧版本 sudo yum remove docker 2.设置存储库 sudo yum install -y yum-utils \ device-mapper-persistent-data \ lvm2 sudo yum-config-manager \ --add-repo \ htt ...
分类:其他好文   时间:2018-12-06 14:35:24    阅读次数:219
ipa 注入 dylib
前些日子再github找到了一个内存修改器开源项目开源 免越狱在app内植入修改器,感觉很不错,就尝试去看看是否可行. 用到的工具: Xcode 10、 optool 首先要做的,安装 optool 安装完成开始主要内容, 准备好砸壳好的app,ipa用zip打开,打开.app 提取主要文件。 执行 ...
分类:其他好文   时间:2018-12-06 12:10:08    阅读次数:1296
10 Popular PHP frameworks in 2019
PHP, or hypertext preprocessor, is an open-source server-side scripting language. It’s extremely popular, too — almost 80% of all websites were using ...
分类:Web程序   时间:2018-12-06 01:35:28    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!