Open the Dragon Scroll
Did you ever hear about 'Dragon Food' ? Its used to refer to the chocolates bought for your loved ones :). Po offers dragon food to master Shifu, who is a famous cook in th...
分类:
其他好文 时间:
2014-05-10 10:06:11
阅读次数:
382
关于catopen函数:参考网址:http://pubs.opengroup.org/onlinepubs/009695399/functions/catopen.html1)编辑消息文件[root@Master
catlogTest]# vi msg1.euc1 Hello msg1.euc 12...
分类:
其他好文 时间:
2014-05-09 11:41:02
阅读次数:
841
原文:DevExpress XtraReports 入门三 创建
Master-Detail(主/从) 报表本文只是为了帮助初次接触或是需要DevExpress
XtraReports报表的人群使用的,为了帮助更多的人不会像我这样浪费时间才写的这篇文章,高手不想的看请路过本文内容来DevExpres...
分类:
其他好文 时间:
2014-05-09 11:08:21
阅读次数:
310
slave的几个类结构: Master_info:用于IO线程的参数,包括连接master实例的信息。
Relay_log_info:用于sql线程,表示relay log相关的信息。
Slave_worker:继承Relay_log_info,包括一个job队列,用于并行的worker线程。...
分类:
数据库 时间:
2014-05-08 19:28:57
阅读次数:
369
https://github.com/johannilsson/android-pulltorefresh/blob/master/pulltorefresh/src/com/markupartist/android/widget/PullToRefreshListView.java
分类:
移动开发 时间:
2014-05-08 12:51:25
阅读次数:
283
一、mysql日志记录主要用于日常操作和信息的文件,在Mysql当中有4种日志
(1)、二进制日志:以二进制文件的形式记录数据库中,但是不记录查询语句
记录mysql变化,主从也通过二进制进行同步的。
输出文件名字:mysql-bin.000001
(2)、错误日志:记录用户登录以及记录查询的信息..
分类:
数据库 时间:
2014-05-06 20:05:44
阅读次数:
334
一、基础
1、说明:创建数据库?CREATE DATABASE database-name?
2、说明:删除数据库?drop database dbname?
3、说明:备份sql server?
--- 创建 备份数据的 device?
USE master?EXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwin...
分类:
数据库 时间:
2014-05-06 18:57:44
阅读次数:
506
备注:我们对于CS数据库的操作多数情况下只是查询操作,尽量不要在数据库中直接修改记录的值第一、首先备份数据库1、进入mysql数据库[root@master~]#mysql-uroot-pEnterpassword:WelcometotheMySQLmonitor.Commandsendwith;or\g.YourMySQLconnectionidis188Serverversion:5.1.6..
分类:
数据库 时间:
2014-05-05 12:34:10
阅读次数:
1502
本文记录Linux安装MySql过程。环境:OS:Centos 6.5 x64 & MySql
5.1 x641、系统检查检查是否已经安装MySql数据库。[root@master ~]# rpm -qa | grep
mysql如果有安装,先卸载已经安装的MySql数据库。[root@master...
分类:
数据库 时间:
2014-05-05 10:12:56
阅读次数:
502
日期及版本:2014.5.4v1.0架构图实验目的:1.Haproxy+Keepalived双主双机高可用模型,keepalived为Haproxy主从提供高可用保证haproxy-master若挂掉haproxy-backup能无缝接管,haproxy为后端Web提供负载均衡,缓解并发压力,实现WEB站点负载均衡+高可用性;2.Haproxy反代w..
分类:
数据库 时间:
2014-05-04 17:38:05
阅读次数:
888