浏览器不支持嵌入式框架"/>
首页 \ 问答 \ 网页中怎么嵌入网页

网页中怎么嵌入网页

怎样在网页中嵌入另一个网站 怎样在一个A网页中打开另一个B网页,并且要求以A网页所在服务器的身份打开的这个B网页,因为B网页只有在局域网才能访问
更新时间:2023-08-18 11:08

最满意答案

终于明白了。 问题在于OpenJDK。 我之前提到的配置不适用于openJDK(可能是因为Jetty不喜欢它)。 它必须是来自oracle的Java。 我通过以下文章安装Oracle Java来解决问题: http//www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html


Finally got it. The problem lies with OpenJDK. The previous configuration that I have mention will NOT work with openJDK (probably because Jetty does not like it). It has to be Java from oracle. I fixed the problem by installing Oracle's Java by following this article: http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html

相关问答

更多
  • 终于明白了。 问题在于OpenJDK。 我之前提到的配置不适用于openJDK(可能是因为Jetty不喜欢它)。 它必须是来自oracle的Java。 我通过以下文章安装Oracle Java来解决问题: http : //www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html Finally got it. The problem lies with OpenJDK. The previous configuration t ...
  • 您正在指定可用区而不是区域。 试试us-east-1 "Resource": "arn:aws:ec2:us-east-1:XXXXXXXXXXXX:instance/i-abcdefgh012345678", You are specifying an availability zone instead of a region. Try with us-east-1 "Resource": "arn:aws:ec2:us-east-1:XXXXXXXXXXXX:instance/i-abcdefgh01 ...
  • 最常见的原因如下。 安全组和/或软件防火墙阻止访问。 安全组是EC2的东西,阻止连接到达您的实例。 默认情况下,某些操作系统会启用防火墙,例如Windows防火墙。 一定要听错了IP地址。 EC2网络全部为NAT'd,这意味着公共IP实际上并未直接分配给接口。 解决此问题的最简单方法是绑定到所有IP地址。 如果您使用的是VPC,则可以使用多个网络接口。 The most common causes of this are the following. Access is blocked by the sec ...
  • 我不认为你可以为t1.micro w /默认设置获得更好/更快的网络,它的网络速度很慢。 另外,为您挑选最近的区域。 你可以发表评论,Gruntfile.js禁用livereload connect: { options: { port: 9000, hostname: '0.0.0.0', //livereload: 35729 <---- this I don't think you can get better/faster network for t1.micro w/ ...
  • 这是我从AWS获得的一封电子邮件: 亲爱的AWS客户, 感谢您使用亚马逊网络服务注册! 作为新客户,您可以在3个AWS区域中启动Elastic Compute Cloud(EC2)实例。 我们建议您使用美国东部(弗吉尼亚北部),美国东部(俄亥俄州),美国西部(俄勒冈)等地区,但如果您更喜欢其他地区,请通过aws-verification@amazon.com与我们联系,并告知我们哪些3地区对你更方便。 您可以在http://aws.amazon.com/about-aws/globalinfrastruct ...
  • 如果您希望存储在重新启动后继续存在,则必须安装EBS卷。 EBS卷最高可达1TB。 您最多可以将20个EBS卷附加到实例,这将为您提供大约20TB的存储空间。 如果您需要那么多数据,您可能还需要考虑S3 ,这在理论上是无限制的,但它要求您使用S3 API而不是直接使用文件系统。 If you want the storage to survive a restart you'll have to mount an EBS volume. An EBS volume can be up to 1TB. You ...
  • 问题是SonarQube默认端口是9000 。 如果您不应用所有端口都打开的默认安全组(不推荐),则默认情况下,此端口未在安全组中打开。 正如评论@Issac中所建议的那样,打开9000端口以允许传入请求到SonarQube ,在实例的AWS安全组设置中。 这解决了这个问题。 Issue was that SonarQube default port is 9000. and by default this port is not open in the security group if you dont ...
  • 当我将应用程序(PostgreSQL,Elasticsearch,无论如何)部署到EC2实例时,我通常会这样做以便能够重复该过程。 所以我的第一步是创建一个初始部署脚本,该脚本将尽可能多地执行安装和设置过程,而无需知道IP地址,主机名,内存量,处理器数量等。基本上,尽可能多我可以不需要知道任何可以从一个实例更改为下一个实例或关闭/重启的内容。 一旦稳定,我就会创建它的AMI。 然后我创建一个初始化脚本,我在启动配置中使用它并让它在先前创建的AMI上执行该脚本。 这适用于高度配置的应用程序。 如果您只是使用默 ...
  • 您可以直接从EC2实例创建AMI,而不是从快照创建AMI。 快照适用于EBS卷。 检查您是否正在运行已安装并运行Apache / Tomcat的运行EC2实例(并配置为在重新启动时自动启动)正确创建了AMI。 不,您不必使用Puppet / Chef或任何其他CM工具。 你可以通过以下几种方式做你想做的事: 最简单的方法是从正在运行的EC2实例创建AMI,然后将Auto Scaling组配置为根据某个指标从该AMI启动新实例。 使用不带Apache / Tomcat的基础AMI或您的软件,然后在启动时引导新 ...
  • 您不需要使用这些服务。 但是从EC2实例发送电子邮件有限制。 ( http://aws.amazon.com/ec2/faqs/#general ,搜索从EC2实例发送电子邮件有任何限制吗? )。 如果您打算发送大量电子邮件,那么您想要使用SES。 You do not need to use these services. But there are limits on sending emails from EC2 instances. (http://aws.amazon.com/ec2/faqs/# ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)