gpt4 book ai didi

Java小程序打开网络套接字?

转载 作者:行者123 更新时间:2023-12-01 15:22:56 24 4
gpt4 key购买 nike

所以我制作了这个简单的 JApplet 并尝试打开一个套接字并写入它,但我收到一个异常,说我没有权限???

然后我看了这个:http://java.sun.com/developer/onlineTraining/Programming/JDCBook/signed.html

我已经在 jar 上签名了,就是这样。我不知道之后该做什么???

在html文件中,什么是

<param name=file value="/etc/inet/hosts">

做什么?

是否有更简单的方法来签署 japplet?

我简单问一下。如何让我的小程序在 google.com 的端口 80 上打开套接字?

最佳答案

<param name=file value="/etc/inet/hosts">

这意味着当小程序查询时,名称“file”的值为 /etc/inet/hosts。例如

// in the init() method ..
String fileValue = getParameter("file");
// fileValue now has the value '/etc/inet/hosts'

关于Java小程序打开网络套接字?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10610508/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com