1、基本操作db.AddUser(username,password)
添加用户db.auth(usrename,password) 设置数据库连接验证db.cloneDataBase(fromhost)
从目标服务器克隆一个数据库db.commandHelp(name) returns the h...
分类:
数据库 时间:
2014-07-22 23:11:54
阅读次数:
449
1. //取得结果集中行的数目示例:$count =
mysql_num_rows($result1);2. //小括号里odd代表奇数,even代表偶数 示例:tr:nth-child(odd){
background: #cad9ea; }3.//Mysql数据库li...
分类:
其他好文 时间:
2014-07-22 23:11:33
阅读次数:
423
1,使用python链接mysql # -*- coding: utf-8 -*-#
connect.py --连接到MySQL服务器import sysimport MySQLdbtry: conn = MySQLdb.connect(db =
"cookbook", host = "localh...
分类:
数据库 时间:
2014-07-22 23:11:15
阅读次数:
518
什么是索引拿汉语字典的目录页(索引)打比方:正如汉语字典中的汉字按页存放一样,SQL
Server中的数据记录也是按页存放的,每页容量一般为4K
。为了加快查找的速度,汉语字(词)典一般都有按拼音、笔画、偏旁部首等排序的目录(索引),我们可以选择按拼音或笔画查找方式,快速查找到需要的字(词)。同理,...
分类:
数据库 时间:
2014-07-22 23:10:35
阅读次数:
506
1 .count — 计算数组中的单元数目或对象中的属性个数 2 .limit
第几条开始(n-1) 显示几条(y) (n-1)* y =第几页3. css tr:nth_child(odd){ background :#red;} odd
奇数 even 偶数4 表单隐藏域:...
分类:
数据库 时间:
2014-07-22 23:10:14
阅读次数:
389
http://hi.baidu.com/zzy382/item/a5b197f97a38e01ba7298832之前电脑上安装了一个
Oracle 有一段时间没用,就把密码给忘了,按上面链接里的操作,重置密码成功,步骤如下:connect system/oracle以 system 用户
orac....
分类:
数据库 时间:
2014-07-22 23:09:56
阅读次数:
335
http://anthon-lx.iteye.com/blog/811460完整的错误信息如下:java.sql.SQLException:
Listener refused the connection with the following error:ORA-12505,
TNS:listene...
分类:
数据库 时间:
2014-07-22 23:09:35
阅读次数:
430
from:http://blog.sina.com.cn/s/blog_40983e5e0101dhz0.html因为kali linux基于debian
7,当然要把这台Acer 4736z原有的debian 7删掉装kali啦,哈哈,这下不必为了BT5装虚拟机了,对于本子里60G的SSD来说还是...
分类:
系统相关 时间:
2014-07-22 23:09:33
阅读次数:
690
安装MongoDB 将解压所得的bin文件夹内文件部署于C:\mongodb\bin 建立数据库文件夹
C:\mongodb\data\db 准备以下内容的配置文件mongodb.cfg dbpath=C:\mongodb\data\db
#数据库路径logpath=C:\mongodb\data\...
分类:
数据库 时间:
2014-07-22 23:08:34
阅读次数:
338
要注意的是我们的PHP是嵌入在html中的 首先在php中写入链接 $conn =
mysql_connect("localhost","root","") or die("链接数据库失败");
mysql_select_db("fg19");// 选择数...
分类:
Web程序 时间:
2014-07-22 23:07:55
阅读次数:
505