问题标签 [static-pages]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
html - HTML CSS static site pages display at different sizes
I am relative new, have built some static web pages but not an expert. I apologize if this has been answered else where, I am not sure what the error I am encountering would be called and have tried to search for an answer already and have not been successful. Please point me to another answer if an answer to this already exists.
For the project, I am building a static website for a school project and noticed that the html/css pages are displaying at different sizes (almost seems as if there was zoom effect). After looking at the code through the inspector I noticed that on the index.html page displays with a width of: 1236px and the other pages display with width of: 1350px in the same view port. Not sure how to to resolve this. Below is the link to the code on github. Again apologies if there is a better way to upload the code here, this is my first post on this forum.
https://github.com/teoherman/repice-site
Thanks in advance,
wordpress - 在 Wordpress 中,我可以将 ACF 插件用于私人页面,仅用于获取一些数据吗?
我使用静态首页作为主页。在某些部分(如标题文本等)需要在管理端进行管理。所以我决定使用 ACF(高级自定义字段)插件并为私有模式页面创建一些自定义字段,使用页面 id 填充内容。
- 谁能建议我是否应该继续执行此步骤或任何更好的解决方案?
- 私密模式页面也会被搜索引擎收录吗?
php - 如何使用路由通过 laravel 查看静态 apidoc 页面
我目前使用http://apidocjs.com/作为我的 laravel apidoc,因为我之前只是习惯了它。
要查看 apidoc,每次我都必须将其index.html
拖入浏览器,这很烦人。
是否可以将其制成静态页面,以便与我共享 apidoc 的人可以生成文档然后转到路线。
我尝试了类似...将我的文件夹放在应用程序apidoc
文件夹下public
并尝试添加诸如
他们两个都没有工作,index.html
无法加载css
,js
因为在index.html
源 URL 中是这样的vendor/polyfill.js
,然后试图去localhost:8000/vendor/polyfill.js
,但实际上 url 应该是这样的localhost:8000/apidoc/vendor/polyfill.js
有谁知道如何轻松解决这个问题?
提前感谢您的帮助
php - 如何使用获取页面树在 OctoberCMS 中获取静态页面下拉列表?
我是根据我在 OctoberCMS 的静态页面中的静态页面下拉列表中自己的评论中的问题打开这个的。
添加 $pageList->getPageTree(true) 时出现问题。子页面未显示。我当前的代码是从 $pageObject->subpages 重复 foreach,这不是一个好习惯。
下面是我的代码示例:
插件.php
感谢是否有人可以提供帮助。
reactjs - 在反应静态 Firebase 托管应用程序中隐藏/屏蔽 API 密钥或敏感数据
我有一个托管在 firebase 静态托管中的网页。我想将它连接到 firebase 数据库,但不知道如何保护我的 api 密钥。
是否有必要进行 oauth2 身份验证或类似的事情?
python - nginx到静态页面的路径错误
虽然我在 django 中有应用程序,但我想设置一个静态页面。使用 nginx。但我收到一个错误:
[alert] 100983#0: *439266 "/path_to_page_on_server/press_page.htmlindex.html" is not a directory,
这是我的网址:
url(r'^press/', TemplateView.as_view(template_name='press_page.html'), name='press')
这是我在 nginx 中的配置,包括:
location /press/ {
alias /path_to_page_on_server/press_page.html;
}
我想下/press/
有页面press_page.html
。
vue.js - 使用 Gridsome 从 Vue 组件访问查询的数据
我是 Gridsome 和 GraphQL 的新手。但是我没有在这个项目中使用 GraphQL。我只有一个 Gridsome 项目设置和一些 JSON 数据,我正在尝试全局定义它,以便我可以从我的所有 Vue 页面和组件中访问它。(我知道它可以导入到组件中,但我正在寻找更多“网格方式”来做到这一点)。我已经完成了以下步骤来实现这一目标:
1) 为 Json 文件创建了一个文件夹:data/myJson.json
. json文件:
2)我gridsome.server.js
看起来像这样:
3)我正在index.vue
页面中查询这些数据。
我可以在我的模板中访问这些数据。所以如果我做这样的事情
然后它工作得很好。
然而,我的问题是,我无法在 Vue 的data
对象或方法等中访问这些查询的数据。所以是这样的:
给我一条错误消息,并告诉我$page
没有定义。
任何介意我做错了什么?
web - 当浏览器在不同选项卡中触发两个请求时,浏览器如何显示静态网站内容而不产生任何混淆
我是一名网络开发人员,我只想知道当请求被触发时,事情是如何在幕后工作的。
假设让我们假设我有一个静态网站,我在一个选项卡中请求了关于我们的页面,在另一个选项卡中与我们联系,这两个请求同时被触发..
当同时触发请求时,浏览器如何正确显示各个选项卡中的内容?
提前致谢..
java - 运行项目后无法在intellij中打开静态页面(spring mvc)
一开始,我可以像这样通过 IntelliJ 按钮查看 html
然后当我单击按钮时,IntelliJ 显示浏览器错误
然后我运行tomcat,然后点击浏览器按钮
我是初学者,不知道为什么会这样。
firebase - 关于 Firebase 关于静态和动态页面的一些混淆
因此,根据我读过的文档,用 html 代码编写的包含 script src="some_JavaScript_file.js 的网页始终是动态页面,即使嵌入式 JavaScript 只有 const sum=3+5 因为无论它多么简单,只要涉及到少量后端,该网页绝对是一个动态网页。所以在这个前提下(请确认我写的前提实际上是正确的),我的问题是 Firebase 声称它运行有什么意义index.html 仅在运行静态网页时才位于公共文件夹中,即使该 index.html 文件包含脚本 src="some_JavaScript_file.js,它是动态网页?