Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经根据此处的说明自动生成了一个 github 页面。现在我有一个名为gh-pages.
gh-pages
我真的没有下一步,我可以将生成的页面托管在 github 上吗?还是我需要将它部署在我自己的网络服务器上?我需要将页面分支与我的主分支合并吗?
谢谢。
在这里找到了答案。要访问该页面,请转到username.github.com/projectname。您对gh-pages分支所做的任何更改都将反映在那里。
username.github.com/projectname
我有一个带有超链接的子窗口。单击超链接时,我必须重定向到父窗口。我可以使用以下语法来做到这一点 -
<a target="main" href='${pageContext.request.contextPath}/xyz/abc.jsp?id=123'/>