DB
MPU
互联网工作CTO架构师
展开
-
数据压缩技术简史
数据压缩技术简史本文发表于2003年9月《CSDN开发高手》电脑里的数据压缩其实类似于美眉们的瘦身运动,不外有两大功用。第一,可以节省空间。拿瘦身美眉来说,要是八个美眉可以挤进一辆出租车里,那该有多省钱啊!第二,可以减少对带宽的占用。例如,我们都想在不到 100Kbps 的 GPRS 网上观看 DVD 大片,这就好比瘦身美眉们总希望用一尺布裁出七件吊带衫,前者有待于数据压缩技术转载 2006-11-05 18:31:00 · 1937 阅读 · 1 评论 -
使用MySQL Proxy解决MySQL主从同步延迟
使用MySQL Proxy解决MySQL主从同步延迟转载 2010-06-23 14:29:00 · 1210 阅读 · 0 评论 -
解决MySQL从库延迟问题的几种方法
解决MySQL从库延迟问题的几种方法原创 2010-06-23 14:28:00 · 3194 阅读 · 0 评论 -
mysql取unix时间戳
SELECT UNIX_TIMESTAMP(CURRENT_TIMESTAMP);原创 2010-04-08 11:13:00 · 1180 阅读 · 0 评论 -
使用mysql的replace函数替换字符串
最近在研究CMS,在数据转换的时候需要用到mysql的replace函数,这里简单介绍一下!比如你要将 表 tb1里面的 f1字段的abc替换为defUPDATE tb1 SET f1=REPLACE(f1, abc, def);REPLACE(str,from_str,to_str) 在字符串 str 中所有出现的字符串 from_str 均被 to_str替换转载 2009-12-30 20:12:00 · 1518 阅读 · 3 评论 -
mysql 添加字段、删除字段、调整字段顺序
添加字段:alter table `user_movement_log` Add column GatewayId int not null default 0 AFTER `Regionid` (在哪个字段后面添加) 删除字段:alter table `user_movement_log` drop column Gatewayid调整字段顺序:ALTER TABLE `u转载 2009-12-11 06:08:00 · 4955 阅读 · 0 评论 -
powerdesigner中如何定制自己的Physical Options
powerdesigner功能非常强大,用户可以定制出不多是任何可设置的东西,还提供了丰富的编程接口。在Table的Properties框中找到Physical Options,Physical Options是干啥的呢。。。Physical Options定义了几乎所有的建表是需要指定的设置,如Oracle的Tablespace,mysql的存储引擎类型type等。在使用my转载 2009-10-20 15:01:00 · 4162 阅读 · 0 评论 -
全国全国各个省市数据库 三级联动 无刷新数据库(mysql)
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// --> -- ---------------------转载 2008-10-16 11:39:00 · 3768 阅读 · 0 评论 -
centos yum安装php+mysql+apache
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->RHEL5和CENTOS安装完APACHE和MYS原创 2008-10-14 20:26:00 · 3003 阅读 · 1 评论 -
mysql常用命令集合
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// --> mysql> alter table e原创 2007-06-06 13:54:00 · 1303 阅读 · 1 评论 -
MySQL数据导入导出方法与工具介绍
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// --> 来源:Blo转载 2007-06-06 15:40:00 · 2557 阅读 · 1 评论 -
mysqldump 从远程机器通过慢速网络复制数据库
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->测试通过2台电脑之间导数据mysqldump -h原创 2007-05-23 17:55:00 · 3729 阅读 · 0 评论 -
Visual Basic / MySQL Datatypes
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->Visual Basic / MySQL Data转载 2007-05-11 00:42:00 · 1430 阅读 · 0 评论 -
mysql 的常用命令
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// -->1、mysql是一种精巧的,多用户,多线程的中小型转载 2007-04-16 22:13:00 · 1099 阅读 · 0 评论 -
MySQL数据的导出和导入工具:mysqldump ,source
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// --> MySQL数据的导出和导入工具:mysqldum转载 2007-04-16 22:04:00 · 1929 阅读 · 0 评论 -
MySQL数据库配置技巧
<!--google_ad_client = "pub-0241434510974184";/* auto-http.cn 右边 ,468x60 */google_ad_slot = "0902256228";google_ad_width = 468;google_ad_height = 60;// --> 用root用户启动远程服务一直是安全大忌,因为如转载 2007-07-12 17:30:00 · 923 阅读 · 0 评论 -
Memcache and Mongodb
先说说自己对Memcache和Mongodb的一些看法,主要是抛砖引玉了,希望看到大家的意见和补充。 Memcache Memcache的优势我觉得总结下来主要体现在:1) 分布式。可以由10台拥有4G内存的机器,构成一个40G的内存池,如果觉得还不够大可以增加机器,这样一个大的内存池,完全可以把大部分热点业务数据保存进去,由内存来阻挡大部分对数据库读的请求转载 2011-12-29 21:42:59 · 955 阅读 · 0 评论