由买买提看人间百态

topics

全部话题 - 话题: client
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
B********s
发帖数: 3610
1
来自主题: Programming版 - 一个进程如何同时做Client和Server?
【 以下文字转载自 Linux 讨论区 】
发信人: BobButtons (钮扣猫), 信区: Linux
标 题: 一个进程如何同时做Client和Server?
发信站: BBS 未名空间站 (Mon Sep 3 18:39:25 2007), 站内
Socket编程,希望一段程序一边作另外一个server的client,同时也开设通信服务.该怎
么处理呢?
f**y
发帖数: 138
2
How do you put the exe file to client's drive? Do you expect a client to
click your web link and download the exe and run it? Newer browsers won't do
this for sure.
You may use some cross site scripting though. Put your javascript in your
signature and attach it to your posts to certain bbs. When people want to
reply to your post and are typing his/her password, your script could
periodically check for the username/password fields and sends the contents
to a third server.
g*****g
发帖数: 34805
3
最简单的方法是不要做任何底层的序列化反序列化。
而是在server和每个client上起一个RMI Server,
直接远程调方法就得。
比如user1跟user2聊天,user1吊server的
chat(user2, msg)
server收到后,直接在user2的RMI上调用chat(msg)
user2显示即可。
画图啥的,调另一个方法名就是。
如果你非要用raw socket,简单的你就对没一种操作定义一个
可序列化的对象。比如Chat和Draw,然后在接收端
Object o = is.readObject();
if(o instanceof Chat) {
Chat data = (Chat)o;
chat(data.from, data.to, data.message);
} else if(o instanceof Draw) {
//deserialize Draw and call draw function
}
如果你做的是真实项目,而用户不在局域网内。RMI因为
firewall的原因,在client端起是不可行的。你做的
z****e
发帖数: 2024
4
你这个不是prevent client,是prevent library coder writing functions like this:
void f(A obja);
题目是prevent client.
而且这个private限制太强了。
w*s
发帖数: 7227
5
就举这个例子,
https://delog.wordpress.com/2012/05/11/socket-io-node-js-client-to-server/
client
conn.emit('call', p1, function(resp, data)
server 那边
socket.on('call', function (p1, fn) {
注意call是一个tag,2边要一致。
如果server是c++怎么做这个 on('call') ?
z****e
发帖数: 54598
6

我给你的两个例子,都是tcp server/client都可以做的
两个例子中都有server & client的代码
你照抄就是了
z*p
发帖数: 43
7
来自主题: Programming版 - rich client application 过时了吗
还是太小众。刚学习java,准备做一些有网络desktop software。突然看到介绍rich
client, thin client的东西。但是好像只有很少资料介绍。是不是过时了。 哪对应
RCP等有些什么好用的结构或者tools
w********m
发帖数: 1137
8
来自主题: Programming版 - 魏老师做的是client吧
魏老师是高频交易的专家,把高频交易用来做抢票机的思路很新颖,代码也很扎实
不过没看懂,你做的抢票机抢谁的票,抢自己的吗?
做过server的人都知道DB才是关键,应用层其实关系不大
你这个完全不带DB,只是个算个client吧。
就算是个client,单机交易量一大,server分分钟就把你封了。那你还不是要
distributed的方案吗?
l******n
发帖数: 9344
9
来自主题: Programming版 - 怎么设计这个client
关键是不知道什么时候数据会发生改变,难道要不停的request data format然后再
decode?这样效率很低下。否则就只有一个client专门接收data format,收到新的数据
格式,然后传给另外一个只接受数据的client使用。
c*******e
发帖数: 145
10
【 以下文字转载自 Consulting 俱乐部 】
发信人: cutebabie (香草), 信区: Consulting
标 题: 咨询公司travel和在client site工作时的食宿
发信站: BBS 未名空间站 (Mon Dec 5 21:42:23 2011, 美东)
请问在这一行工作的前辈们,咨询公司的工作需要经常出差,比如一周的周一到周四都
在client site,那么这过程中的花费,如吃饭,乘车,旅馆等,是怎么处理的?是公
司报销,是自己付,还是公司给补助?问题有点土,大侠们别见笑哈!谢谢。
c*******e
发帖数: 145
11
【 以下文字转载自 Consulting 俱乐部 】
发信人: cutebabie (香草), 信区: Consulting
标 题: 咨询公司travel和在client site工作时的食宿
发信站: BBS 未名空间站 (Mon Dec 5 21:42:23 2011, 美东)
请问在这一行工作的前辈们,咨询公司的工作需要经常出差,比如一周的周一到周四都
在client site,那么这过程中的花费,如吃饭,乘车,旅馆等,是怎么处理的?是公
司报销,是自己付,还是公司给补助?问题有点土,大侠们别见笑哈!谢谢。
p***c
发帖数: 44
12
来自主题: GeoSpace版 - EcoSecurities Vacancy-Client Manager-USA
Job title: Client Manager - Origination
Ref no: US01
Reports to: Head of US Origination
Location: New York
Main Duties and Responsibilities of the role:
? Targeted Business Development in multiple sectors of the Voluntary
Carbon Market - specifically, cement, renewable energy, and energy
efficiency;
? Market research on new sectors of the Voluntary Carbon Market;
? Coordination of client and project management for the Voluntary Carbon
Market;
? Representing EcoSecurities at Conferenc
n********o
发帖数: 62
13
我也喜欢睡懒觉阿,我也不想大雪天出门。
为什么我每天克服万难到办公室做好准备,client却频繁地no show。
难道要我打电话千叮咛万嘱咐,你有appointment,记得要来喔。
但就算是这样,client也还是会人间蒸发。
其实我要求也很低,你不来你总要打个电话过来取消吧。别人的时间就不是时间了呀。
最有良心的,提前半个小时打电话过来取消。
不爽的时候就过来倒一肚子苦水,舒坦的时候就像没事一样no show。
你不想咨询,预约个什么劲啊,极大地浪费了社会资源。
不是说美国人民很守时守承诺的吗?
P********6
发帖数: 709
14
我现在的工作范围是1/3 compliance, 1/3 support trader, 1/3 risk management (
恕不能更加详细, 否则同事就知道是我啦)
但是三方面的工作都经常和client service打交道, 只是不明白这些 client service
是干什么的, 在 portfolio management里面起什么作用, 有没有前途.
谢谢!
G***P
发帖数: 58
15
【 以下文字转载自 MedicalCareer 讨论区 】
发信人: GOBIP (实实在在的强盗), 信区: MedicalCareer
标 题: 请问 相关client communication和medical record的培训
发信站: BBS 未名空间站 (Tue Jan 16 15:35:30 2018, 美东)
我本身不是国内学医出身,现在这边做相关行业。三十几岁改行,尽管自己努力了,还
是觉得自己用英文的client communication skill和medical record方面有很大的欠缺
。现在正在联系工作医院给我安排speech training。但是同时也想上来问问大家,对
这方面有没有什么更直接的经验或者好用的CE课程,甚至好用的medical record
grammar correction的软件。
谢谢大家。
另外如果大家有什么好的书或者培训材料,也欢迎分享。
谢谢
w*******y
发帖数: 60932
16
WeePhone SIP client for iPhone is FREE (not sure for how long). It is not
the best SIP clients for the iPhone, but it is way better than many of the
free ones. Also supports PUSH notifications.
iTunes Link: Link:
http://itunes.apple.com/app/weephone-sip-with-push/id301500729?
k****g
发帖数: 1509
17
One of my clients with s/p R TKA is from Portugal, so is her husband.
One day they were watching Portugal TV when I saw them. I asked what was on
TV. They told me it was an arguement in congress regarding vacation with pay
. In EU, people has one-month vacation with pay. Now they want 2-month with
pay. They told me "no people " wants to work, everyone wants money from
government.
I asked why and how. They said there are a lot of blacks in Portugal now who
can't work and depend on governmentb. Th... 阅读全帖
l****z
发帖数: 29846
18
Louisville-based health benefits provider Humana Inc. said the risk mix of
clients being served through health insurance exchanges is “more adverse
than previously expected.”
The Patient Protection and Affordable Care Act ushered in state and federal
government-run health insurance exchanges. They serve as marketplaces for
individuals to sign up for health insurance.
Humana (NYSE: HUM) made the statement in a filing with the U.S. Securities
and Exchange Commission. The company chalked up the ris... 阅读全帖
G****r
发帖数: 5579
a**e
发帖数: 8800
20
还以为Sean hanity是风暴的mystery client呢。
X******e
发帖数: 118
21
Hannity也是个自作聪明的蠢货,第一时间撇清关系,那么attorney–client
privilege也就不存在了


: He should have had a full disclosure before attacking Mueller:

: "Btw,Cohen taped me too. The tape is now in FBI's possession".

a***a
发帖数: 434
22
mac的mail client是我用过的最好的
现在用win 7的,很慢,老死
最要命的是有一个bug,就是在它更新email的时候,如果中途看了刚收来的新email.那
么在它结束这一轮更新email以后,即使这时候再也没有受到更多新的email了(因为中
途更新过程中已经看了新的email了),它图标也会一直显示有新email
知道下一轮更新完,如果不出毛病才能正确显示
j*****e
发帖数: 11116
23
it用hotmail 圡
gmail当然是最好的mail,outlook是最强的client,可是gmail+outlook+imap=囧
我用了N年的outlook,现在觉得最好是解决方案是:
只查看或者简单回复:ipad或者iphone,你加多少个gmail都一样流畅。
如果要在电脑上回复,gmail web interface是最好的。
btw,android phone上的email做得那叫一个烂,比iOS用户体验差太多了。
m**i
发帖数: 394
24
来自主题: Investment版 - Wealthfront Client meeting with Burton
http://piaw.blogspot.com/2013/12/wealthfront-client-meeting-wit
If you don't know who Burton is who wrote the book: Random walk on the wall
street:
http://alturl.com/iait5
g******d
发帖数: 30
25
手上有些资金,也在查WEALTH MANAGEMENT FIRM, 但是他们大概都有1% fee。
我有fidelity股票账户,不知道有人用Fidelity Private Client Group的service吗?
看上去是free的。

发帖数: 1
26
没有免费的午餐。Fidelity Private Client Group不直接收你的fee,但是产品本身会
有费用,他们也会主要推荐fidelity自己的产品。羊毛出在羊身上。
另外,fidelity是个self directed broker. 也就是说,主要适合自己买卖股票,自己
去它的网站操作的人,尽管fidelity近年来也想进入wealth management area,但是还
是无法和private
banks以及independent broker dealer相比。如果你想找wealth management firm,
建议查查private banks以及independent broker dealers排名。

发帖数: 1
27
来自主题: Investment版 - chase private client和betterment比较
现在是chase的private client member,和他们聊了一下说可以把存款(10-20万)拿
来投资,他们的管理费是1.76%,那10万一年就1700。他们的performance其实和sp500
差不多。唯一感觉是不会因为大的downturn破产拿不出钱。还有其他什么好处吗?
另外,像betterment的管理费要便宜的多,0.25%。而且performance似乎更好。不知道
有哪些弊端呢?会因为破产拿不回钱吗?另外,需要用钱的时候能不能很快拿出来?
请有经验的牛人解惑。

发帖数: 1
28
来自主题: Investment版 - chase private client和betterment比较
我也觉得自己投资更好一些

client

发帖数: 1
29
来自主题: Investment版 - chase private client和betterment比较
肯定应该投资,放银行里面是不行的。
不过是否考虑chase private client, 要看你的需求了。可以多聊几家券商,看看他们
都提供些什么服务和产品。
b**********t
发帖数: 11
30
My friend told me that the following are the Indians in California Creative
Solutions Inc. (CCS Global Tech) who cheated him and other college graduates
. If you or your friend get the e-mail or so-called offers from the
following persons, don't trust them since they are liars.
"Navneet Singh"
"Hitesh Jain"
"Charanya Ramachandran"
"David Abdelgawad"
The above Indians in Californ... 阅读全帖
b**********t
发帖数: 11
31
My friend told me that the following are the Indians in California Creative
Solutions Inc. (CCS Global Tech) who cheated him and other college graduates
. If you or your friend get the e-mail or so-called offers from the
following persons, don't trust them since they are liars.
"Navneet Singh"
"Hitesh Jain"
"Charanya Ramachandran"
"David Abdelgawad"
The above Indians in Californ... 阅读全帖
r********g
发帖数: 144
32
OPT extension 被REF, 说给的E-verify # 不对.公司给成TAX ID了。
今天公司给了下边两个#
Employer E-Verify company ID Number: 5位数
e-verify client company ID: 6 位数
I-765 上说填任何一个即可 (公司HR的人也这样说), 可是版上考古都是填6位数的。
被折腾怕了,上来问一下。有人知道吗?
d**f
发帖数: 264
33
1.If you write a function,place the break point at the last statement of
this function,then step into this break point, program crashed. How to debug
it?
2. What's the difference between server-side testing and client-side testing?
怎么回答比较好。
谢谢
y***m
发帖数: 7027
34
来自主题: JobHunting版 - icc申请的h1填的是client office还是?
那每次换client都要花$350去file amendment 给lca update 地址么?
还是用icc office地址?thx!
p********2
发帖数: 123
35
要2个manager和1个internal/external client,球解答
我现在刚毕业
A********e
发帖数: 22
36
来自主题: JobHunting版 - Sales Position for Chinese clients
We are a financial asset management company looking for a sales person to
serve Chinese clients.
Compensation: base salary + commission
Job location: South Florida
If interested please send your resume to: [email protected]/* */
j******o
发帖数: 4219
37
来自主题: JobHunting版 - 可以直接绕过icc直接联系client么
这是个产业链,client根本不会鸟你
y*******3
发帖数: 158
38
来自主题: JobHunting版 - 可以直接绕过icc直接联系client么
ICC大多数也是contractor职位吧?
你就算直接联系了,最后还是要跟一个staffing公司签雇佣合同的,Client并不会直接
雇用你。所以直接联系也并没有什么用……
l****u
发帖数: 1764
39
来自主题: JobHunting版 - 可以直接绕过icc直接联系client么
这个职位的jd写得是permanent,我也觉得有点怪,是不是指的是在icc的permanent,
在client就一个短期contract啊?
f*********y
发帖数: 376
40
来自主题: JobHunting版 - 包子急问client转正问题
client公司让我转full time,我之前h1 layoff后从cc过来,所以简历被加了几年,现
在经理发现这个问题,他还是希望
我转,但hr那边反而有问题,因为工作经历不够职位要求,要么该jd,但level要降,
经理在问我能不能把学习ra的经历也算part time的工作经验。
问题是降level 工资估计还没我现在合同工高,而且他说关键是gc的问题,学校的经验
一旦算进来,还是不够eb2,估计的走eb3,而且很可能将来uscis perm就给否了,因为
算学校经验了,况且
我没期望他们马上开始gc,我就只打算转正后最多一年闪人,我本来计划年中跳槽,现
在刚开始刷题,大家说我转不转啊,感觉转了问题更多。
我有点不想转若这么麻烦,反正我好好刷题年中应该可以跳,但现在在想怎么给经理说
,经理让我研究下学校ra经验算进来将来gc会不会有问题,让我尽快答复。要是真转了
,不好很快走,至少带一年,那时候肯定也没pd,反而浪费了时间。
f*********y
发帖数: 376
41
来自主题: JobHunting版 - 包子急问client转正问题
今天又确定了下估计就9w转正后,主要是怕trump上来搞h1的,client不是h1b
dependent,但是cc是啊。
我主要是觉的转正后我半年就跳的话,经理估计会很不爽的
u***n
发帖数: 21026
42
ICC不敢,除非它这个client不要了,ICC会舔你屁股
h*******3
发帖数: 122
43
真的?他们肯定就是想多敲点钱而已,他们才不会sue,而且
这个client是direct的,这样不怕把关系搞砸。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)