1. MongoDB是一个Document Database。A record in MongoDB
is a document,MongoDB documents are similar to JSON
objects。一个Document可以包含其他Documents,并且可以包含Arrays和...
分类:
数据库 时间:
2014-06-03 09:09:17
阅读次数:
313
数据库常用命令
1.添加需要路径:PATH="$PATH":/usr/local/mysql/bin 2.登陆数据库系统:mysql -h localhost -u root
-p 3.创建数据库:CREATE DATABASE 数据库名 4.显示数据库:SHOW DATABASES...
分类:
数据库 时间:
2014-06-03 08:04:39
阅读次数:
317
This note summarizes articles from other places
about Microsoft Windows images for OpenStack creation, along with some first
hand experience. The whol...
2014-05-30 BaoXinjian In Capgemini 一、
介绍之前一直存在对Oracle R12 多组织访问的一些疑惑,所以查询了一些相关资料,并介绍实现R12 MOAC的Oracle VPD技术Oracle
VPD全称Virtual Private Database, Oracl...
分类:
数据库 时间:
2014-05-31 16:51:07
阅读次数:
370
Hibernate provides SQL logging out of the box,
but such logging only shows prepared statements, and not the actual SQL queries
sent to the database.It...
分类:
数据库 时间:
2014-05-31 16:47:16
阅读次数:
514
不要写insert语句,因为数据库字段太多了,有什么简单点的效率高的方法吗public
void MultiInsertData(DataSet ds){ string connt = "Oracle的连接字符串"; string sql =
"select id,name,… from tab.....
分类:
数据库 时间:
2014-05-31 13:05:04
阅读次数:
325
1.创建数据库 是指在数据库系统中划分一块空间,用来存储相应数据1.创建语法:CREATE
DATABASE 数据库名2.显示数据库:SHOW DATABASES;2.删除数据库1.语法:DROP DATABASE
数据库名;3.数据库存储引擎(表类型)1.显示mysql支持的存储引擎:SHOW E...
分类:
数据库 时间:
2014-05-31 11:40:51
阅读次数:
402
mysql 语句case whenselect USER_ID ,USER_NAME
,CASE WHEN atten.DESTINATION_ID is null THEN FALSE ELSE TRUE END as attentioned
from T_SD_USER as user...
分类:
数据库 时间:
2014-05-31 11:38:49
阅读次数:
313
做的接口中用到日期比较,要返回某段时间内的数据列表。数据表中字段为“end_time”,时间格式为 2014-05-30
13:12:10,想查截止报名时间的数据。select 字段名 from 表 where end_time >当前时间
;mysql数据表中存放时间字段格式date,dateti...
分类:
数据库 时间:
2014-05-31 07:40:05
阅读次数:
556
Active LearningTwo Faces of Active Learning,
Dasgupta, 2011Active Learning Literature Survey, Settles, 2010ApplicationsA
Survey of Emerging Approaches...
分类:
其他好文 时间:
2014-05-31 07:37:19
阅读次数:
277