Windows@echo offmysqldump --add-drop-database
--add-drop-table -u root -p123456 dbname >
d:\db_backup\%date:~0,4%-%date:~5,2%-%date:~8,2%_%time:~0,2%-...
分类:
数据库 时间:
2014-04-30 21:41:43
阅读次数:
526
原文本文旨在介绍MongoDB,Mysql的常用命令:将MongoDB
和传统的关系型数据库的常用命令对照起来学习,更加便于记忆和理解。mongodb与mysql命令对比MongoDB是由数据库(database/repository)、集合(collection)、文档对象(document)三个...
分类:
数据库 时间:
2014-04-30 14:37:33
阅读次数:
745
ASP.NET Web Pages framework examples of the
Database helper do not include calls to Close or Dispose because the framework
itself is designed to call ...
分类:
数据库 时间:
2014-04-30 14:08:51
阅读次数:
629
相关学习资料http://www.php.net/manual/zh/refs.database.phphttp://www.php.net/manual/zh/internals2.pdo.phphttp://bbs.phpchina.com/thread-184537-1-1.htmlhttp:...
分类:
数据库 时间:
2014-04-30 13:27:46
阅读次数:
788
一、sessionStorage和localStorage
sessionStorage和localStorage两种方法都是当用户在inPut文本框中输入内容并点击保存数据按钮时保存数据,点击读取数据按钮时读取保存后的数据。不过使用sessionStorage时,只能局限于当前页面,如果关闭浏览器...
分类:
数据库 时间:
2014-04-30 13:24:39
阅读次数:
483
1:使用SHOW语句找出在服务器上当前存在什么数据库:mysql> SHOW
DATABASES;2:2、创建一个数据库MYSQLDATAmysql> CREATE DATABASE
MYSQLDATA;3:选择你所创建的数据库mysql> USE MYSQLDATA; (按回车键出现Databas...
分类:
数据库 时间:
2014-04-30 13:09:19
阅读次数:
543
一、MongoDB数据结构与关系型数据库比较逻辑结构对比MongoDB
关系型数据库文档(document) 行(row)集合(collection) 表(table)数据库(database)
数据库(database)二、mongod 参数说明最简单的,通过执行 mongod 即可以启动 Mon...
分类:
数据库 时间:
2014-04-29 23:23:01
阅读次数:
732
今天花了一上午的时间,对VSS源代码库从一个服务器A上迁移到另一个服务器B上,包括修改历史、用户、以及权限。具体方法如下:
1、在服务器B上安装vss程序后,创建一database,并设置创建后的文件夹为共享,并具有可读写的权限; 2、运行Visual SourceSafe
Administrati...
分类:
其他好文 时间:
2014-04-29 21:58:52
阅读次数:
416
Most of the database intensive applications are
worring about the default values of these variables obviously. Developers used
to inform me that they ...
分类:
数据库 时间:
2014-04-29 15:26:38
阅读次数:
739
add the following text to .vimrc or .gvimrc: if
has("cscope") set csprg=/usr/bin/cscope set csto=0 set cst set nocsverb " add
any database in cur...
分类:
其他好文 时间:
2014-04-29 10:27:46
阅读次数:
398