To speed up bulk loading of data, InnoDB
implements aninsert buffer, a special index in the InnoDB system tablespace that
buffers modifications to sec...
分类:
数据库 时间:
2014-05-16 18:26:09
阅读次数:
532
cd instance-path/ds6/bin
#注意黄色参数修改为跟实际环境一致-c,--accept-cert Does not ask for confirmation before accepting
non-trusted server certifica...
分类:
其他好文 时间:
2014-05-16 18:06:42
阅读次数:
766
目前只能在replace into 之后,重新查询数据
分类:
数据库 时间:
2014-05-16 09:15:33
阅读次数:
1039
WampServer: Apache+PHP+MySQL一键式安装
WAMP安装好后,mysql密码是为空的,那么要如何修改呢?其实很简单,通过几条指令就行了,下面我就一步步来操作。 首先,通过WAMP打开mysql控制台。
提示输入密码,因为现在是空,所以直接按回车。 然后输入“use m...
分类:
数据库 时间:
2014-05-16 08:28:22
阅读次数:
457
周末花了一天时间用wpf写了一个html转换为pdf的小工具。 已经在win7 32位 和win8
64两台机器上测试,目前基本可用,特拿来分享。
程序下载地址:[http://pan.baidu.com/s/1mg9emfA](http://pan.baidu.com/s/1mg9emfA)...
分类:
Web程序 时间:
2014-05-16 07:57:53
阅读次数:
315
步骤一:安装#tar-zxvfphp-5.2.17.tar.gz#cdphp-5.2.17#./configure--prefix=/opt/php--with-mysql=/opt/mysql\>--with-apxs2=/opt/httpd/bin/apxs//通俗易懂,不解释#make#mak...
分类:
Web程序 时间:
2014-05-14 09:15:56
阅读次数:
291
oracle 导出多张表数据及结构exp qdcenter/qdcenter@oracle11g
file=d:\daochu.dmp tables=(t_newsfile,t_news,t_news_catelogy)
分类:
数据库 时间:
2014-05-14 09:08:44
阅读次数:
313
快捷键C,进行切片
按住ctrl+alt+shift+s存储为WEB格式的,在对话框中按ctrl键选中要导出的切片,右边栏中有JPG还有GIF等格式的,下面选仅选图像,即可,如果你没有设置的话,电脑有可能会自动添加一个IMAGES文件夹,图片都在那里面,如果你不想它存在电脑添加的文件夹中,选其他,有...
分类:
其他好文 时间:
2014-05-14 08:27:39
阅读次数:
462
转贴:http://apps.hi.baidu.com/share/detail/10406992(1)、采用理由:优点:最大化的桌面图形化操作系统,可维护性优秀。基于IIS
v6.0/v7.0(2008),可以支持的脚本相当完整,不仅支持Linux无法支持的asp/asp.net,还可以安装php...
分类:
数据库 时间:
2014-05-14 07:51:47
阅读次数:
363
定义一个存储过程,用到游标,从一个表中取值,插入到另外一个表中。drop procedure
if exists search_test;create procedure search_test(in id int,out out_min_id
varchar(200))begindeclare f...
分类:
数据库 时间:
2014-05-14 07:41:31
阅读次数:
361