Chinaunix首页 | 论坛 | 博客
  • 博客访问: 311326
  • 博文数量: 163
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: -40
  • 用 户 组: 普通用户
  • 注册时间: 2017-03-08 00:28
文章分类

全部博文(163)

文章存档

2015年(2)

2014年(35)

2013年(28)

2012年(30)

2011年(22)

2010年(14)

2009年(8)

2008年(13)

2007年(11)

发布时间:2014-06-07 09:41:43

As per past experience working with MySQL and PHP, I feel that after completing initial phase of any Product / Project, the main task is to tune performance. And when it comes to performance , the first thing comes to any developer is to see how MySQL works and how he/she can tune it up to get.........【阅读全文】

阅读(465) | 评论(0) | 转发(0)

发布时间:2014-06-07 09:35:10

Generally, We stores various values of choices in same a column of mysql database. For example we store user’s preferred categories in user table’s preferred_categories(varchar(250)) field(column). Value stored in this field may be like 1,2,5,6,11,18 or any of similar pattern. It would be di.........【阅读全文】

阅读(1102) | 评论(0) | 转发(0)

发布时间:2014-06-07 09:30:36

我使用的是SecureCRT5.5SecureCR下的文件传输协议有ASCII、Xmodem、Zmodem文件传输协议文件传输是数据交换的主要形式。在进行文件传输时,为使文件能被正确识别和传送,我们需要在两台计算机之间建立统一的传输协议。这个协议包括了文件的识别、传送的起止时间、错误的判断与纠正等内容。常见的传输协议有以下几种:&n.........【阅读全文】

阅读(785) | 评论(0) | 转发(0)

发布时间:2014-06-04 13:44:04

一直在从事postgres内核修改的工作,对postgres的代码还算比较熟悉,在工作讨论中,有意无意的大家都会提起,MySQL在这方面是怎么做的,最近读了以下网站:http://www.mysqlops.com关于MySQL源码解读 的文章,感觉作者对MySQL也是相当熟悉,文章写的也很好,MySQL和PostgresQL在很多功能设计上有许多相似之.........【阅读全文】

阅读(1322) | 评论(0) | 转发(0)

发布时间:2014-05-31 12:23:33

1 在VMWare图形界面中,将CentOS光驱设定为C:\Program Files\VMware\VMware Workstation\linux.iso,根据你的VM安装目录进行设定;2 然后,启动CentOS; 3 启动好后,挂载光驱mount -t auto /dev/cdrom /mnt/cdrom这命令就是把CentOS CDROM挂载在/mnt/cdrom目录中,就可以访问里面的内容了;.........【阅读全文】

阅读(1001) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册