Redian新闻
>
有人在Ernst & Young工作的吗? (转载)
avatar
有人在Ernst & Young工作的吗? (转载)# Accounting - 会计审计
w*x
1
有人觉得有可行性吗?
从来没接触过做生意,如果要做是不是巨麻烦,一个人不可能搞定?
家里的亲戚打了好几次电话了,说这个可以赚大钱,要我出手帮忙
我说我没兴趣搞,也没时间搞 他们说巨赚钱之类的可以让我帮忙
基本上就是说让我在这边收购好,然后香港有人会过来买走,
我老家那边全是修复印打印机的,然后全国遍地开复印打字店,所以应该是靠谱,有大
量需求
avatar
p*d
2
现在移民局要花多久时间approve啊?
大家从递交到被approve都花了多久啊?
avatar
k*u
3
Put your brave face on
The one you wore when you stole my heart
Won't you hold my hand
We'll jump together into anything that
could Possibly happen
'cause we're still so young
Ask me to dance in this hotel room
Then let's get out of here
And hit the airport with nothing but a carry on
between us
You take my over analyse away
It's you and me against the world today
Feels like i'm running With my high heels on
And they're chasing us waiting For it to all go wrong
You're my umbrella against their Sticks and stones
As long as we keep smiling They'll never know
Put your brave face on
Put your brave face on
It's clear blue skies
Flying 30,000 feet above
No one can touch us 'cause we're so in love
Look into my eyes Meet me there don't look down
Feels like i'm running With my high heels on
And they're chasing us waiting For it to all go wrong
You're my umbrella against their Sticks and stones
As long as we keep smiling They'll never know
Put your brave face on
Put your brave face on
Put your brave face on
Put your brave face on
You take my over analyse away
It's you and me against the world today
Feels like i'm running With my high heels on
And they're chasing us waiting For it to all go wrong
You're my umbrella against their Sticks and stones
As long as we keep smiling They'll never know
Put your brave face on
Put your brave face on
Put your brave face on
Put your brave face on...
(END)
avatar
n*s
4
Node in Action 的例子代码 讲emitter的
关于这一行
this.on('broadcast', this.subscriptions[id]);
我是不是可以理解成
1. 当channel.emit('join', id, client)时候,'broadcast' event被注册(to be
listened by channel object)
2. 当channel.emit('broadcast', id, data)时候,'broadcast'被emit,因为channel
一直在listen这个event,从而invoke 'this.subscriptions[id]'
3. 实参id, data替换了this.subscriptions[id]里面的形参[senderId, message],函
数可以执行
4. 尽管函数this.subscriptions[id]体内的变量:id并非形参,因为语言是动态的,所
以在执行时候 函数”this.
subscriptions[id]“是知道id的值的,所以函数可以正确执行?
是在觉得怪怪的,请教一下大家。
另外,到底怎么实现广播的呢?肯定是因为每个join的client都在listen 'broadcast'
event,但是从这个写法上看
this.on('broadcast', this.subscriptions[id]);
this 是代表channel object, 很明显channel object只有一个,所有的client都在它
的clients field下面。所以,并不是client listen'broadcast' event, 只有channel
在listen, 似乎因为每个client都join了, 所以这个'broadcast' event被channel关
联到了多个函数上(每个函数都是’this.subscriptions[id]‘),所以在得到'
broadcast'事件时候,所有注册过的函数(this.subscriptions[id]函数族)都被
invoke了。
是这样实现广播的么? 我的理解感觉很靠不住。
var events = require('events')
, net = require('net');
var channel = new events.EventEmitter();
channel.clients = {};
channel.subscriptions = {};
channel.on('join', function(id, client) {
this.clients[id] = client;
this.subscriptions[id] =
function(senderId, message) {
if (id != senderId) {
this.clients[id].write(message);
}
}
this.on('broadcast', this.subscriptions[id]);
});
var server = net.createServer(
function (client) {
var id = client.remoteAddress + ':' + client.remotePort;
client.on('connect',
function() {
channel.emit('join', id, client);
});
client.on('data', function(data) {
data = data.toString();
channel.emit('broadcast', id, data);
});
});
server.listen(8888);
avatar
y*r
5
【 以下文字转载自 LosAngeles 讨论区 】
发信人: ywforever (honeybee), 信区: LosAngeles
标 题: 有人在Ernst & Young工作的吗?
发信站: BBS 未名空间站 (Mon Oct 17 14:14:51 2011, 美东)
Downtown LA 的location有多大啊?
有人熟悉Digital Deployment / Global Deployment 那个team吗?
avatar
e*e
6
呵呵,我们公司隔两年就处理一大批打印机,复印机之类的。很多看着还挺好的,换个
芯就能用。都是直接叫RECYCLE公司拉走。
avatar
p*2
7
这个跟动态语言有啥关系呀?
avatar
b*y
8
累。
不过当年好像国内有位女士到香港做收废纸的生意,起步。然后在大陆还建了纸张生产
工厂。。。
avatar
n*s
9
今天早上看到了介绍closure的一句话
One of the most widely used aspects of functional programming in dynamic
languages is the closure, which allows creating a new instance of a function
which retains access to the context in which it was created.
我明白了为甚么当broadcast时候能找到id的值了。
this.subscriptions[id] =
function(senderId, message) {
if (id != senderId) {
this.clients[id].write(message);
}
}
avatar
h*9
10
旧打印机到不贵。
关键是运费。。。
大型的一台运费得上几百美金吧。
如果是不同的城市收购的话,还要招人帮你买。
挺麻烦。

