问题标签 [mlab]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angularjs - 使用带有角度的 mongolab 进行更新(放置),但记录未正确更新
我在下面有以下 Angular 代码。我注意到当我调用 ng-click="update($index, list.name)" 来更新名称字段时,它会在我的 JSON 列表中为 ID 创建一个新的键/值对,这是不必要的。此外,我的所有其他字段,如类型、CDN 等都被清除了。我只想更新名称字段。谢谢!
这也是我的观点:
node.js - 如何使用 MongoLab 在 Heroku 上设置 MongoDB 数据库?
我正在使用 Express.js 和 MongoLab,并按照Heroku 设置让 MongoDB在生产中工作,并将此代码放入我的app.js中。
我的电子邮件表单(也在 app.js 中)有以下路由和字段:
这会在索引页面上呈现新表单,并让我将其保存在本地,但不能在生产中保存,因为我不知道如何设置我的电子邮件集合。谁能帮我完成这个?全新使用 MongoDB 和 Node.js,因此可以使用一些帮助。
编辑:
在 MongoLab 数据库界面中,我制作了一个collection
名为emails
. 这是正确的做法吗?
编辑2:
这是在 app.js 中定义 EmailProvider 以及文件本身。
应用程序.js
emailprovider.js
mongodb - 无法授权到 Azure 上的 MongoLab 服务
我已经通过 Azure Cloud 上的 MongoLab 插件创建了 Mongodb 数据库。我已经能够连接到数据库,但我总是遇到异常;
命令“计数”失败:数据库断言失败(响应:{“断言”:“未经授权的 db:YourDefinition ns:YourDefinition.Terms 锁定类型:1 客户端:94.245.107.14”,“assertionCode”:10057,“errmsg”:“db断言失败", "ok" : 0.0 })
我怎样才能摆脱这个问题?
更新 :
这是我的连接字符串
“mongodb://YourDefinitionDB:hQIkxfNlgF8rp6o6zb4KDVe_t8RILePrBLPieIvWS1M-@ds045087.mongolab.com:45087/YourDefinitionDB”
我使用了错误的数据库名称,但仍然出现以下异常。
命令'authenticate'失败:auth失败(响应:{“errmsg”:“auth失败”,“ok”:0.0})
我可以说它适用于外部 gui,但不能通过 .net 驱动程序。
ruby-on-rails - Heroku/Unicorn 上反复出现 Rails 错误 - “执行已过期”,ActionView::Template::Error
我的问题类似于以下问题,但发生的情况略有不同。
我的设置是:
- 导轨 3.2.13
- 独角兽 4.6.2
- Mongoid 3.0.22
- 助力车 1.4.2
在 Heroku Cedar 上运行。MongoDB 托管在 MongoLab。
错误是分批出现的,通常通过 Heroku 进程重启来解决。第一个通常是下面的:
以下是堆栈跟踪的最高位。如果需要,很高兴添加更多!
Rack::Timeout 设置为 10 秒(我相信这是我阅读的缓存教程之一所建议的)——如果答案是增加超时,那很好。但我想知道这是否不是一个缓慢的查询问题?该行为似乎表明它只是挂起的独角兽进程之一(这就是为什么 ps 重新启动似乎可以治愈它的原因)。
任何想法或提示将不胜感激!
angularjs - 角度 + 微风 + mongoLab
我尝试在 Angular 中使用微风和 plunkr 中的 MongoLab Api。
我收到“ Access-Control-Allow-Origin 不允许来源http://run.plnkr.co 。”消息。
将 MongoLab 与 Breezejs 一起使用的任何想法。
rest - PhoneGap + MongoLab 安全性
我正在考虑使用 AngularJS + PhoneGap + MongoLab。我正在使用“连接后端”下的示例。
保安如何运作?我看到硬编码的“apiKey”。用户是否可以轻松地对应用程序进行逆向工程并提取 apiKey ?将 MongoLab 数据与 Phone Gap 一起使用时,保护您访问 MongoLab 数据的最佳做法是什么?
javascript - 如何在AngularJS中连接并放入JSON而不是mongolab?
我想使用 JSON 而不是 AngularJS 网站上显示的 MongoLab 示例。这是来自网站的代码:
有什么方法可以连接并放入我的文件夹中可用的 JSON 文件,而不是将其托管到 MongoLab?任何回应将不胜感激!
node.js - 如何使用节点驱动程序将日期时间保存为 BSON 日期?
我正在使用 Node MongoDB 驱动程序为我的网站收集分析数据并将它们发送到 MongoLab。如何将当前日期时间插入到文档中,以便以后可以在 Mongo 中进行聚合?
为了清楚起见,这里是代码:
MongoDB 文档描述了如何在 mongo shell 中创建 BSON 日期,但不是在节点驱动程序中,我也无法在节点驱动程序文档中找到它。
angularjs - How to return/edit REST resource with AngularJS & Restangular
Using Restangular for AngularJS, keep getting an object object from Mongolab.
I'm sure it has to do with Promise but not sure how to use/implement this coming from old Java OO experience.
(Side note, would something like Eloquent Javascript, some book or resource help me understand the 'new' Javascript style?)
The small web app is for Disabled Students and is to input/edit the students, update the time they spend after school and then output reports for their parents/caregivers every week.
Here's the code that returns undefined when popping up a new form (AngularJS Boostrap UI modal)
I personally think Restangular & the documentation is a great addition so hope it doesn't dissuade others - this is just me not knowing enough.
Thanks in advance
app.js ...
angularjs - 在我的 chrome 开发人员工具中看不到 Restangular 响应数据集...是不是我的 JSON 包含嵌套的 JSON?
我目前正在尝试建立一个基本的 RESTful 服务,该服务从 MongoLab 中提取我的 JSON 对象,而不是我在沙箱中工作的基于文件的实现。我的每个 JSON 对象都包含一个子数组(它们的前身 ID):
这在将其串入 angularJS 时非常有效,只需将 course.title、course.course_id 等拉入 ng-repeat 即可。即使是前辈也可以通过将其构建为直接 JSON 来轻松管理。
但是,当尝试使用 Restangular 作为我的资源提供者从 MongoLab 提取相同的数据集时,我无法在视图中看到任何响应的数据......实际上,我在任何地方都看不到任何数据。使用 Chrome 的开发工具,我看到的只有以下内容:
![Restangular 响应]:http: //imgur.com/w8qE96K.jpg
我在这里错过了什么吗?我的 Mongo 实现如下: