码迷,mamicode.com
首页 >  
搜索关键字:database buffer cach    ( 19216个结果
mysql 常用命令(备忘)
1:使用SHOW语句找出在服务器上当前存在什么数据库:mysql> SHOW DATABASES;2:2、创建一个数据库MYSQLDATAmysql> CREATE DATABASE MYSQLDATA;3:选择你所创建的数据库mysql> USE MYSQLDATA; (按回车键出现Databas...
分类:数据库   时间:2014-04-30 13:09:19    阅读次数:543
Google Combo Chart example with database in ASP.NET
Hide demoDownloadIn this article I’m going to explain how to create Google combo chart example with database in ASP.NET. Google charts allows you ...
分类:数据库   时间:2014-04-30 02:56:31    阅读次数:775
PowerDesigner 15 进行 数据库反转到 数据库模型
菜单"File" - "Reverse Engineer" - "DataBase"弹出来 New Physical Data Model 窗口 ,为模型建好名字 - 点击确定到下一步 就是为建立 类似 jdbc连接数据库的配置文件的一个功能。选择using a data source : 点击右侧...
分类:数据库   时间:2014-04-30 02:46:10    阅读次数:585
SQL Server 2014新特性——Buffer Pool扩展
Buffer Pool扩展Buffer Pool扩展是buffer pool 和非易失的SSD硬盘做连接。以SSD硬盘的特点来提高随机读性能。缓冲池扩展优点SQL Server读以随机读为主,SQL Server IO分为2部分:buffer pool管理方式,和buffer pool。SQL Se...
分类:数据库   时间:2014-04-30 02:27:46    阅读次数:716
[SQLServer]学习总结笔记(基本涵盖Sql的所有操作)
--###################################################################################/* 缩写:DDL(Database Definition Language): 数据库定义语言DML(Database Mani...
分类:数据库   时间:2014-04-30 00:14:15    阅读次数:970
MongoDB随笔基本操作
一、MongoDB数据结构与关系型数据库比较逻辑结构对比MongoDB 关系型数据库文档(document) 行(row)集合(collection) 表(table)数据库(database) 数据库(database)二、mongod 参数说明最简单的,通过执行 mongod 即可以启动 Mon...
分类:数据库   时间:2014-04-29 23:23:01    阅读次数:732
VSS迁移
今天花了一上午的时间,对VSS源代码库从一个服务器A上迁移到另一个服务器B上,包括修改历史、用户、以及权限。具体方法如下: 1、在服务器B上安装vss程序后,创建一database,并设置创建后的文件夹为共享,并具有可读写的权限; 2、运行Visual SourceSafe Administrati...
分类:其他好文   时间:2014-04-29 21:58:52    阅读次数:416
MySQL : interactive_timeout v/s wait_timeout
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
Tomcat学习 HttpConnector和HttpProcessor启动流程和线程交互
一、tomat启动流程1、启动HttpConnector connector等待连接请求,只负责接受socket请求,具体处理过程交给HttpProcessor处理。 tomcat用户只能访问到connector,能设置接受的数据的buffer大小,而不能看见HttpProcessor的处理过程.....
分类:编程语言   时间:2014-04-29 14:45:40    阅读次数:641
ubuntu cscope
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!