一般来说,MySQL有以下几种引擎:ISAM、MyISAM、HEAP、InnoDB和Berkley(BDB)。注意:不同的版本支持的引擎是有差异的。当然啦,如果你感觉自己的确技术高超,你还能够使用MySQL++来创建自己的数据库引擎,这个已经out of my knowledge,牛人可以参照MyS...
分类:
数据库 时间:
2014-06-27 21:44:32
阅读次数:
227
\n 回车 \r 换行 \t 回车1.定义: 双引号定义的:a、可以在双引号里面执行变量,例如: $num = 1000; $str = "it is my $num life "; echo $str; 此时就会输出 it...
分类:
其他好文 时间:
2014-06-27 21:26:25
阅读次数:
293
A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.A batch file to stop the se...
1.在git服务器界面右上角“+” 、create new project ,写上项目名字生成一个新的组2.如果机器第一次与git 建立连接,需要让机器生成一个id_rsa和id_rsa.pub 文件,然后无空格的打开.pub这个文件,复制到git服务器界面的my project ->SSH Key...
分类:
其他好文 时间:
2014-06-26 22:02:01
阅读次数:
260
Today,it`s my first day to start a new lesson with c#!At first ,I want to study it just because java is a old language ,and run slower than c# many pe...
分类:
其他好文 时间:
2014-06-26 16:46:23
阅读次数:
191
project(my)cmake_minimum_required(VERSION 2.8.9)set (CMAKE_PREFIX_PATH "C:\\Qt\\Qt5.3.0\\5.3\\msvc2010_opengl")set(CMAKE_INCLUDE_CURRENT_DIR ON)find_p...
分类:
其他好文 时间:
2014-06-25 16:59:54
阅读次数:
221
I experienced this error while trying to alter one of my stored procedures remotely on a master server. After some research, I ended up getting inform...
分类:
数据库 时间:
2014-06-25 15:34:33
阅读次数:
471
Perl中读取文件最后一行的方法很多,比如(1)将文件读入数组,取最后一个元素open (FILE,"file.txt") or die "$!";my @arr=;;close FILE;my $last=$arr[$#arr];#$last里就是最后一行的内容了。(2)一行一行读入,到最后一行时...
mysql主从复制配置主服务器:192.168.0.100从服务器192.168.0.101主服务器配置my.ini(window下 linux 下是my.cnf)#开启二进制日志log-bin=mysql-bin#给服务器起一个唯一的idserver-id=1#指定日志格式binlog-forma...
分类:
数据库 时间:
2014-06-25 00:56:27
阅读次数:
404
开篇的话最近各种事,比较烦心,忙了N久终于慢慢腾腾的开始了OpenCV的学习,环境搭建也耗费了好久的时间。不管怎样,开始了就努力加油,关于环境的大家就转述一个学姐的博文吧,自己不想再弄了,因为真的很完美了。原文转载链接:http://my.phirobot.com/blog/2014-02-open...