由买买提看人间百态

topics

全部话题 - 话题: client
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
d*******n
发帖数: 369
1
我是Asus N16跑Tomato Shibby build。它的bittorent client老是死,一死cpu usage
就100%。你们有没有什么推荐
D******y
发帖数: 3780
2
Transmission ah. best bt client

usage
a*o
发帖数: 19981
3
这东西简单到不需要说明啊。。。
WAN disable, LAN设好IP,wireless选client,填填密码啥的就完事了啊。
L***s
发帖数: 1148
4
经实验,DSM4.3上完全可用,强烈推荐
http://synobox.fr.nf/
由于 Dropbox REST API 的限制,比官方客户端要慢不少
—— x86的机型(那些用Atom CPU的)其实可以直接用
dropbox 早些那个 linux command line python client
我主要是把 Synology 当本地自动备份机用,所以慢一些无所谓,
设置成 cloud->NAS one-way sync。
安全起见,最好在另一个云上有个增量备份,也就是再往云上备份。
推荐CrashPlan的DSM客户端。下面这个教程经实验可行——
(Java那几部可以忽略,如果你的DSM已经装了Java的话)
http://www.hanselman.com/blog/HowToSetUpCrashPlanCloudBackupHea
CrashPlan的付费服务支持无限容量,其实把整个NAS备份上去都行。速度是慢了些,我
近20T的NAS大概要备份大半年,但NAS反正24/7开机,限个速,扔在那里不管就是了。
k*h
发帖数: 3668
5
来自主题: Hardware版 - Surface pro 3每日一问: email client
那就不知道了,我们这边都是exchange。store里面还有些其他的client,你可以试试。
t****t
发帖数: 6806
6
既然是DHCP client就有IP地址, 试试访问下此地址的web界面
另一个简单的办法是查MAC前6位, 看是谁家的device
w**********k
发帖数: 1135
7
A client accesses an Enterprise JavaBean by looking up the class
implementing its home interface by name through JNDI. It then uses
methods of the home interface to acquire access to an instance of the class
implementing the remote interface.
Context initialContext = new InitialContext()
AccountHome accountHome =
javax.rmi.PortableRemoteObject.narrow(

initialContext.lookup("applications/bank/accounts"),
Ac
x******g
发帖数: 319
8
how to multicast objects to clients in java?
if just use socket, i also need to write a server.
multicastsocket sounds easy.
any suggestions?
n*****n
发帖数: 74
9
Dear all,
I like a software, QuoteTracker, very much. Especially the feature of tracing
real-time data quotes from Ameritrade streamer. Since I am customer of
Ameritrade, this will save my money for data feeding. So I am pretty
interested in the techniques that can log on to my account and tracing
information and send order by a nice program.
I am not a CS man, so I have no idea about Client-side application
development. I do have a Python script which can retrieve data from
finance.yahoo.com, b
w*r
发帖数: 2421
10
java script handle the client side resolution detection

this example gives you an answer,
also you can use some submit form to get the result from the
javascript and send it to your server side asp
z***h
发帖数: 405
11
our application needs to access an external webservice, we want the
webservice client can be configurable to use a proxy server or not and which
proxy server/port to use.
Is there a good way to set/change the proxy settings dynamically?
Using the command line -D options doens't look good.
Using the System.properties is acceptable but it requires restart of JVM too
after each setting.
The weird thing is setting System.properties in our application server doesn
't seem take any affect.
Our applica
f*******y
发帖数: 348
12
I have a apache file upload servlet to take care of file upload. this
servlet also has a progress listener to monitor the uploading progress, my
question is how to get this live progress message from a desktop application
client? which method should I use?
Thanks!
k***r
发帖数: 4260
13
if the client is a desktop app, why doesn't it know the progress?
t*******e
发帖数: 684
14
There are many ways to poll the web server to get the progress back. But the progress variable needs to be streamed through a Servlet or a Filter. The desktop client may use java.net.URL class, apache HTTPClient, even HTTPUnit to poll the server on that variable at 1 second intervals. Web services can be another choice.
s***y
发帖数: 124
15
If I have developed and deployed RESTful web services (e.g., using Jersey
and JBOSS), what are some of the best ways to consume web services on the
client side (in HTML pages)?
Thx.
g**********y
发帖数: 14569
16
It's not that big, XML file. However, client's terminal is very slow, using
phone line, so compress is crucial.
Anyway, I found the way out: still use applet, but call from js. IE8 fail to
call applet from vbscript, but has no problem to call from javascript. What
an irony!

file
c*********e
发帖数: 16335
17
今天见一網站,用的portlet,就是用户可以加或者减一些小组件。那人说是用java在
client side做的,不是传统的javascript.有做这个portlet的吗?
t*******e
发帖数: 684
18
Portlet就是portlet,JSR168和JSR286.
java在client side就是applet。不排除有些portal server能把applet wrap成portlet
c*********e
发帖数: 16335
19
恩,所以我看了之后还是觉得这个portlet技术挺特别的,没见过其它的技术能够做这
个。它非常的user-friendly,能让三岁小孩,老头老太轻易调出他们自己的文件,确实
是很特别的一個领域。觉得它确实和其它技术不一样,在client-side用java.这个貌似
不符合当前潮流。
c*********e
发帖数: 16335
20
今天见一網站,用的portlet,就是用户可以加或者减一些小组件。那人说是用java在
client side做的,不是传统的javascript.有做这个portlet的吗?
t*******e
发帖数: 684
21
Portlet就是portlet,JSR168和JSR286.
java在client side就是applet。不排除有些portal server能把applet wrap成portlet
c*********e
发帖数: 16335
22
恩,所以我看了之后还是觉得这个portlet技术挺特别的,没见过其它的技术能够做这
个。它非常的user-friendly,能让三岁小孩,老头老太轻易调出他们自己的文件,确实
是很特别的一個领域。觉得它确实和其它技术不一样,在client-side用java.这个貌似
不符合当前潮流。
t***u
发帖数: 368
23
I am looking for a solution for passing client certificate (x509) along with
a web service call:
I have a x509 certificate and a private key, how can I can create a custom
security context token and apply that token to a SOAP message sent using
Axis2?
Thanks in advance!
a***y
发帖数: 19743
24
来自主题: Linux版 - 谁推荐一个最快的VNC client?
Apple's own Screen Share, which is VNC based is relative fast compared to
Ubuntu's VNC client.
Apple's remote desktop before Leopard is also slow.
a*****i
发帖数: 4391
25
来自主题: Linux版 - KDE git client???
Anyone can recommend a good one?
Also what about SVN client?
c*******n
发帖数: 112
26
我在Windows XP vmWare 上装的Redhat Linux 5.4。 在RedhatLinux上网络没有问题。
然后
我装了Cisco VPN Client。 VPN 连接也可以建立。但是在VPN连接建立后,网络就是不
同。
哪位大牛有什么建议吗
g**d
发帖数: 723
27
来自主题: Linux版 - torrent client
在SlugOS下有什么好的torrent client? 以前用enhanced ctorrent, 现在好多都连不
上, 用rtorrent勉强行,但不是command line的. 同一个种子在WINDOWS下就能连上好多
. 谢了!
i*****s
发帖数: 438
28
What is the default email client currently supported in GNOME? According to
its website, the development of Evolution seems to having been stopped for
quite a while.
z**r
发帖数: 17771
29
俺客户的网络只支持跑在windows上的vpn client,害得俺还得再装一个windows 到
virtualbox里
j***c
发帖数: 9
30
i seem to recall that cisco vpn client on ubuntu wasn't supported. i could
only get it to work after shutting down one of the cpu's on my dual-core
machine.
never tried it on wine though.
v*s
发帖数: 946
31
你别提了。我被公司的vpn client装到windows 7 上,结果把windows 7 都快弄死了。
每次sleep醒来了都找不到网络。 只好系统回滚。
看来这个cisco的东西很邪恶。
H******7
发帖数: 34403
32
server好理解,router作client有啥用?允许多个computer连到外面的server上去?
S*A
发帖数: 7142
33
你自己都回答自己的问题了。
Lan 里面的机器可以不用装 VPN client 连入 VPN server.
T*******x
发帖数: 8565
34
我家内部网里有一个windows7,我经常用linux笔记本登录。
用ubuntu里的Terminal Server Client,协议是RDP。
不过这都是在同意一个内部网里面,用同一个router.
如果在工作单位想要登录家里的windows7怎么设置呢?
谢谢。
l*******G
发帖数: 1191
35
I'm using dyndns as well, if your server is linux, you can install ddclient
on server to update ip with dyndns.org. However sometimes dyndns.org blocks
your free domain name by saying you could be abusing their system. But you
can always login at www.dyndns.org with your account and unblock.
If your server is windows, i suggest you use oray: http://www.oray.com/peanuthull/ which you can get a free yourdomain.gicp.net name and client software to install on your windows machine to update your ip d... 阅读全帖
T*******x
发帖数: 8565
36
Thanks. I'll try it sometime.

ddclient
blocks
But you
http://www.oray.com/peanuthull/ which you can get a free
yourdomain.gicp.net name and client software to install on your
windows machine to update your ip dynamically.
going
ssh
with-copssh
content/uploads/2009/02/securing-windows-remote-desktop-with-
copssh.pdf
F*********e
发帖数: 3580
37
来自主题: Linux版 - sopcast linux client (转载)
【 以下文字转载自 Soccer 讨论区 】
发信人: ForYouForMe (4you4meforever), 信区: Soccer
标 题: sopcast linux client
发信站: BBS 未名空间站 (Sat Jan 28 10:00:21 2012, 美东)
http://code.google.com/p/sopcast-player/downloads/list
sopcast player
sp-auth
两个包
编译
代码:
cd sopcast-player
make
sudo make install
然后再cd进sp-auth目录中
代码:
sudo make install
有cctv5哦 好像没有封ip
r***e
发帖数: 2000
38
After upgraded to Fedora 18, the email client 'Evolution' became
unbearably slow. For example, sending any email takes several
seconds after clicking the 'Send' button. However, it's fully
functional, just slow.
Can anyone tell me where I should look at to correct this? Thank you!
l***e
发帖数: 480
39
how to find the information for vpnc under Linux from Cisco VPN client?
l***e
发帖数: 480
40
how to find the information for vpnc under Linux from Cisco VPN client?
f*******e
发帖数: 1061
41
I think you can import your .pcf file directly on your linux vpnc client. On
older versions of linux you may need pcf2vnpc program to do this. The newer
versions of vpnc allow you import your profile directly.
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)