上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 57 下一页
摘要: Step1: Download the Ambari repository on the Ambari Server host For Redhat/CentOS/Oracle: cd /etc/yum.repos.d/ wget <ambari-repo-url> For SUSE: cd /et 阅读全文
posted @ 2016-01-12 22:43 iDEAAM 阅读(826) 评论(0) 推荐(0)
摘要: How to set JAVA environment variables JAVA_HOME and PATH in LinuxAfter installing new java (jdk or jre) or latest Java you may have usually find that ... 阅读全文
posted @ 2016-01-09 19:54 iDEAAM 阅读(976) 评论(0) 推荐(0)
摘要: he Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simp... 阅读全文
posted @ 2016-01-09 18:44 iDEAAM 阅读(792) 评论(0) 推荐(0)
摘要: 清除sqlserver日志方法 --查看数据库的recovery_model_desc类型 SELECT NAME, recovery_model_desc FROM sys.databases --如果是FULL类型,修改为SIMPLE类型 ALTER DATABASE M... 阅读全文
posted @ 2015-12-30 11:24 iDEAAM 阅读(555) 评论(0) 推荐(0)
摘要: from a commandline in windows:for /F %q in (list.txt) DO ab -n 1000 https://test.com/search?%qI don't know Apache Bench nor how it collects its data. ... 阅读全文
posted @ 2015-12-29 15:54 iDEAAM 阅读(697) 评论(0) 推荐(0)
摘要: This post is authored by Lalitesh Kumar, Pradeep M Gand reviewed by Avinash Venkat Reddy. Also special thanks to Adam Conkle and Craig Landis for prov... 阅读全文
posted @ 2015-12-11 15:32 iDEAAM 阅读(821) 评论(0) 推荐(0)
摘要: Question:I've a deployed ASP.NET Web API with a website on the same folder that consume it.When I type the URL on the Browser such ashttp://domain.com... 阅读全文
posted @ 2015-12-11 13:52 iDEAAM 阅读(1233) 评论(0) 推荐(0)
摘要: Installing .NET Core on LinuxByZlatko KnezevicThese instructions will lead you through acquiring the .NET Core DNX SDK via the.NET Version Manager (DN... 阅读全文
posted @ 2015-12-09 00:11 iDEAAM 阅读(869) 评论(0) 推荐(0)
摘要: 本文介绍了Docker与Registry,作者说Docker是一个application hosting框架,亮点是简化应用的部署以及应用部署的版本控制。同时,作者介绍了Docker Registry的安装以及一个可以通过网页浏览Registry的镜像项目docker-registry-web。Do... 阅读全文
posted @ 2015-12-08 23:25 iDEAAM 阅读(720) 评论(0) 推荐(0)
摘要: 怎么从docker中copy文件到 本机docker cp :/file/path/within/container /host/path/target 阅读全文
posted @ 2015-12-08 23:19 iDEAAM 阅读(1892) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 57 下一页