码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
mongodb入门很简单(3)
##简单的mongodb入门命令## 1.show dbs; //查看当前数据库 2.use databaseName; //选库 3.show tables/collections; //查看数据库中有哪些表 4.db.help(); //查看一些对database的操作命令 5.mongodb的 ...
分类:数据库   时间:2016-04-18 17:01:17    阅读次数:280
aodh M版本新特性 - Remove eventlet from Aodh in favour of threaded approach
在 Kilo版本, API WSGI application 可以有以下2种部署方式: As a Python command that runs a Werkzeug-based web server that is monkeypatched to use eventlet. As a WSGI ...
分类:移动开发   时间:2016-04-18 15:04:11    阅读次数:219
mysql学习之通过文件创建数据库以及添加数据
转自:http://blog.163.com/wujicaiguai@126/blog/static/170171558201411311547655/ 1、# 创建数据库语句 create database mydb default character set utf8;# 运用数据库语句 use ...
分类:数据库   时间:2016-04-18 13:17:19    阅读次数:165
Jersey(1.19.1) - XML Support
As you probably already know, Jersey uses MessageBodyWriters and MessageBodyReaders to parse incoming request and create outgoing responses. Every use ...
分类:其他好文   时间:2016-04-18 13:15:08    阅读次数:158
SAP IQ: Relocate the Message Trace File to a Different?Location
SAP IQ: Relocate the Message Trace File to a Different Location July 11, 2014 When a new SAP IQ database is created we can use the MESSAGE PATH clause... ...
分类:其他好文   时间:2016-04-18 11:52:19    阅读次数:127
[Angular 2] Router basic and Router Params
When we define router in Angualr 2, we use @RouteConcfig() When we want to display component, we use <router-outlet> When we want to navigate to compo ...
分类:其他好文   时间:2016-04-18 06:32:49    阅读次数:207
斜率优化dp简讲 && HDU 3507 Print Article
Problem DescriptionZero has an old printer that doesn’t work well sometimes. As it is antique, he still like to use it to print articles. But it is too old to work for a long time and it will certainly...
分类:其他好文   时间:2016-04-17 22:55:28    阅读次数:176
MongoDB数据表基本操作
MongoDB数据表基本操作 查看全部数据表 > use ChatRoom switched to db ChatRoom > show collections Account Chat system.indexes system.users   创建数据表 > db.createCollection("Account") {"o...
分类:数据库   时间:2016-04-17 22:38:55    阅读次数:296
CORD中的专业词汇
1.白盒交换机?What is White Box Switching and White Box Switches? White box switches refers to the ability to use ‘generic,’ off-the-shelf switching (or whi ...
分类:其他好文   时间:2016-04-17 17:35:42    阅读次数:134
RTSP - RTP over TCP
RTP over RTSP(TCP)(一) RTP over RTSP包混合发送的解决办法 RTP over RTSP包混合发送的解决办法 RTSP - RTP over TCP To use TCP communication, you need to request TCP connection ...
分类:其他好文   时间:2016-04-17 17:34:06    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!