由买买提看人间百态

topics

全部话题 - 话题: remoter
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
L*******r
发帖数: 1011
1
来自主题: DotNet版 - .Net remoting usage and performance.
1.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/bd
adotnetarch14.asp
Summary: Compares relative performance of Microsoft ASP.NET Web services,
which provide the highest levels of interoperability with full support for
WSDL and SOAP over HTTP; and Microsoft .NET Remoting, which is designed for
common language runtime type-system fidelity, and supports additional data
format and communication channels. (14 printed pages)
2. http://www.ingorammer.com/Articles/REMOTING
D*****n
发帖数: 363
2
来自主题: DotNet版 - Log on to a remote computer
I have user id and password to access a remote computer that opens up a
shared folder for me. I wanna write a program that logs onto it (also
running XP/2000/2003) and copy a few files back. What .Net apis to use
to access the remote computer?
l*s
发帖数: 783
3
来自主题: DotNet版 - [合集] Log on to a remote computer
☆─────────────────────────────────────☆
Dintern (.Net newbie) 于 (Mon Jan 29 23:57:40 2007) 提到:
I have user id and password to access a remote computer that opens up a
shared folder for me. I wanna write a program that logs onto it (also
running XP/2000/2003) and copy a few files back. What .Net apis to use
to access the remote computer?
☆─────────────────────────────────────☆
cogt (苦荆茶) 于 (Tue Jan 30 09:10:06 2007) 提到:
impersonate? I didn't do that before..

