预览模式: 普通 | 列表

JAVA2网络安全 - Java 2 Network Security

附件
切换到幻灯片模式

JAVA2网络安全 - Java 2 Network Security


As the person who led the JavaSoft team that developed the Java security
technology discussed in this book, it is extremely gratifying to see people
spend their precious time writing about our technology and products. Every
engineer’s dream is to have his ...

查看全部...

标签: java2 Security 安全 网络 network 

分类:资源与资料 | 固定链接 | 评论: 10 | 查看次数: 2813

Networked Threads

Networked Threads
We've seen how to make separate threads of control in a Java applet or application, and we've discussed the various ways that the Java API allows you to manage threads at runtime. Now we'll go over some of the issues that arise with multithreaded distributed applications, and how ...

查看全部...

标签: network Thread 

分类:JAVA技术 | 固定链接 | 评论: 2 | 查看次数: 2377

URLs, URLConnections, and ContentHandlers

URLs, URLConnections, and ContentHandlers
The java.net package, in addition to object-oriented representations of IP sockets, also provides objects that support the HTTP protocol for accessing data in the form of addressable documents. HTTP is really an extension of the underlying IP protocol we di...

查看全部...

标签: java network 

分类:JAVA技术 | 固定链接 | 评论: 2 | 查看次数: 2462

Networking in Java

Networking in Java
Contents:
Sockets and Streams
URLs, URLConnections, and ContentHandlers
The ClassLoader


We saw in Chapter 1, "Introduction" how the socket and stream classes in the java.net and java.io packages could be used to do basic networking between agents. In t...

查看全部...

标签: java network 

分类:JAVA技术 | 固定链接 | 评论: 2 | 查看次数: 2739

suse网卡IP设置

# vi /etc/sysconfig/network/ifcfg-eth-id-00\:0d\:61\:cd\:31\:f2


BOOTPROTO='static'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR='192.168.1.70'
MTU=''
NAME='Giga-byte GA-7VM400M/7VT600 Motherboard'
NETMASK='255.255.255.0'
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
UNIQUE='rBUF.0ayJ55PfL...

查看全部...

标签: Suse interface network 网卡 设置 setting 

分类:Linux | 固定链接 | 评论: 5 | 查看次数: 3756

Procedure for raising network limits under Solaris

Procedure for raising network limits under Solaris
All system TCP parameters are set with the 'ndd' tool (man 1 ndd). Parameter values can be read with:

ndd /dev/tcp [parameter]
and set with:
ndd -set /dev/tcp [parameter] [value]
RFC1323 timestamps, window scaling and RFC2018 SACK shoul...

查看全部...

标签: Solaris network 

分类:性能优化 | 固定链接 | 评论: 5 | 查看次数: 2625