The Wayback Machine - https://web.archive.org/web/20191101161933/https://github.com/topics/mongodb
Skip to content
mongodb logo

MongoDB

MongoDB is an open source NoSQL document-oriented database. MongoDB allows flexible schema representation instead of relying on fixed tables and columns. It supports full indexing, query, aggregation, tunable consistency and durability levels, and linear horizontal scaling through sharding.

Here are 21,317 public repositories matching this topic...

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

  • Updated Nov 1, 2019
  • 309 commits
  • Java
virtualtoy
virtualtoy commented Oct 28, 2019

Is your feature request related to a problem? Please describe.
When I access query in beforeFind hook I cannot access order information.

Describe the solution you'd like
I would like to be able to retrieve order information.

Describe alternatives you've considered
So far I see no alternatives to this problem for now.

Additional context
Possible solution is to add or

Alys
Alys commented Aug 6, 2019

When the Orb of Rebirth stopped being free consistently from level 100, it was announced in the Aspiring Socialites guild with this message (emphasis is mine):

"Hey Socialites! We deployed a tweak with this Gala that power users might run into. Previously, there was a sort of exploit where folks could use Fix Character Values + the Orb of Rebirth to evade having to pay Gems to change classes. N

superuser-does
superuser-does commented Aug 24, 2019

A tiny thing: currently, we send an HTML email for email confirmations with a nice URL to click on.

There's a welcome email sent after you verify your email that has URLs in it to your newly registered profile. They're not actually hyperlinked, so ProtonMail for example will just leave them unlinked.

The welcome email currently reads:

You have successfully created your account on https

macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.

  • Updated Nov 1, 2019
  • 356 commits
  • Python
juanda99
juanda99 commented Sep 30, 2016

It would be better to use bcrypt, beause its more secure as it's slower (uses more computing cycles).
Your code could also be better:

You wouldn't need salt field in User model, because it's saved into the same field as password does.

For authentication, something like:

var mongoose = require('mongoose'),
  bcrypt = require('bcryptjs');

var userSchema = mongoose.Schema({
  email: String,

Learn about mongodb

Organization
mongodb
Website
www.mongodb.com
Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.