风故故,也依依

Stand still in the wind.

导航

2011年5月27日 #

MongoDB学习——安全登录

摘要: /*** Java + MongoDB in Secure Mode** @author Gerald Chen* @version $Id: AuthTest.java,v 1.1 2011/05/27 07:24:04 gerald.chen Exp $*/public class AuthTest {/** 数据库连接IP */public static final String DB_H... 阅读全文

posted @ 2011-05-27 15:42 jadmin 阅读(222) 评论(0) 推荐(0)

MongoDB学习——数据库管理命令

摘要: 1.进入mongodb命令行管理C:\Documents and Settings\Administrator>mongoMongoDB shell version: 1.8.1connecting to: test2.显示数据库> show dbsadmin (empty)local (empty)test_db 0.03125GB3.使用数据库> use test_dbswitch... 阅读全文

posted @ 2011-05-27 15:38 jadmin 阅读(146) 评论(0) 推荐(0)