【在 w*******x 的大作中提到】
: 有人觉得有可行性吗?
: 从来没接触过做生意,如果要做是不是巨麻烦,一个人不可能搞定?
: 家里的亲戚打了好几次电话了,说这个可以赚大钱,要我出手帮忙
: 我说我没兴趣搞,也没时间搞 他们说巨赚钱之类的可以让我帮忙
: 基本上就是说让我在这边收购好,然后香港有人会过来买走,
: 我老家那边全是修复印打印机的,然后全国遍地开复印打字店,所以应该是靠谱,有大
: 量需求

avatar
h*o
11
下次什么时候卖?谢谢

【在 e******e 的大作中提到】
: 呵呵,我们公司隔两年就处理一大批打印机,复印机之类的。很多看着还挺好的,换个
: 芯就能用。都是直接叫RECYCLE公司拉走。

avatar
R*9
12
我也有国内的朋友问起类似的事情,问我能否在这边儿买到这些二手的复印机、打印机
、扫描仪等。不知道从哪里获得这些信息?环保部门管这事儿么?

【在 w*******x 的大作中提到】
: 有人觉得有可行性吗?
: 从来没接触过做生意,如果要做是不是巨麻烦,一个人不可能搞定?
: 家里的亲戚打了好几次电话了,说这个可以赚大钱,要我出手帮忙
: 我说我没兴趣搞,也没时间搞 他们说巨赚钱之类的可以让我帮忙
: 基本上就是说让我在这边收购好,然后香港有人会过来买走,
: 我老家那边全是修复印打印机的,然后全国遍地开复印打字店,所以应该是靠谱,有大
: 量需求

avatar
S*s
13
我有个朋友好像是做这个的,有兴趣的给我站内发个消息,我再联系他问问能不能合作
吧。
avatar
t*c
14
有进展么?

【在 w*******x 的大作中提到】
: 有人觉得有可行性吗?
: 从来没接触过做生意,如果要做是不是巨麻烦,一个人不可能搞定?
: 家里的亲戚打了好几次电话了,说这个可以赚大钱,要我出手帮忙
: 我说我没兴趣搞,也没时间搞 他们说巨赚钱之类的可以让我帮忙
: 基本上就是说让我在这边收购好,然后香港有人会过来买走,
: 我老家那边全是修复印打印机的,然后全国遍地开复印打字店,所以应该是靠谱,有大
: 量需求

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