☆─────────────────────────
O*****c
发帖数: 171
4
来自主题: EmergingNetworking版 - any method to access a server remotely?
3.0 beta radmin was once running on it but now it expired before I can
install any other remote access software. The windows 2003 intrinsic remote
desktop access service is not started either.
thanks a lot!
n*****y
发帖数: 71
5
来自主题: EmergingNetworking版 - any method to access a server remotely?
Two ways:
1. Crack radmin (search google "crack radmin")
2. Start 2003 server remote desktop service (check google "how to start
remote desktop service on windows 2003")
c********r
发帖数: 520
6
来自主题: EmergingNetworking版 - 请教一个remote desktop 的问题
我用的是Dlink DIR-655 +comcast cable, 从家里用remote desktop (vista 32) 链
接到办公室的电脑, 但是 connection 频繁drop, 通常大概 3-5 分钟会掉一次,然
后remote desktop在自动连接。牛人帮看看咋回事啊! router 端只做了port
forwarding 3389 port, 别的什么都没动。是不是有什么我需要设置的。 叩谢!
j****a
发帖数: 351
7
来自主题: EmergingNetworking版 - 从公司remote家里电脑
家里用的是Comcast的网络,试着用公司的电脑remote家里的电脑,没成功。错误信息
是:“This computer can't connect to the remote computer”。家里是用一个wireless router带几台电脑。
咋解决?多谢
本人网络知识比较盲,轻拍。
a***n
发帖数: 262
8
来自主题: EmergingNetworking版 - VPN and remote access
headend is your vpn server. Ask your sysadmins whether they can change
the idle timeout for your VPN profile.
keepalive is like heartbeat which could be used for detecting lost remote endpoint or preventing middle security device timeout your session due to no active traffic observed.
I knew SSH could be configured to keep the session up, but not sure about the remote desktop.
q**j
发帖数: 10612
9
【 以下文字转载自 Software 讨论区 】
发信人: qqzj (小车车), 信区: Software
标 题: remote desktop 不能显示整个桌面。
发信站: BBS 未名空间站 (Tue Jul 27 22:37:46 2010, 美东)
家里的desktop是16:9的,办公室的是4:3的。从家里去办公室remote,总是显示在屏
幕中间4:3那么一片,无法充满整个LCD。请问如何解决?多谢。
d******i
发帖数: 7160
10
比如这个带背光的:
http://cgi.ebay.com/HTPC-MCE-Back-Lit-Win-7-IR-Remote-and-Inter
和这个不带的:
http://cgi.ebay.com/USB-Internal-IR-Receiver-MCE-Remote-/330462
能达到和"来弄我乒乓球拍"一样的效果吗(当键盘敲入字符,当鼠标点击界面)?
谢谢!
F***Q
发帖数: 6599
11

what's your host OS? what's your remote OS? which remote desktop software?
j*********r
发帖数: 24733
12
来自主题: Internet版 - Remote Desktop Connection Problem HELP!!
Hi DaXia,
I have a very strange problem about the Remote Desktop Connection between my
laptop and the server. I have a win2k-pro on my laptop and I can ping the
Server, in addition I can use TightVNC to connect to the server. So looks like
I have no network problem between my laptop and the server.
Furthermore, I can telnet the server port 3389, the same server can be
accessed by Remote Desktop Connection from my co-worker's laptop using same
settings, so it's not the problem on server either.
T
g**r
发帖数: 48
13
来自主题: Internet版 - remote shell的启动问题 (转载)
【 以下文字转载自 Windows 讨论区 】
发信人: ggrr (stonebrook), 信区: Windows
标 题: remote shell的启动问题
发信站: BBS 未名空间站 (Sun Feb 18 09:35:56 2007)
要给个计算软件设置并行计算,家里有两个机器,都是xp home sp2,并行设置需要建
立remote shell (rsh) l连接,两个机器互相ping都没有问题。但安装rsh后,在logon
tab里面,
a. 如果选择local system account,一个机器会总提示“rsh started and stopped.
some services automatically stop if they have no work to do....". 另外一个机
器这样倒是可以开启rsh.
b. a情况其实只是我自己在瞎试。其实根据计算软件说明,我是需要在this account里
面设置登陆帐号。如果这样设置,我选择administrator帐号,开启rsh时候,总是说我
error 1609: the service di
c********r
发帖数: 520
14
来自主题: Internet版 - 请教一个remote desktop 的问题
我用的是Dlink DIR-655 +comcast cable, 从家里用remote desktop (vista 32) 链
接到办公室的电脑, 但是 connection 频繁drop, 通常大概 3-5 分钟会掉一次,然
后remote desktop在自动连接。牛人帮看看咋回事啊! router 端只做了port
forwarding 3389 port, 别的什么都没动。是不是有什么我需要设置的。 叩谢!
b******a
发帖数: 215
15
我的问题就是fedora下面有没有类似windows的remote desktop这样的软件, 远程登录
上,可以看见当前kde/gnome的桌面。
windows下面可以用remote desktop,或者是VNC,Fedora下面的VNC,就是新开一个term
inal或者新的x-windows而已,或者说我俺没有发掘出怎样显示当前的桌面。
谢谢。
q**d
发帖数: 16
16
If I understand OP's question correctly, the remote site is in time_wait
state, and there is nothing client can do to make the remote TCB to CLOSED
state
however, client application can avoid it by closing the TCP connection
before server does, or, on server, change time_wait timeout.
M*********9
发帖数: 15637
17
来自主题: Linux版 - remote desktop client on Windows?
How about mac remote to window server? mac remote to mac?
Thanks.
e**n
发帖数: 5876
18
来自主题: Software版 - windows remote desktop only 16 bit color?
windows xp remote desktop is supposed to support 24 bit color, but i can
only get up to 16 bits. when I tried to enforce 24 bits through group
policy, the remote desktop window is black. Anybody successefully got 24
bits?
g***u
发帖数: 5413
19
来自主题: Software版 - 找有关remote desktop的软件
就是基于windows自带remote desktop,可以同时开多个remote desktop,用Tab bar切
换。以前在杂志上看过介绍,后来忘了。
谢谢
w*******p
发帖数: 253
20
来自主题: Software版 - Remote desktop无法登陆
以前从家里可以用remote desktop登陆公司的电脑。公司网络设置没有任何变化。现在
必须在公司登陆电脑以后,然后lock screen,然后才能在家里登陆公司的电脑。难道
remote desktop service没有在开机的时候作为system service启动?
c**t
发帖数: 2744
21
来自主题: Software版 - remote desktop 的问题
用remote desktopl连接远程机器(xp sp3),在重启后第一次能顺利接入。断开后就再
也连不上。能看到login并输入用户名和密码,让后就是死一会自己断开remote deskto
p,是怎么回事?
l**h
发帖数: 998
22
来自主题: Software版 - remote desktop control的问题 (转载)
【 以下文字转载自 Windows 讨论区 】
发信人: lhrh (never ever), 信区: Windows
标 题: remote desktop control的问题
发信站: BBS 未名空间站 (Sun Mar 10 12:12:25 2013, 美东)
打算回国一个月, 能不能能把家里的电脑设成remote desktop access, 然后从国内远
程登录回来看看facebook, MITBBS什么的?
需要对router作特殊设置么?
m****f
发帖数: 32
23
来自主题: Unix版 - How to check remote host paramters?
How can I check the remote host parameters like memory size, speed of CPU,
size of hard drive, number of hard disks?
I used "uname -a" and it just showed the following information:
OSF1 something.myuniversityname.edu V4.0 1229 alpha
I think it means that the OS is OSF1, version 4.0 1229, and the CPU is
alpha. Nothing more about the remote host.
I wanna know more about it, any guru please?
c***r
发帖数: 46
24
I use remote desktop to manage and shutdown.
Start -> Run -> mstsc
You need to enable it on the server side.
There is a command: shutdown, that you can use in RDP to shutdown or reboot
remote computer.
i**p
发帖数: 902
25
来自主题: Windows版 - Remote desktop connection
Remote desktop connection is very easy to be used in Win XP. We know there
is a RDP server running in the XP host, but not in Win2000 workstation
I have several Win2000 workstations needed be accessed remotely. How could I
do it? Is there any 3rd party free RDP server software for this purpose?
Thanks!
l******e
发帖数: 153
26
来自主题: Windows版 - Remote Access 的问题 (转载)
【 以下文字转载自 Programming 讨论区 】
发信人: lazylake (虫), 信区: Programming
标 题: Remote Access 的问题
发信站: BBS 未名空间站 (Fri Nov 10 11:26:13 2006)
请教大侠们一个简单,在windows (XP or 2000 professional)里面怎么设置可以允许被
remote access?
a******g
发帖数: 1538
27
【 以下文字转载自 Working 讨论区 】
发信人: abulldog (其实我不喜欢狗), 信区: Working
标 题: 有什么办法block adminstrator remote access?
发信站: BBS 未名空间站 (Wed Oct 31 19:53:29 2007)
Windows XP pro
刚刚administrator 用remote desktop access帮我装软件。 太恐怖了,我的桌面他都
能看得到。
能防止他平时看吗? 密码是不可能改了
s****e
发帖数: 6379
28
来自主题: Windows版 - help on XP remote desktop
我从台式机可以remote到笔记本,可是从笔记本remote到台式机却不行
怎么回事啊?
两台机器都是在家里同一router下
i***l
发帖数: 9994
29
来自主题: Windows版 - help on XP remote desktop
Make sure remote desktop was enabled on both computers. Also, allow remote
connection.
z***h
发帖数: 405
30
来自主题: Windows版 - help on XP remote desktop
随便一问:台式机的显卡是 nVidia的吗?
假设你知道如何 enable remote desktop, disable windows firewall(or add remote
desktop as exception), and enable some related services.
s****e
发帖数: 6379
31
来自主题: Windows版 - help on XP remote desktop

是Radeon ATI的
remote
设置应该没问题,因为我可以从desktop remote到notebook
A****r
发帖数: 61
32
装了一个windows server 2008 datacenter,想让15个人同时通过remote desktop连到
server上,不知道可以不? 一共可以容许多少个remote desktop连接呀?
s*******e
发帖数: 3042
33
我想要的效果是,local user和remote user share同一个桌面,remote user在桌面上
的操作
local user都能看到,反之亦然。已经照着网上的攻略把termsrv.dll替换了,
registry也改了,
group policy也改了,还是不行,谁能给手把手教教?多谢了
N***1
发帖数: 698
34
来自主题: Windows版 - Question about remote desktop connection
我的电脑在家里(Windows XP 系统)。
我想使用remote desktop connection。
我在家里其他的电脑上,可以建立和使用remote desktop connection,
但是我到了学校或者其他地方,怎么都连不上。
请问这个是怎么回事啊?
谢谢了!
s***r
发帖数: 1121
35
来自主题: Business版 - WRDS remote access question - help
Run SAS code at WRDS server (remote access) for about 4 hours; SAS log then
says: Converstation termination Status = 1; and my remote connection is
cancelled.
Q: who can help me with this? Many thanks.
s***r
发帖数: 1121
36
来自主题: Economics版 - WRDS remote access question - help
Run SAS code at WRDS server (remote access) for about 4 hours; SAS log then
says: Converstation termination Status = 1; and my remote connection is
cancelled.
Q: who can help me with this? Many thanks.
n***e
发帖数: 11
37
来自主题: Environmental版 - light absorption 或 remote sensing 审稿机会
主要分析了海水中三种吸收光的成份: phytoplankton, CDOM, 和 non-algal
particles. 对三种成份进行了比较详细的分析和讨论,以及得出一些可用于remote
sensing modeling的参数.
发表过light absorption 研究的,或者是应用bio-optical characteristics从remote
sensing data推算水质的同学都适合做审稿人.
p********t
发帖数: 1219
38
C. Pohl and J. L. Van Genderen, “Multi-sensor image fusion in remote
sensing: Concepts, methods, and applications,” Int. J. Remote Sens., vol.
19, no. 5, pp. 823–854, 1998.
my email address:p********[email protected]
Thanks.
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)