码迷,mamicode.com
首页 >  
搜索关键字:goldengate director    ( 2468个结果
xbcloud直接备份DB到s3,没有中间本地文件中转
[root@spray1:/usr/local/src/percona-xtradb-cluster-operator/deploy]#kubectllogs-fcluster1-xb-cron-cluster1-20200422025603-s923k-ppwlt-npxcGARBD_OPTS=SOCAT_OPTS=TCP-LISTEN:4444,reuseaddr,retry=30check_
分类:数据库   时间:2020-04-22 18:09:39    阅读次数:143
electron-vue项目打包踩坑记录
配置 "build": { "productName":"xxxx",//项目名 这也是生成的exe文件的前缀名 "appId": "com.leon.xxxxx",//包名 "copyright":"xxxx",//版权 信息 "directories": { // 输出文件夹 "output": ...
分类:其他好文   时间:2020-04-20 23:36:47    阅读次数:214
MongoDB副本集和备份
一、MongoDB副本集 数据库服务器出现故障的场景会有很多,网络故障、硬件级别的磁盘故障、停机维护等等,为了防范此类故障对业务带来的损失,通常都需要给数据库服务器一定 程度上的冗余能力。 MongoDB 跟 MySQL 一样也会面临这些问题,因此需要通过 MongoDB 的复制功能来为 Mongo ...
分类:数据库   时间:2020-04-20 18:53:52    阅读次数:97
Oracle GoldenGate 12.3.0.1.4 安装配置 之03 (GoldenGate 安装)
1.安装包存放目录(xag100、xag101) 2.创建安装目录(xag100,xag101) 3.设置环境变量(xag100,xag101) 4.解压缩(xag100,xag101) 5.安装OGG 6.查看mgr进程状态(xag100,xag101) ...
分类:数据库   时间:2020-04-19 20:59:50    阅读次数:117
Oracle GoldenGate 12.3.0.1.4 安装配置 之04 (配置数据库支持GoldenGate)
ogg12.3.0.1.4 可以支持oracle 11.2.0.4,但是需要打补丁17030189 1.配置 tnsname (xag100,xag101) 2.源和目标归档模式设置 3.启用最少的补充日志记录和强制日志记录(源端 xag100) 4.OGG用户和权限分配(xag100,xag101 ...
分类:数据库   时间:2020-04-19 20:55:08    阅读次数:105
Cocos2dx源码赏析(2)之渲染
Cocos2dx源码赏析(2)之渲染 这篇,继续从源码的角度来跟踪下Cocos2dx引擎的渲染过程,以此来梳理下Cocos2dx引擎是如何将精灵等元素显示在屏幕上的。 从上一篇对Cocos2dx启动流程的梳理中可知,Cocos2dx依靠通过各平台的入口启动引擎,并在循环中调用Director::ma ...
分类:其他好文   时间:2020-04-14 10:57:43    阅读次数:77
have only user privileges, so i cant use commands like create directory
If you do not have permission to create the directory object (and assuming that the directory object does not already exist), you'll need to send a re ...
分类:其他好文   时间:2020-04-13 12:28:50    阅读次数:74
.Net MVC集成SwaggerUI文档
1.nuget上的最新版本 Swashbuckle 5.6.0 会在App_Start文件夹下生成一个SwaggerConfig.cs文件配置类(如下图) 3.运行项目区查看http://localhost:xxxx/swagger/ui/index的页面 4.配置文档:项目属性->生成,勾选生成x ...
分类:Web程序   时间:2020-04-13 10:30:33    阅读次数:130
Oracle GoldenGate 12.3.0.1.4 安装配置 之02 (oracle 11.2.0.4实例创建)
1.修改主机名(从克隆过来的vm) 2.網卡配置 2.安装监听 3.修改环境变量 4.创建实例(dbca) 5.重复上面步骤1到4 创建 主机:xag101,实例:DB101 ...
分类:数据库   时间:2020-04-09 00:52:37    阅读次数:82
Drag and drop folder to a TextBox in C#
Last evening I came up with a requirement to drag a folder path into a TextBox in one of my Windows form applications. So I just want to share it with... ...
分类:Windows程序   时间:2020-04-08 19:08:45    阅读次数:102
2468条   上一页 1 ... 16 17 18 19 20 ... 247 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!