码迷,mamicode.com
首页 >  
搜索关键字:application master    ( 29562个结果
linux下 mysql主从备份
一、准备 用两台服务器做测试: Master Server: 192.0.0.1/Linux/MYSQL 4.1.12 Slave Server: 192.0.0.2/Linux/MYSQL 4.1.18         做主从服务器的原则是,MYSQL版本要相同,如果不能满足,最起码从服务器的MYSQL的版本必须高于主服务器的MYSQL版本 二、配置master服务器...
分类:数据库   时间:2014-05-26 03:11:03    阅读次数:280
BURG For Ubuntu 14.04 Trusty
sudo add-apt-repository ppa:n-muench/burgsudo apt-get updatesudo apt-get install burg burg-themesDone. Now install BURG to your MBR(Master Boot Record...
分类:其他好文   时间:2014-05-26 01:01:33    阅读次数:256
create Context Menu in Windows Forms application using C# z
In this article let us see how to create Context Menu in Windows Forms application using C#IntroductionIn this article we will see how to create Conte...
分类:移动开发   时间:2014-05-26 01:00:30    阅读次数:555
label添加手势(触摸改变其背景颜色)
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.window = [[UIWindowalloc] initWith....
分类:其他好文   时间:2014-05-26 00:02:36    阅读次数:277
android <application> 开发文档翻译
由于本人英文能力实在有限,不足之初敬请谅解本博客只要没有注明“转”,那么均为原创,转贴请注明本博客链接链接 语法:                     android:allowBackup=["true" | "false"]                 android:backupAgent="string"                 android:debuggable=["t...
分类:移动开发   时间:2014-05-25 09:05:39    阅读次数:369
关于MySQL主从复制中UUID的警告信息
日期: 2014年5月23日 博客: 铁锚 最近在查看MariaDB主从复制服务器 Master 的错误日志时看到很多条警告信息,都是提示 UUID()函数不安全,可能 Slave 产生的值和 Master不一致, 警告信息大致如下: 140522 15:11:10 [Warning] Unsafe statement written to the binary log using sta...
分类:数据库   时间:2014-05-24 21:54:38    阅读次数:600
Extjs 4 如何动态加载 Controller
Ext.application.prototype.addController = function (name) { var me = this; var controller = AM.getApplication().getContr...
分类:Web程序   时间:2014-05-24 13:16:31    阅读次数:359
【炼数成金 NOSQL引航 三】 Redis使用场景与案例分析
验证redis的主从复制,将实验过程抓图复制配置文件更改slave的端口 和相关master配置主从复制测试研究在OAuth中的“一次数”nonce有什么用途?怎样使用?以此熟悉OAuth的全流程 nonce ,一个随机的混淆字符串,仅仅被使用一次的数。nonce 用于防御回放攻击和选择明文攻击。使...
分类:数据库   时间:2014-05-24 09:35:59    阅读次数:396
Windows下进程间通信及数据共享
进程是装入内存并准备执行的程序,每个进程都有私有的虚拟地址空间,由代码、数据以及它可利用的系统资源(如文件、管道等)组成。多进程/多线程是Windows操作系统的一个基本特征。Microsoft Win32应用编程接口(Application Programming Interface, API)....
分类:Windows程序   时间:2014-05-24 09:33:30    阅读次数:422
getApplicationContext()、getBasecontext()、getApplication() 、getParent()
getApplicationContext()Application context is associated with the Applicaition and will always be the same throughout the life cycle.getBasecontext()s...
分类:移动开发   时间:2014-05-24 09:23:43    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!