实例介绍
RockMongo 是一个PHP5写的MongoDB管理工具。功能强大,操作简单。
【实例截图】
【核心代码】
rockmongo-on-windows-v0.0.4
└── rockmongo-on-windows
├── bin
│ └── hstart.exe
├── nginx
│ ├── conf
│ │ ├── fastcgi.conf
│ │ ├── fastcgi_params
│ │ ├── koi-utf
│ │ ├── koi-win
│ │ ├── mime.types
│ │ ├── nginx.conf
│ │ ├── scgi_params
│ │ ├── uwsgi_params
│ │ └── win-utf
│ ├── contrib
│ │ ├── geo2nginx.pl
│ │ ├── README
│ │ └── unicode2nginx
│ │ ├── koi-utf
│ │ ├── unicode-to-nginx.pl
│ │ └── win-utf
│ ├── docs
│ │ ├── CHANGES
│ │ ├── CHANGES.ru
│ │ ├── LICENSE
│ │ ├── OpenSSL.LICENSE
│ │ ├── PCRE.LICENCE
│ │ ├── README
│ │ └── zlib.LICENSE
│ ├── html
│ │ ├── 50x.html
│ │ └── index.html
│ └── nginx.exe
├── php
│ ├── dev
│ │ └── php5.lib
│ ├── ext
│ │ ├── php_bz2.dll
│ │ ├── php_exif.dll
│ │ ├── php_gd2.dll
│ │ ├── php_gettext.dll
│ │ ├── php_intl.dll
│ │ ├── php_mbstring.dll
│ │ ├── php_mongo.dll
│ │ └── php_openssl.dll
│ ├── extras
│ │ ├── mibs
│ │ │ ├── AGENTX-MIB.txt
│ │ │ ├── DISMAN-EVENT-MIB.txt
│ │ │ ├── DISMAN-EXPRESSION-MIB.txt
│ │ │ ├── DISMAN-NSLOOKUP-MIB.txt
│ │ │ ├── DISMAN-PING-MIB.txt
│ │ │ ├── DISMAN-SCHEDULE-MIB.txt
│ │ │ ├── DISMAN-SCRIPT-MIB.txt
│ │ │ ├── DISMAN-TRACEROUTE-MIB.txt
│ │ │ ├── EtherLike-MIB.txt
│ │ │ ├── HCNUM-TC.txt
│ │ │ ├── HOST-RESOURCES-MIB.txt
│ │ │ ├── HOST-RESOURCES-TYPES.txt
│ │ │ ├── IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
│ │ │ ├── IANAifType-MIB.txt
│ │ │ ├── IANA-LANGUAGE-MIB.txt
│ │ │ ├── ianalist
│ │ │ ├── IANA-RTPROTO-MIB.txt
│ │ │ ├── IF-INVERTED-STACK-MIB.txt
│ │ │ ├── IF-MIB.txt
│ │ │ ├── INET-ADDRESS-MIB.txt
│ │ │ ├── IP-FORWARD-MIB.txt
│ │ │ ├── IP-MIB.txt
│ │ │ ├── IPV6-FLOW-LABEL-MIB.txt
│ │ │ ├── IPV6-ICMP-MIB.txt
│ │ │ ├── IPV6-MIB.txt
│ │ │ ├── IPV6-TCP-MIB.txt
│ │ │ ├── IPV6-TC.txt
│ │ │ ├── IPV6-UDP-MIB.txt
│ │ │ ├── LM-SENSORS-MIB.txt
│ │ │ ├── Makefile.in
│ │ │ ├── Makefile.mib
│ │ │ ├── makehtml.pl
│ │ │ ├── mibfetch
│ │ │ ├── MTA-MIB.txt
│ │ │ ├── NET-SNMP-AGENT-MIB.txt
│ │ │ ├── NET-SNMP-EXAMPLES-MIB.txt
│ │ │ ├── NET-SNMP-EXTEND-MIB.txt
│ │ │ ├── NET-SNMP-MIB.txt
│ │ │ ├── NET-SNMP-MONITOR-MIB.txt
│ │ │ ├── NET-SNMP-SYSTEM-MIB.txt
│ │ │ ├── NET-SNMP-TC.txt
│ │ │ ├── NET-SNMP-VACM-MIB.txt
│ │ │ ├── NETWORK-SERVICES-MIB.txt
│ │ │ ├── nodemap
│ │ │ ├── NOTIFICATION-LOG-MIB.txt
│ │ │ ├── README.mibs
│ │ │ ├── RFC1155-SMI.txt
│ │ │ ├── RFC1213-MIB.txt
│ │ │ ├── RFC-1215.txt
│ │ │ ├── rfclist
│ │ │ ├── rfcmibs.diff
│ │ │ ├── RMON-MIB.txt
│ │ │ ├── smistrip
│ │ │ ├── SMUX-MIB.txt
│ │ │ ├── SNMP-COMMUNITY-MIB.txt
│ │ │ ├── SNMP-FRAMEWORK-MIB.txt
│ │ │ ├── SNMP-MPD-MIB.txt
│ │ │ ├── SNMP-NOTIFICATION-MIB.txt
│ │ │ ├── SNMP-PROXY-MIB.txt
│ │ │ ├── SNMP-TARGET-MIB.txt
│ │ │ ├── SNMP-USER-BASED-SM-MIB.txt
│ │ │ ├── SNMP-USM-AES-MIB.txt
│ │ │ ├── SNMP-USM-DH-OBJECTS-MIB.txt
│ │ │ ├── SNMPv2-CONF.txt
│ │ │ ├── SNMPv2-MIB.txt
│ │ │ ├── SNMPv2-SMI.txt
│ │ │ ├── SNMPv2-TC.txt
│ │ │ ├── SNMPv2-TM.txt
│ │ │ ├── SNMP-VIEW-BASED-ACM-MIB.txt
│ │ │ ├── TCP-MIB.txt
│ │ │ ├── TRANSPORT-ADDRESS-MIB.txt
│ │ │ ├── TUNNEL-MIB.txt
│ │ │ ├── UCD-DEMO-MIB.inc
│ │ │ ├── UCD-DEMO-MIB.txt
│ │ │ ├── UCD-DISKIO-MIB.inc
│ │ │ ├── UCD-DISKIO-MIB.txt
│ │ │ ├── UCD-DLMOD-MIB.inc
│ │ │ ├── UCD-DLMOD-MIB.txt
│ │ │ ├── UCD-IPFILTER-MIB.inc
│ │ │ ├── UCD-IPFILTER-MIB.txt
│ │ │ ├── UCD-IPFWACC-MIB.inc
│ │ │ ├── UCD-IPFWACC-MIB.txt
│ │ │ ├── UCD-SNMP-MIB.inc
│ │ │ ├── UCD-SNMP-MIB-OLD.txt
│ │ │ ├── UCD-SNMP-MIB.txt
│ │ │ └── UDP-MIB.txt
│ │ └── openssl
│ │ ├── openssl.cnf
│ │ ├── openssl.exe
│ │ └── README-SSL.txt
│ ├── glib-2.dll
│ ├── gmodule-2.dll
│ ├── go-pear.bat
│ ├── install.txt
│ ├── libeay32.dll
│ ├── libpq.dll
│ ├── libsasl.dll
│ ├── license.txt
│ ├── news.txt
│ ├── PEAR
│ │ └── go-pear.phar
│ ├── pharcommand.phar
│ ├── phar.phar.bat
│ ├── php5.dll
│ ├── php5embed.lib
│ ├── php-cgi.exe
│ ├── php.exe
│ ├── php.gif
│ ├── php.ini
│ ├── php.ini-development
│ ├── php-win.exe
│ ├── pws-php5cgi.reg
│ ├── pws-php5isapi.reg
│ ├── readme-redist-bins.txt
│ ├── snapshot.txt
│ └── ssleay32.dll
├── ReadMe-en.txt
├── ReadMe-zh.txt
├── rockclean.bat
├── RockMongo Site.url
├── rockstart.bat
├── rockstop.bat
└── web
├── favicon.ico
├── index.php
└── rockmongo
├── app
│ ├── classes
│ │ ├── BaseController.php
│ │ ├── Services_JSON.php
│ │ ├── VarEval.php
│ │ └── VarExportor.php
│ ├── configs
│ │ └── rplugin.php
│ ├── controllers
│ │ ├── admin.php
│ │ ├── collection.php
│ │ ├── db.php
│ │ ├── field.php
│ │ ├── index.php
│ │ ├── login.php
│ │ ├── logout.php
│ │ └── server.php
│ ├── funcs
│ │ ├── functions.php
│ │ ├── render.php
│ │ └── rock.php
│ ├── langs
│ │ ├── de_de
│ │ │ └── message.php
│ │ ├── en_us
│ │ │ └── message.php
│ │ ├── es_es
│ │ │ └── message.php
│ │ ├── fr_fr
│ │ │ └── message.php
│ │ ├── it_it
│ │ │ └── message.php
│ │ ├── ja_jp
│ │ │ └── message.php
│ │ ├── pt_br
│ │ │ └── message.php
│ │ ├── ru_ru
│ │ │ └── message.php
│ │ ├── zh_cn
│ │ │ └── message.php
│ │ └── zh_tw
│ │ └── message.php
│ ├── lib
│ │ ├── core
│ │ │ ├── REvent.php
│ │ │ ├── RFilter.php
│ │ │ └── RPlugin.php
│ │ ├── ext
│ │ │ └── RExtController.php
│ │ ├── mime
│ │ │ └── types.php
│ │ ├── mongo
│ │ │ ├── mongo.php
│ │ │ ├── RMongoException.php
│ │ │ ├── RMongo.php
│ │ │ ├── RObject.php
│ │ │ └── RQuery.php
│ │ └── page
│ │ ├── lang
│ │ │ ├── de_de.php
│ │ │ ├── default.php
│ │ │ ├── en.php
│ │ │ ├── en_us.php
│ │ │ ├── es_es.php
│ │ │ ├── ru_ru.php
│ │ │ ├── zh_cn.php
│ │ │ └── zh.php
│ │ ├── RPage.php
│ │ └── RPageStyle1.php
│ └── models
│ ├── MCollection.php
│ ├── MDb.php
│ ├── MMongo.php
│ ├── MServer.php
│ └── MUser.php
├── CHANGELOG.txt
├── config.php
├── index.php
├── INSTALL.txt
├── js
│ ├── collection.js
│ ├── jquery-1.4.2.min.js
│ ├── jquery.layout.min-1.3.0.js
│ ├── jquery.textarea.js
│ └── jquery-ui-1.8.4.custom.min.js
├── LICENSE.txt
├── README.txt
├── robots.txt
├── rock.php
└── themes
└── default
├── css
│ ├── collection.css
│ ├── global.css
│ ├── jquery-ui-1.8.4.smoothness.css
│ └── layout-default-1.3.0.css
├── images
│ ├── accept.png
│ ├── add.png
│ ├── arrow_refresh.png
│ ├── connect.png
│ ├── cross.png
│ ├── database.png
│ ├── databases.png
│ ├── error.png
│ ├── exclamation.png
│ ├── grid.png
│ ├── key.png
│ ├── menuitem_hover.png
│ ├── page_copy.png
│ ├── page_white_delete.png
│ ├── page_white_edit.png
│ ├── page_white_paintbrush.png
│ ├── page_white_swoosh.png
│ ├── report.png
│ ├── server.png
│ ├── submenu_bullet.png
│ ├── table.png
│ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ ├── ui-bg_flat_75_ffffff_40x100.png
│ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ ├── ui-bg_glass_65_ffffff_1x400.png
│ ├── ui-bg_glass_75_dadada_1x400.png
│ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ ├── ui-bg_glass_95_fef1ec_1x400.png
│ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ ├── ui-icons_222222_256x240.png
│ ├── ui-icons_2e83ff_256x240.png
│ ├── ui-icons_454545_256x240.png
│ ├── ui-icons_888888_256x240.png
│ ├── ui-icons_cd0a0a_256x240.png
│ ├── ui-icons_ffffff_256x240.png
│ └── world.png
└── views
├── admin
│ ├── about.php
│ ├── dbs.php
│ ├── index.php
│ └── top.php
├── collection
│ ├── collectionDuplicate.php
│ ├── collectionIndexes.php
│ ├── collectionProps.php
│ ├── collectionRename.php
│ ├── collectionStats.php
│ ├── collectionValidate.php
│ ├── createIndex.php
│ ├── createRow.php
│ ├── explainQuery.php
│ ├── index.php
│ ├── modifyRow.php
│ ├── queryHistory.php
│ └── removeCollection.php
├── db
│ ├── addUser.php
│ ├── auth.php
│ ├── dbExport.php
│ ├── dbImport.php
│ ├── dbTransfer.php
│ ├── dropDatabase.php
│ ├── dropDatabaseResult.php
│ ├── index.php
│ ├── newCollection.php
│ ├── profileLevel.php
│ ├── profile.php
│ └── repairDatabase.php
├── exception.php
├── footer.php
├── header.php
├── login
│ └── index.php
└── server
├── command.php
├── createDatabase.php
├── databases.php
├── execute.php
├── index.php
├── killOp.php
├── processlist.php
├── replication.php
└── status.php
52 directories, 302 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论