page. Mui.init ({subpages:[{url:your-subpage-url,// Child page HTML address, support local address and network address id:your-subpage-id,//child page flag styles:{top:subpage-top-position,//Sub-page top location bottom:subpage-bottom-position,//Sub-page bottom position width:subpage-width,//Child page width, default is 100% height:subpage-height,//Sub-page height, default to 100%...... },extras:{}//Additional extension Parameters }] }); parameter
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 #packages used/produced in the build but not released [addons] name=CentOS-$releasever - Addons #mirrorlist=http://mirrorlist.centos.org/?release=$releaseverarch=$basearchrepo=addons #baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/ baseurl=http://mirrors.163.com/centos/$releasever/addons/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 #additional packages that may be u
The previous article has installed ETCD, Docker and flannel (k8s1.4.3 installation Practice record (1)), and now you can start installing k8s1, k8sCurrent kubernetes还是1.2.0,因此我们只能是使用下载的安装包,进行 installation of kubernetes on CentOS Yum[Email protected] system]#YumList |grepKubernetescockpit-kubernetes.x86_640.114-2. El7.centos Extras kubernetes.x86_641.2.0-0.13. GITEC7364B.EL7 Extras kubernetes-client.x86_641.
.repo CentOS-Base.repo
[Root @ localhost yum. repos. d] #
// Yum clean all
[Root @ localhost yum. repos. d] # yum clean all
Failed to set locale, defaulting to C
?????? Fastestmirror, langpacks
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
C
, which is considered by the centos community as the safest and most stable third-party software library.
Next, let me explain how to use epel, rpmforge, and rpmfusion software repositories:
1. Install the Yum-priorities plugin.
This plug-in is used to set the order in which Yum calls the software source. Because the official software sources are relatively stable and recommended. Therefore, the order of the official source is higher than that of the third source. To ensure this order, you nee
One, ant installation configuration1. Official website: http://ant.apache.org/bindownload.cgiCorresponding operating system select the corresponding version of the download, this article with Windows as a column, download and unzip to the local2. Setting System Environment variablesant_home:d:\apache-ant-1.9.7Path:%ant_home%\binClasspath:%ant_home%\libAfter Setup, the corresponding ant version will appear after the DOS command input ant-version ok!Second, JMeter and Jenkins installation omitted,
link:Https://downloads.mariadb.org/mariadb/repositories/#mirror=nucleusdistr...
In short: the content of the MariaDB. repo shocould be as follows:
cat /etc/yum.repos.d/MariaDB.repo # MariaDB 10.0 CentOS repository list - created 2014-05-05 10:31 UTC# http://mariadb.org/mariadb/repositories/[mariadb]name = MariaDBbaseurl = http://yum.mariadb.org/10.0/centos6-amd64gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDBgpgcheck=1
1. Install the MariaDB 10.0.10:
root@centos-6.5-minimal:[Mon May 05 12:49
JMeter parametric section refer to previous articleShell parameter Description: Number of threads, $: Total concurrency Rampup time, $ $: script run time, $4: Each script cycle duration $: So the cycle duration#!/bin/bashReport_time= ' Date ' +%y%m%d%h%m%s 'jmeter_basedir=/users/lyh/desktop/dubbo-performance-testing/apache-jmeter-2.13report_icon= $jmeter _basedir/extras/collapse.pngWorkspace=/users/lyh/desktop/scriptReport_jtl= $WORKSPACE/REPORT/JTLRe
from being executed. As follows:Try{Field idcurrent = tabHost. getClass (). GetDeclaredField ("mCurrentTab ");Idcurrent. setAccessible (true );Idcurrent. setInt (tabHost,-2 );}Catch (Exception e){E. printStackTrace ();}Step 2: Modify the value of mCurrentTab after the addTab method is executed. This is to be executed normally when the setCurrentTab method is called, as shown below:Try{Field idcurrent = tabHost. getClass (). GetDeclaredField ("mCurrentTab ");Idcurrent. setAccessible (true );If (
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.