## 1、在 /etc/yum.repos.d/ 下建立 MariaDB.repo,内容如下: [azureuser@mono etc]$ cd /etc/yum.repos.d [azureuser@mono yum.repos.d]$ vi MariaDB.repo 拷贝以下内容: # MariaDB 10.0 CentOS repository lis...
分类:
数据库 时间:
2014-08-04 18:26:18
阅读次数:
363
一。分析Ant是软件构建工具,Maven的定位是软件项目管理和理解工具。Maven除了具备Ant的功能外,还增加了以下主要的功能:1)使用Project Object Model来对软件项目管理;2)内置了更多的隐式规则,使得构建文件更加简单;3)内置依赖管理和Repository来实现依赖的管理和...
分类:
其他好文 时间:
2014-08-04 01:57:36
阅读次数:
277
The DataTable is a central object in the ADO.NET library. Other objects that use the DataTable include the DataSet and the DataView.When accessing Dat...
分类:
其他好文 时间:
2014-08-02 15:14:03
阅读次数:
254
一、安装mongodb 创建/etc/yum.repos.d/mongodb.repo文件,配置文件内容如下: [mongodb]
name=MongoDB?Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/
gpgcheck=0
enabled=1 ...
分类:
数据库 时间:
2014-08-01 23:24:52
阅读次数:
524
首先,我们需要创建一个相应的repository item,并将其添加到EditorContainer.RepositoryItems属性所指定的repository items的内部集合中。然后,利用GridColumn.ColumnEdit属性,将repository item分配到列。C#1 ...
Purpose of a Multitenant EnvironmentA multitenant environment enables the central management of multiple PDBs in a single installation. By using a mul...
分类:
数据库 时间:
2014-07-31 20:15:17
阅读次数:
280
RHEL的Repository好像要帐号。所以yum几乎就不能用了。在 /etc/yum.repos.d 里新建个文件,就可以用CentOS的Repository了[CentOS6]name=CentOS-6-Basemirrorlist=http://mirrorlist.centos.org/?...
分类:
其他好文 时间:
2014-07-31 20:05:07
阅读次数:
176
假设repository的名字叫hello-world:1.创建一个新的repository:先在github上创建并写好相关名字,描述。$cd ~/hello-world //到hello-world目录$git init //初始化$git add . ...
分类:
其他好文 时间:
2014-07-30 23:37:15
阅读次数:
264
32 位版:http://us-downloads.quest.com/Repository/support.quest.com/Toad for Oracle/12.1/Software/Toad for Oracle 12.1.msihttp://us-downloads.quest.com/R...
分类:
数据库 时间:
2014-07-29 21:09:22
阅读次数:
1308
本文计划:一.安装Docker(Centos)二.注册Docker官网帐号三.下载基础centos镜像,安装需要的软件和环境后,push到自己的repository一.安装Docker(Centos)在https://fedoraproject.org/wiki/EPEL#How_can_I_use...
分类:
其他好文 时间:
2014-07-29 21:01:22
阅读次数:
296