Redian新闻
>
Anuglar/Node.js 之间json用法的一个问题
avatar
Anuglar/Node.js 之间json用法的一个问题# Programming - 葵花宝典
J*n
1
去年10月份递交的NIH申请,前段时间收到结果"Not Discussed". 这个周末收到
summary statement, 发现被三个reviewer审,可是在这个statement里,第二个
critique却不是关于我的课题,而且另一个人的毫不相关的申请。这种情况下该如何去
做?
avatar
O*N
3
从小就一块儿偷幼儿园的向日葵
从楼上往过路的身上吐痰玩儿
---美好的童年
还有诸如什么 随你大小便 等等
avatar
w*s
4
in the server mye,
给diag webpage checkbox init用的
app.get('/2getMyDiagValue', function(req, res)
{
console.log("get my diag");
var formDataArray = { "formDataObjects": [
{"flagName":"myStuff1", "flagVal":0},
{"flagName":"myStuff2", "flagVal":1}
]};
res.contentType('application/json');
res.send(formDataArray);
});
avatar
h*t
5
我觉得可以联系PROGRAM OFFICER。很可能是整合的时候弄错了,应该还是不会改变最
终结果。
avatar
w*s
8
in the client mye,
app.controller('myDiagController', function($scope, $http, $routeParams,
QueryMyService) {
$scope.message = 'SID Diagnostics';
// using http.get() to get existing my setting from server mye
QueryMyService.getInfoFromUrl7('/2getMyDiagValue').then(function(result)
{
$scope.formData = result.formDataObjects;
}, function(error) {
alert("Error");
} );
$scope.submitForm = function() {
......
};
});
app.factory('QueryMyService', function($http, $q, $location) {
var factory = {};
var browserProtocol = 'http';
var port = ':1234';
var address = 'localhost';
var server = browserProtocol + '://' + address;
//////////////////////////////////////////////////////////
factory.getInfoFromUrl7 = function(myUrl) {
var deferred = $q.defer();
$http.get(myUrl).success(function(data) {
deferred.resolve(data);
}).error(function(){
deferred.reject();
});
return deferred.promise;
}
return factory;
}
avatar
w*o
10
这就是甲方乙方里面演偷鸡的那个大款,以及后来潜错了女演员被人拿麻袋罩着打了一
顿的那位吧
avatar
w*s
11
checkbox webpage itself









avatar
f*r
12
绝对值第3,算通胀第28, 全球算排第10
不过这些粉丝也真是太闲了

【在 C******y 的大作中提到】
: 僵尸文啊 lol
: 2010年开始票房第一第二不都是卡买隆作品了吗
: 更不要说啥adjusted to inflation之后的票房排名了
: 还史上第二

avatar
O*N
13
我记得后来拍了一部《贻笑大方》被广电总局给封杀了 也是逗死人不偿命
尤其第9集左右 围绕那两个山东银行的老帽儿+2个女演员“洗澡”的段子 绝了

【在 w******o 的大作中提到】
: 这就是甲方乙方里面演偷鸡的那个大款,以及后来潜错了女演员被人拿麻袋罩着打了一
: 顿的那位吧

avatar
w*s
14
So i have a checkbox page barely working, the issue is when i first start
this page, the checkbox is not checked, even though i try to initialize it
from backend node server. No error in browser debugger though.
我也觉得是json用错了用法,那么大家说说我node跟angular之间json应该怎样写才对
?谢谢again!
avatar
m*e
15
100伪币【绿卡申请材料,真人内容,EB1A, EB1B, NIW】
压缩后近40M的绿卡申请模版包括PL,reference Letter等等 都是真人材料,网上最全!
针对EB1A, EB1B,niw, 100wb一份!
不讲价
发站内信,提供email信箱。
速度快,资料好,你还等什么?
目前测试yahoo和gmail的大小是可以接受的.
avatar
h*b
16
你在chrome console里面直接console.log你收到的object,看看是不是正确函数不就
可以了。
然后一层一层的console.log, 很容易发现问题在哪里啊。
avatar
m*u
18
Not sure about your node.js code. But this may help.
http://stackoverflow.com/questions/19753764/nodejs-return-jsonp

【在 w*s 的大作中提到】
: in the server mye,
: 给diag webpage checkbox init用的
: app.get('/2getMyDiagValue', function(req, res)
: {
: console.log("get my diag");
: var formDataArray = { "formDataObjects": [
: {"flagName":"myStuff1", "flagVal":0},
: {"flagName":"myStuff2", "flagVal":1}
: ]};
: res.contentType('application/json');

avatar
n*t
20
res.json 可以直接送 data
$http 返回的是 response,response.data 才是 json

【在 w*s 的大作中提到】
: in the server mye,
: 给diag webpage checkbox init用的
: app.get('/2getMyDiagValue', function(req, res)
: {
: console.log("get my diag");
: var formDataArray = { "formDataObjects": [
: {"flagName":"myStuff1", "flagVal":0},
: {"flagName":"myStuff2", "flagVal":1}
: ]};
: res.contentType('application/json');

avatar
a*s
21
确实很强,我居然也看完了

【在 m******p 的大作中提到】
: wocao,强大,竟然看完了。。。
avatar
W*o
22
多log 一下收到的json 就好了

【在 w*s 的大作中提到】
: in the server mye,
: 给diag webpage checkbox init用的
: app.get('/2getMyDiagValue', function(req, res)
: {
: console.log("get my diag");
: var formDataArray = { "formDataObjects": [
: {"flagName":"myStuff1", "flagVal":0},
: {"flagName":"myStuff2", "flagVal":1}
: ]};
: res.contentType('application/json');

avatar
u*a
23
我觉得其实挺浅显的,经常看电影,了解电影语言的人应该第一次看就能捕捉到这些细
节……诺兰不是那种喜欢故弄玄虚的导演。
完全无法理解为什么这片票房这么高。我觉得是神作无错因为我是漫画迷,这么受大众
欢迎实在是很意外……

【在 D*A 的大作中提到】
: http://www.360doc.com/content/11/0103/22/1283450_83743513.shtml
: 超强贴!

avatar
c*1
24
Right direction.
response.formDataObjects 才是 json

【在 n*****t 的大作中提到】
: res.json 可以直接送 data
: $http 返回的是 response,response.data 才是 json

avatar
m*p
25
仁者见仁嘛刮叔。
毕竟诺兰颠覆了以往蝙蝠侠这种爆米花漫画英雄的套路,票房自然高了,拯救了谷底的
已经成为烂片的batman系列

【在 u******a 的大作中提到】
: 我觉得其实挺浅显的,经常看电影,了解电影语言的人应该第一次看就能捕捉到这些细
: 节……诺兰不是那种喜欢故弄玄虚的导演。
: 完全无法理解为什么这片票房这么高。我觉得是神作无错因为我是漫画迷,这么受大众
: 欢迎实在是很意外……

avatar
n*t
26
angularjs 里就是 data 吧,log 一下就知道了

【在 c********1 的大作中提到】
: Right direction.
: response.formDataObjects 才是 json

avatar
u*a
27
我看烂片batman也很开心的……个人觉得watchmen比dark knight高至少一个等级……

【在 m******p 的大作中提到】
: 仁者见仁嘛刮叔。
: 毕竟诺兰颠覆了以往蝙蝠侠这种爆米花漫画英雄的套路,票房自然高了,拯救了谷底的
: 已经成为烂片的batman系列

avatar
T*c
29
n个

【在 u******a 的大作中提到】
: 我看烂片batman也很开心的……个人觉得watchmen比dark knight高至少一个等级……
avatar
n*t
30
https://docs.angularjs.org/api/ng/service/$http
The response object has these properties:
data – {string|Object} – The response body transformed with the transform
functions.
status – {number} – HTTP status code of the response.
headers – {function([headerName])} – Header getter function.
config – {Object} – The configuration object that was used to generate the
request.
statusText – {string} – HTTP status text of the response.
A response status code between 200 and 299 is considered a success status
and will result in the success callback being called. Note that if the
response is a redirect, XMLHttpRequest will transparently follow it, meaning
that the error callback will not be called for such responses.

【在 c********1 的大作中提到】
: yes. log 一下就知道了.
: the name is not predefinded. It is from user definded json data.
: My test program
: http://104.238.111.191/angular/customer.html
: http://104.238.111.191/angular/customer.js

avatar
b*y
31
watchmen 实在很烂,boring到不行。。。

【在 u******a 的大作中提到】
: 我看烂片batman也很开心的……个人觉得watchmen比dark knight高至少一个等级……
avatar
c*1
32
data – {string|Object} – The response body transformed with the transform
functions.
I am not sure if response.data is json object. It seems response.data is the
string reprsentation of the json object.
I am sure response.records is json object for following json file
http://104.238.111.191/angular/customer.js
response.records == JSON.parse(response.data )

【在 m*****u 的大作中提到】
: Not sure about your node.js code. But this may help.
: http://stackoverflow.com/questions/19753764/nodejs-return-jsonp

avatar
Q*s
33
行内人写的
小丑扮演者公映前去世了,
avatar
n*t
34
String or object,根据 header 来的吧
你这个例子看不到源码啊

transform
the

【在 c********1 的大作中提到】
: data – {string|Object} – The response body transformed with the transform
: functions.
: I am not sure if response.data is json object. It seems response.data is the
: string reprsentation of the json object.
: I am sure response.records is json object for following json file
: http://104.238.111.191/angular/customer.js
: response.records == JSON.parse(response.data )

avatar
c*1
35
String or object,根据 header 来的吧 -- I does not define header.
customer.html source







  • {{ x.Name + ', ' + x.Country }}







【在 n*****t 的大作中提到】
: String or object,根据 header 来的吧
: 你这个例子看不到源码啊
:
: transform
: the

avatar
c*1
36
json source file
http://104.238.111.191/angular/customer.php

【在 c********1 的大作中提到】
: String or object,根据 header 来的吧 -- I does not define header.
: customer.html source
:
:
:
:
:

:

    :

  • : {{ x.Name + ', ' + x.Country }}
avatar
n*t
39
我把 $http 包成了 $ajax,callback = function (err, data ...), 两个 callback
实在太丑了。
现在又多个好处,这帮二货以后再改 interface,我就不用满世界 grep $http 了。

【在 c********1 的大作中提到】
: good to know.
: use console.log to figure out.

avatar
c*1
40
$http is harder to use than jquery ajax.
Sometime I just use jquery ajax.

callback

【在 n*****t 的大作中提到】
: 我把 $http 包成了 $ajax,callback = function (err, data ...), 两个 callback
: 实在太丑了。
: 现在又多个好处,这帮二货以后再改 interface,我就不用满世界 grep $http 了。

avatar
w*s
41
wow, so many good answers, let me study them carefully !!!
wish you all have a good weekend, have more OOXX !!!

callback

【在 n*****t 的大作中提到】
: 我把 $http 包成了 $ajax,callback = function (err, data ...), 两个 callback
: 实在太丑了。
: 现在又多个好处,这帮二货以后再改 interface,我就不用满世界 grep $http 了。

avatar
w*s
42
res.json, 就是这个了,反正复杂的也不会。
多谢老姜。

【在 n*****t 的大作中提到】
: res.json 可以直接送 data
: $http 返回的是 response,response.data 才是 json

avatar
c*e
43
re
wds,你才学node.js啊?

【在 w*s 的大作中提到】
: res.json, 就是这个了,反正复杂的也不会。
: 多谢老姜。

avatar
w*s
44
说过的,我从来没学过,公司给了4周,要把框架/基本网站全搭起来,所以我边做边学
。。。

【在 c*********e 的大作中提到】
: re
: wds,你才学node.js啊?

avatar
c*e
45
4周如果不搭起来,会怎样?

【在 w*s 的大作中提到】
: 说过的,我从来没学过,公司给了4周,要把框架/基本网站全搭起来,所以我边做边学
: 。。。

avatar
w*s
46
解雇啦,这么简单,这还要问

【在 c*********e 的大作中提到】
: 4周如果不搭起来,会怎样?
avatar
c*e
47
嘿嘿嘿,你得罪谁啦?

【在 w*s 的大作中提到】
: 解雇啦,这么简单,这还要问
avatar
w*s
48
管理层发疯了,现在好多公司不都这样吗?

【在 c*********e 的大作中提到】
: 嘿嘿嘿,你得罪谁啦?
avatar
c*1
49
My previous company gave me and the other team 3 months to do [prove of
concept] which IDE(EClipse or Netbeans) could be modified to be an embedded
IDE.
I worked on Netbeans IDE, and was able to show that I could use the modified
netbeans to debug an embeded project in 3 months.
So the company use Netbeans as base for their embeded IDE development.
Your company is a tough company.

【在 w*s 的大作中提到】
: 管理层发疯了,现在好多公司不都这样吗?
avatar
c*e
50
embedded IDE? 为什么要embedded?

embedded

【在 c********1 的大作中提到】
: My previous company gave me and the other team 3 months to do [prove of
: concept] which IDE(EClipse or Netbeans) could be modified to be an embedded
: IDE.
: I worked on Netbeans IDE, and was able to show that I could use the modified
: netbeans to debug an embeded project in 3 months.
: So the company use Netbeans as base for their embeded IDE development.
: Your company is a tough company.

avatar
w*s
51
烂公司就这样啦,住的偏,没地方去

embedded

【在 c********1 的大作中提到】
: My previous company gave me and the other team 3 months to do [prove of
: concept] which IDE(EClipse or Netbeans) could be modified to be an embedded
: IDE.
: I worked on Netbeans IDE, and was able to show that I could use the modified
: netbeans to debug an embeded project in 3 months.
: So the company use Netbeans as base for their embeded IDE development.
: Your company is a tough company.

avatar
c*1
52
The company sell embed processors, give away free IDE.
It took about 3 years ( 10 IDE software engineers) to release 1.0 version.

【在 c*********e 的大作中提到】
: embedded IDE? 为什么要embedded?
:
: embedded

avatar
c*e
53
为啥要自己造ide轮子?

【在 c********1 的大作中提到】
: The company sell embed processors, give away free IDE.
: It took about 3 years ( 10 IDE software engineers) to release 1.0 version.

avatar
c*1
54
embeded debugging functionality need to be implemented and integrated with
Neatens IDE.
Typically, embeded processor vendors have big IDE teams.
10 years ago, an embeded IDE might costs more than $10K.

【在 c*********e 的大作中提到】
: 为啥要自己造ide轮子?
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。