MongoDB基本使用成功启动MongoDB后,再打开一个命令行窗口输入mongo,就可以进行数据库的一些操作。输入help可以看到基本操作命令:showdbs:显示数据库列表showcollections:显示当前数据库中的集合(类似关系数据库中的表)showusers:显示用户use:切换当前数...
分类:
数据库 时间:
2014-08-01 13:16:11
阅读次数:
411
shell命令操作语法和JavaScript很类似,其实控制台底层的查询语句都是用JavaScript脚本完成操作的。Ø数据库1、Help查看命令提示helpdb.help();db.yourColl.help();db.youColl.find().help();rs.help();2、切换/创建...
分类:
数据库 时间:
2014-08-01 13:05:21
阅读次数:
402
点击Help->About Eclipse,在弹出的对话框下部有很多logo。鼠标在logo上停留,会有提示,找出提示为Eclipse.org的那个logo,即为Eclipse的logo,点击,就可以看到Eclipse的版本。
分类:
系统相关 时间:
2014-08-01 10:42:11
阅读次数:
322
This assignment will help you practice and understand better the Binary Tree and Binary Search Tree data structures, their operations and implementati...
分类:
编程语言 时间:
2014-07-31 23:20:10
阅读次数:
270
Description
Dearboy was so busy recently that now he has piles of clothes to wash. Luckily, he has a beautiful and hard-working girlfriend to help him. The clothes are in varieties of colors but ea...
分类:
其他好文 时间:
2014-07-31 20:50:44
阅读次数:
211
最近在学robotium。看到别人说robotium的Eclipse的插件非常好用。打算安装时。发现死活都无法连接http://recorder.robotium.com/updates/过程是in Eclipse, Help-> Install new software -> 在“Work wit...
分类:
系统相关 时间:
2014-07-31 20:08:17
阅读次数:
363
以下SQL Server和MySQL中出现的test均为表(特殊说明除外)1.查看表创建的脚本SQL Server:MySQL:show create table test;2.查看表结构SQL Serversp_columns test;或sp_help test;MySQL:show colum...
分类:
数据库 时间:
2014-07-31 16:18:56
阅读次数:
240
LOOPS
Problem Description
Akemi Homura is a Mahou Shoujo (Puella Magi/Magical Girl).
Homura wants to help her friend Madoka save the world. But because of the plot of the Boss Incubator, ...
分类:
其他好文 时间:
2014-07-31 13:31:27
阅读次数:
232
sftp在选项-会话选项-连接-ssh2中设置上传的目录。securecrt按下ALT+P就开启新的会话进行ftp操作。put文件上传进度显示完成后细读提示信息,其中有文件上传的位置。输入:help命令,显示该FTP提供所有的命令pwd:查询linux主机所在目录(也就是远程主机目录)lpwd:查询本地目录(一..
分类:
其他好文 时间:
2014-07-31 03:13:36
阅读次数:
221
Description
You have just moved from Waterloo to a big city. The people here speak an incomprehensible dialect of a foreign language. Fortunately, you have a dictionary to help you understand them....
分类:
其他好文 时间:
2014-07-31 00:07:15
阅读次数:
222