采取贷款或分期付款购买住房的,资料同上,如本人无购房合同原件,可用与银行签订的借款合同原件及复印件代替,同时交购房合同复印件。办理支取时,购房人是配偶一方的需持结婚证原件及复印件,并且需由购房人先行支取,并提供其支取记录单复印件。
采取贷款或分期付款购买住房的,资料同上,如本人无购房合同原件,可用与银行签订的借款合同原件及复印件代替,同时交购房合同复印件。办理支取时,购房人是配偶一方的需持结婚证原件及复印件,并且需由购房人先行支取,并提供其支取记录单复印件。
标签:
杂谈 |
标签:
转载 |
标签:
杂谈 |
Sending data
The thread is reading and processing rows for a SELECT statement, and
sending data to the client. Because operations occurring during
this this state tend to perform large amounts of disk access
(reads), it is often the longest-running state over the lifetime of
a given query.
标签:
杂谈 |
最近,老是磁盘error,而自己确没有迅速的定位,实在是感到杯具,看到同事们MegaCli查看raid及磁盘错误信息,我这里粘贴下网上别人 用的命令,方便自己查阅(另dmesg:显示开机信息,dmidecode,硬件信息)
MegaCli用起来还是很简单的。摘抄一些比较常用的参数如下:
显示适配器个数: MegaCli -adpCount
显示适配器时间: MegaCli -AdpGetTime –aALL
显示所有适配器信息: MegaCli -AdpAllInfo
-aAll
显示所有逻辑磁盘组信息: MegaCli -LDInfo -LALL -aAll
显示所有的物理信息: MegaCli -PDList -aAll
查看充电状态: MegaCli -AdpBbuCmd -GetBbuStatus -aALL |grep ‘Charger
Status’
显示BBU(后备电池)状态信息: MegaCli -AdpBbuCmd -GetBbuStatus -aALL
显示BBU容量信息: MegaCli -AdpBbuCmd -GetBbuCapacityInfo -aALL
显示BBU设计参数: MegaCli -AdpBbuCmd -GetBbuDesignInfo -aALL
显示当前BBU属性: MegaCli -AdpBbuCmd -GetBbuProperties -aALL
LVM1 has read-only snapshots. Read-only snapshots work by creating an exception table, which is used to keep track of which blocks have been changed. If a block is to be changed on the origin, it is first copied to the snapshot, marked as copied in the exception table, and then the new data is written to the original volume.
In LVM2, snapshots are read/write by default. Read/write snapshots work like read-only snapshots, with the additional feature that if data is written to the snapshot, that block is marked in the exception table as used, and never gets copied from the original volume. This opens up many new possibilities that were not possible with LVM1's read-only snapshots. One example is to snapshot a volume, mount the snapshot, and try an experimental program that change files on that volume. If you don't like what it did, you can unmount the snapshot, remove it, and mount the original filesystem in its place. It is also useful for creating volumes for use wit
标签:
杂谈 |
标签:
杂谈 |
标签:
杂谈 |
喜欢Mysql,不仅仅是因为他简单的使用,更深一层次的是因为他的开源、他的插入式引擎及更优秀的plugin!从队列式存储引擎Q4M(http://q4m.github.com/)到memcache
的UDF(http://hi.baidu.com/ytjwt/blog/item/5fc8303f226c542f71cf6c3c
前段一个偶然的时间里,下载percona-server突然发现一个名叫HandlerSocket的东东,一时好奇,google一把,发现这不就是我一直想要的在mysql里实现nosql的东西吗?兴奋之余,也动手安装及使用了一把,下面把我的步骤列出来!
主要参考:http://whitesock.javaeye.com/blog/811339
1:安装
HandlerSocket老简单了,只需要5.1版本以上的s