问题标签 [mean-stack]
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.
html - 我的 node.js 服务器在 intelliJ 中运行,但 localhost 只提供一个空白页面
我正在使用平均堆栈和intelliJ。每当我运行我的 node.js 服务器时,我都会在 intelliJ 控制台中看到以下输出:
然后我浏览到localhost:3000/#!/test
我只是得到一个空白页。但它表明我在我的 IntelliJ 控制台中击中了它。此外,如果我只是去localhost:3000/test
它显示页面的正确 json。所以它几乎就像它不知道我的 html 和 css 不知何故?
如何正确加载我的 html 和 css?
node.js - AngularJS中的ExpressJS变量 - 平均堆栈
我正在构建一个 MEAN 应用程序,我遇到的一个问题是我想让我的用户对所使用的路由进行某种控制。所以我希望我的服务器端代码(expressJS)在我的客户端代码中设置一些变量。
本质上,我希望能够从我的服务器端代码生成我的客户端 JS。
例如,在 PHP 中,我可能会做一些类似的事情
我不是在谈论绑定,变量只需要在初始应用程序加载时设置。
以最简洁的方式完成与 MEAN 的这种集成的最佳方法是什么……
node.js - 清除 mongoDB 平均堆栈中的“会话”集合
我在 heroku 上使用 Mean Stack (mean.io) 应用程序,只是注意到我的“会话”集合变得相当大,我找不到任何可以清除它的意思的工作。
有没有使用平均堆栈清除它的首选方法?
更新:发布问题后我立即发现: https ://devcenter.heroku.com/articles/scheduler
实际上可能会奏效。
node.js - Node.js: http.js:691 throw new Error('Can\'t set headers after they are sent.')
您好,我正在使用 MEAN 堆栈制作简单的应用程序。我得到这个错误 http.js:691 throw new Error('Can\'t set headers after they are sent.')
这是代码:server.js
还有:app.js Angular 路由
javascript - 如何将 url 参数绑定到 express/node.js 中的回调函数?
我有回调函数,它需要 4 个参数,比如
我想绑定到 url 之类的
我希望将名称绑定到名称并逐年绑定,但它是未定义的。我也尝试将参数读取为 req.params.name 和 req.params.year(也是 req.query.name 和 req.query.year),但它始终未定义。如何将url参数绑定到回调函数?
javascript - SailsJS 是否有类似 MEAN 堆栈的样板?
我必须为自己开发一个新博客。我最近熟悉了 AngularJS、mongoDB、node、sails 等。我对所有这些有了一些初步的了解来开始开发。
所以,我一直在寻找类似于http://mean.io/的 MEAN 堆栈。但我将使用 SailsJS,而不是使用 ExpressJS。有什么类似于 MEAN 但也适用于 SailsJS 的吗?或者考虑到我还将使用 AnuglarJS 作为前端,使用 mongoDB 作为我的数据库,是否还有其他方法可以做到这一点?
node.js - angularjs的数据绑定问题
伙计们,我遇到了数据绑定问题。多年来,我一直试图弄清楚为什么我的少数人无法访问服务提供的 global.user。有人可以弄清楚发生了什么。预先感谢。最好的问候托马斯
profile.html
myprofile.js
服务
]);
非常感谢你的帮助。
刚刚发现firefox确实打印了一条错误消息!
node.js - Create search articles feature in MEAN stack
First of all, let me tell you that I'm a novice in the world of javascript and node.js. I have been searching for help in trying to do what i want but haven't found yet.
I am using the MEAN stack(http://mean.io/) and I am trying to implement a search feature in the included articles model. The search would look for articles with a specific tag and would be implemented in the index page. Follow me and see if you can find what I am missing please.
In the backend:
app/models/
app/controllers/
Added the route for the search in app/routes/articles.js
In the frontend:
Created the view for the search wich will display the search results - public/views/articles/search.html
The view for the index.html, where the searchbox will be implemented
Added the route to the config.js
And added the search function to the articles controller
Right now, with this code implemented, when I click in the submit button in the index page, nothing happens.
Can you find what am I missing?
Thanks in advance!
javascript - 错误:来自角度控制器的 [ng:areq]
这是一个很长的镜头,但是以前有人见过这个错误吗?我正在尝试使用 express、angular 和 mongoDB 添加“Transporters”。每当我访问由传输控制器控制的页面时,我都会收到此错误:
运输者控制器如下所示:
在我看来,我调用列表并创建方法。他们产生上述错误
我从ng:areq的角度文档中得到了这个,但仍然无法弄清楚发生了什么
AngularJS 经常使用辅助函数断言某些值将存在且真实。如果断言失败,则抛出此错误。要解决此问题,请确保断言所期望的值已定义且真实。
这是调用控制器的视图public/views/transporters/list.html
:
转运服务代码:
node.js - MEAN堆栈Angular服务未注入应用程序
我对 MEAN 堆栈开发相对较新,过去几个月一直在使用它。我有一个我正在尝试解决的问题,我一直在广泛研究,但似乎无法深入了解。
所以,我有一个使用 Yeomen 搭建的 MEAN 堆栈应用程序。我创建了一个路线,它有一个我想使用 Angulars ng-repeat 指令显示记录集的视图。我通过 Angular 服务通过 http get 调用获取数据集。但是,当我使用 Grunt 运行应用程序时,出现错误:
错误:[$injector:nomod] 模块“记录”不可用!
我在我的控制器中引用了该服务:
我还在 app.js 文件中注入了应用程序:
谁能帮我指出我所缺少的正确方向?
谢谢你。