K*r
2 楼
一个多月前我把我过去写的一些code从公司邮件发到我个人的邮件,
然后HR在查这个事情。
我暂时的说法是我是回家看review一些code, 公司的电脑带回家没法接显示器,不是
很好用。
其实的原因是我并不是要review什么东西,而是感觉我们部门最近不是很稳定,很可能
要开人,如果我被开了,那些东西都看不到了,所以我发回去,到时候再找工作,我也
能够知道我过去干了些什么。
然后HR在查这个事情。
我暂时的说法是我是回家看review一些code, 公司的电脑带回家没法接显示器,不是
很好用。
其实的原因是我并不是要review什么东西,而是感觉我们部门最近不是很稳定,很可能
要开人,如果我被开了,那些东西都看不到了,所以我发回去,到时候再找工作,我也
能够知道我过去干了些什么。
c*g
3 楼
around $300
http://outlet.lenovo.com/laptops/thinkpad/x-series
and also some T410 below $400
http://outlet.lenovo.com/laptops/thinkpad/t-series
http://outlet.lenovo.com/laptops/thinkpad/x-series
and also some T410 below $400
http://outlet.lenovo.com/laptops/thinkpad/t-series
g*t
4 楼
这个东西看着像你前面说的message为基础的协议?你怎么看?
Open source RSocket is designed for services. It is a connection-oriented,
message-driven protocol with built-in flow control at the application level.
It works in a browser equally as well as on a server. In fact, a web
browser can serve traffic to backend microservices. It is also binary. It
works equally well with text and binary data, and the payloads can be
fragmented. It models all the interactions that you do in your application
as network primitives. This means you can stream data or do Pub/Sub without
having to setup an application queue.
原文在infoQ
Open source RSocket is designed for services. It is a connection-oriented,
message-driven protocol with built-in flow control at the application level.
It works in a browser equally as well as on a server. In fact, a web
browser can serve traffic to backend microservices. It is also binary. It
works equally well with text and binary data, and the payloads can be
fragmented. It models all the interactions that you do in your application
as network primitives. This means you can stream data or do Pub/Sub without
having to setup an application queue.
原文在infoQ
w*t
5 楼
no. one of our AP did this in his first year.
K*r
6 楼
其实我倒无所谓(其实也不是无所谓了)
有绿卡,被解雇了就再找呗。 只是relocate比较的不爽。
有绿卡,被解雇了就再找呗。 只是relocate比较的不爽。
a*e
7 楼
120e速度怎么样?
t410带摄像头么?
【在 c********g 的大作中提到】
: around $300
: http://outlet.lenovo.com/laptops/thinkpad/x-series
: and also some T410 below $400
: http://outlet.lenovo.com/laptops/thinkpad/t-series
t410带摄像头么?
【在 c********g 的大作中提到】
: around $300
: http://outlet.lenovo.com/laptops/thinkpad/x-series
: and also some T410 below $400
: http://outlet.lenovo.com/laptops/thinkpad/t-series
T*i
8 楼
提出问题,给出一个solution的定义,make sense。
但是实际应用太复杂,各种约束条件。他那个implementation只能算reference
implementation。做个参考。
即使应用层,也是复杂的不得了。他的定义也不能全cover。比如我的需求就是用户在
外面用手机能够找到自己家的hub并且通信。这就有各种策略。如果用户technically
savvy,可以设置一个port forwarding。这样手机可以直连。但是直连仍然需要知道IP
,hub还是需要publish IP给我的服务器。用户要从我的服务器上去找IP。这里还有个
认证的问题。
如果用户啥都不懂,就需要一直连接我的服务器,我的服务器在hub和手机之间做转发
。这里面涉及各种安全性问题。要端到端加密,即使转发也不知道内容。如果有上亿的
hub和用户如何管理?所以他那个设计拿到我这里都不合格。
level.
without
【在 g****t 的大作中提到】
: 这个东西看着像你前面说的message为基础的协议?你怎么看?
: Open source RSocket is designed for services. It is a connection-oriented,
: message-driven protocol with built-in flow control at the application level.
: It works in a browser equally as well as on a server. In fact, a web
: browser can serve traffic to backend microservices. It is also binary. It
: works equally well with text and binary data, and the payloads can be
: fragmented. It models all the interactions that you do in your application
: as network primitives. This means you can stream data or do Pub/Sub without
: having to setup an application queue.
: 原文在infoQ
但是实际应用太复杂,各种约束条件。他那个implementation只能算reference
implementation。做个参考。
即使应用层,也是复杂的不得了。他的定义也不能全cover。比如我的需求就是用户在
外面用手机能够找到自己家的hub并且通信。这就有各种策略。如果用户technically
savvy,可以设置一个port forwarding。这样手机可以直连。但是直连仍然需要知道IP
,hub还是需要publish IP给我的服务器。用户要从我的服务器上去找IP。这里还有个
认证的问题。
如果用户啥都不懂,就需要一直连接我的服务器,我的服务器在hub和手机之间做转发
。这里面涉及各种安全性问题。要端到端加密,即使转发也不知道内容。如果有上亿的
hub和用户如何管理?所以他那个设计拿到我这里都不合格。
level.
without
【在 g****t 的大作中提到】
: 这个东西看着像你前面说的message为基础的协议?你怎么看?
: Open source RSocket is designed for services. It is a connection-oriented,
: message-driven protocol with built-in flow control at the application level.
: It works in a browser equally as well as on a server. In fact, a web
: browser can serve traffic to backend microservices. It is also binary. It
: works equally well with text and binary data, and the payloads can be
: fragmented. It models all the interactions that you do in your application
: as network primitives. This means you can stream data or do Pub/Sub without
: having to setup an application queue.
: 原文在infoQ
M*y
10 楼
我退了一个DOS机,差不多也该修好又拿出来卖了。
【在 c********g 的大作中提到】
: around $300
: http://outlet.lenovo.com/laptops/thinkpad/x-series
: and also some T410 below $400
: http://outlet.lenovo.com/laptops/thinkpad/t-series
【在 c********g 的大作中提到】
: around $300
: http://outlet.lenovo.com/laptops/thinkpad/x-series
: and also some T410 below $400
: http://outlet.lenovo.com/laptops/thinkpad/t-series
r*e
12 楼
300的都是E240呀
我还是老实用我的x100e吧。。
【在 c********g 的大作中提到】
: around $300
: http://outlet.lenovo.com/laptops/thinkpad/x-series
: and also some T410 below $400
: http://outlet.lenovo.com/laptops/thinkpad/t-series
我还是老实用我的x100e吧。。
【在 c********g 的大作中提到】
: around $300
: http://outlet.lenovo.com/laptops/thinkpad/x-series
: and also some T410 below $400
: http://outlet.lenovo.com/laptops/thinkpad/t-series
r*y
14 楼
120e看到最便宜的是378诶
【在 c********g 的大作中提到】
: around $300
: http://outlet.lenovo.com/laptops/thinkpad/x-series
: and also some T410 below $400
: http://outlet.lenovo.com/laptops/thinkpad/t-series
【在 c********g 的大作中提到】
: around $300
: http://outlet.lenovo.com/laptops/thinkpad/x-series
: and also some T410 below $400
: http://outlet.lenovo.com/laptops/thinkpad/t-series
相关阅读
葵花宝典的主人是东方不败今晚收获很大翻了一下本版尾页的贴子们,基本都是c++ 的问题老魏,其实我就是wdongTeacherWei的人品绝对有问题魏老师原来是金融界的啊。好虫,ARCHITECT那么有空的吗?看到一个数据,惊到了老魏,你明天要怎么跟hr姐姐说啊?看来Apple hire by reputationsun 的倒掉Python里面的for i in range(len(enum))[::-1]:到底是什么意思?p*hub宣布进军IoT再次苦口婆心劝告某些人,第一要谨言慎行,第二别不要脸现在最高端的工作应该是智能代码分析了吧?这个IoT 的project ppt 做得真好认真问一下wdong吵架的都是装逼的12306哪来20亿每秒程序员专用的记事本应用 Quiver Promotion ($1.99, TwoDollar T (转载)