lmysql有六处使用了字符集,分别为:client
、connection、database、results、server
、system。?client是客户端使用的字符集。?connection是连接数据库的字符集设置类型,如果程序没有指明连接数据库使用的字符集类型就按照服务器端默认的字符集设...
分类:
数据库 时间:
2014-05-22 02:27:03
阅读次数:
278
C++ string class copy constructor and assign
constructor.
分类:
其他好文 时间:
2014-05-22 02:10:40
阅读次数:
325
Definitions:?StressTests the server –Peak volume
over a short span of time?LoadTests the database –Largest load the database can
handle at one time?Vo...
分类:
其他好文 时间:
2014-05-22 01:29:01
阅读次数:
338
rem 复制文件copy "D:\xxxx" "C:\xxxx"rem 复制文件夹xcopy
"D:\xxxx" "C:\xxxx" /e /i /h解压使用开源的7z命令版本(license GNU LGPL)7za x -y D:\xxxx.zip
-oC:\::其中 -y 是覆盖::-oC.....
分类:
其他好文 时间:
2014-05-21 22:25:18
阅读次数:
282
1.编译安装./configure --prefix=/usr/local/zabbix-proxy/
--enable-proxy --with-mysqlmysql zabbix_proxy<database/mysql/schema.sql2. 设置
zabbix_proxy.conf1 使用...
分类:
其他好文 时间:
2014-05-21 05:39:29
阅读次数:
353
浅复制:浅复制(浅拷贝,指针拷贝,shallow copy),源对象和副本对象是同一个对象,
源对象(副本对象)引用计数器 + 1, 相当于做一次retain操作。本质是:没有产生新的对象深复制:(深拷贝,内容拷贝,deep
copy),源对象和副本对象是不同的两个对象,源对象引用计数器不变...
分类:
其他好文 时间:
2014-05-21 05:09:36
阅读次数:
301
最近几天都在搞数据库,特别是今天,因为需要,自己写了一个自动生成同步数据存储过程的存储过程。。。废话不多少,直接上代码: --开始 --create proc
exec_copy --as --begin --因为同步的表是内网表,基本不做业务逻辑处理,所以所有的表都没有标示列,故我也就没做标示列....
分类:
其他好文 时间:
2014-05-21 04:00:28
阅读次数:
330
File error 3219 occurs on Microsoft SQL servers
where you are attempting to improperly restore a database with the "Restore
Files and Filegroups" comm...
分类:
数据库 时间:
2014-05-21 03:36:02
阅读次数:
427
在项目开发中,使用SQLite一不小心就会碰到各种DB异常,网上搜了下没有这方面的资料,写出来记录下。异常信息:android.database.sqlite.SQLiteMisuseException:
library routine called out of sequence: , while...
分类:
数据库 时间:
2014-05-21 03:12:20
阅读次数:
1023