- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
使用这个 tutorial ,我正在尝试启动并运行 Symfony2 CMF。我能够启动框架,但没有加载任何样式或脚本。我收到 js 和 css 的错误:
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://cmf.local/app_dev.php/css/3428277_bootstrap.min_1.css". en:14
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://cmf.local/app_dev.php/css/06935bc_font-awesome_3.css". en:32
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://cmf.local/app_dev.php/css/3428277_style_3.css". en:28
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://cmf.local/app_dev.php/css/06935bc_create-ui_2.css". en:31
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://cmf.local/app_dev.php/css/06935bc_tags_1.css". en:30
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://cmf.local/app_dev.php/css/3428277_bootstrap-responsive.min_2.css". en:21
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://cmf.local/app_dev.php/css/06935bc_overlay_7.css". en:36
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://cmf.local/app_dev.php/css/06935bc_createStyle_6.css". en:35
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://cmf.local/app_dev.php/css/06935bc_midgardnotif_4.css". en:33
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/create_jquery_1.js". en:283
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/create_jquery-ui_2.js". en:284
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://cmf.local/app_dev.php/css/06935bc_halloCmfStyle_5.css". en:34
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/create_underscore_3.js". en:285
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/create_rangy-core_5.js". en:287
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/create_vie_6.js". en:288
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/create_backbone_4.js". en:286
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/create_jquery.rdfquery.core_7.js". en:289
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/create_jquery.rdfquery.rules_8.js". en:290
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/create_annotate_10.js". en:292
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/create_create_11.js". en:293
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/create_jquery.tagsinput_9.js". en:291
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/ckeditor_ckeditor_1.js". en:297
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/ckeditor_init-create-ckeditor_2.js". en:298
Resource interpreted as Script but transferred with MIME type text/html: "http://cmf.local/app_dev.php/js/ckeditor_init-create-common_3.js".
这些样式和脚本是从 skeleton.html.twig:
加载的{% stylesheets
...
<link rel="stylesheet" href="{{ asset_url }}" media="screen" type="text/css"/>
{% endstylesheets %}
和
{% block bottom_scripts %}
{% render(controller("cmf_create.jsloader.controller:includeJSFilesAction", { "editor": "ckeditor", "_locale": app.request.locale })) %}
{% endblock %}
根据教程,这些样式应该可以正常加载。我还使用了 CMF 文档 here ,并且可以加载样式,但遇到了文档的许多其他问题。有什么我需要在我的 config.yml 中调整的吗?
更新
这似乎是 assetic 的问题。如果我手动将样式加载到 skeleton.html.twig 中,它们就会出现。
为什么 assetic 会导致这种 mime 类型转移?在这个庞大的框架中我没有正确的某些设置?
最佳答案
尝试转储 Assets :
$ app/console assetic:dump
09:27:19 [file+] /var/www/app/../web/css/06935bc.css
09:27:19 [file+] /var/www/app/../web/css/06935bc_tags_1.css
09:27:19 [file+] /var/www/app/../web/css/06935bc_create-ui_2.css
09:27:19 [file+] /var/www/app/../web/css/06935bc_font-awesome_3.css
09:27:19 [file+] /var/www/app/../web/css/06935bc_midgardnotif_4.css
09:27:19 [file+] /var/www/app/../web/css/06935bc_halloCmfStyle_5.css
09:27:19 [file+] /var/www/app/../web/css/06935bc_createStyle_6.css
09:27:19 [file+] /var/www/app/../web/css/06935bc_overlay_7.css
09:27:19 [file+] /var/www/app/../web/js/ckeditor.js
09:27:19 [file+] /var/www/app/../web/js/ckeditor_ckeditor_1.js
09:27:19 [file+] /var/www/app/../web/js/ckeditor_init-create-ckeditor_2.js
09:27:19 [file+] /var/www/app/../web/js/ckeditor_init-create-common_3.js
09:27:19 [file+] /var/www/app/../web/js/create.js
09:27:19 [file+] /var/www/app/../web/js/create_jquery_1.js
09:27:19 [file+] /var/www/app/../web/js/create_jquery-ui_2.js
09:27:19 [file+] /var/www/app/../web/js/create_underscore_3.js
09:27:19 [file+] /var/www/app/../web/js/create_backbone_4.js
09:27:19 [file+] /var/www/app/../web/js/create_rangy-core_5.js
09:27:19 [file+] /var/www/app/../web/js/create_vie_6.js
09:27:19 [file+] /var/www/app/../web/js/create_jquery.rdfquery.core_7.js
09:27:19 [file+] /var/www/app/../web/js/create_jquery.rdfquery.rules_8.js
09:27:19 [file+] /var/www/app/../web/js/create_jquery.tagsinput_9.js
09:27:19 [file+] /var/www/app/../web/js/create_annotate_10.js
09:27:19 [file+] /var/www/app/../web/js/create_create_11.js
09:27:19 [file+] /var/www/app/../web/js/hallo-extra.js
09:27:19 [file+] /var/www/app/../web/js/hallo-extra_jquery.htmlClean_1.js
09:27:19 [file+] /var/www/app/../web/js/hallo-extra_hallo_2.js
09:27:19 [file+] /var/www/app/../web/js/hallo-extra_init-create-hallo_3.js
09:27:19 [file+] /var/www/app/../web/js/hallo-extra_init-create-common_4.js
关于javascript - Symfony CMF CSS 未加载 : Resource interpreted as Stylesheet but transferred with MIME type text/html:,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21141753/
我想生成没有样式表的脚手架,我发现了这两个标志:--skip-stylesheets、--no-stylesheets。他们有什么区别? 最佳答案 如果您运行rails gscaffold --hel
在调查使用 附加 CSS 的优缺点时处理指令,我遇到了一些问题。 假设我们有一个简单的 XHTML 文档(以 application/xhtml+xml MIME 类型提供并在 Web 浏览器中查看
documentation提供了 StyleSheet.absoluteFillObject() 的示例,其行为在与 StyleSheet.absoluteFill() 一起使用时也是相同的: con
我找到了 this guide为 rst2pdf了解如何在生成的 pdf 文档中设置 reStructuredText 文件的样式。例如,在我的 JSON 样式表中包含以下内容,它已成功应用于整个文档
我正在构建一个相当大的网站,其中包含许多页面和文件夹。我有 1 个样式表。 如何将样式表添加到这些文件夹的“全部”?在我开始将页面放在单独的文件夹中之前,我没有遇到这个问题。现在每个页面都有自己的文件
padding 和 margin 有什么区别? 两者做同样的事情。 最佳答案 这张图片是更好的解释 关于stylesheet - 填充和边距有什么区别?,我们在Stack Overflow上找到一个类
我是一名网络开发人员...... 12 年了,其中很多是业余爱好,最近 5 年是专业的。但是我仍然无法解决以下问题,这可能是一个非常愚蠢的问题,尤其是来自我的问题,但是: 为什么我们仍然使用像素来表示
我正在通过这个网站学习 React Native https://www.tutorialspoint.com/react_native/react_native_animations.htm 但是,
我正在尝试为我的 React 组件创建一些样式,如下所示: var styles = StyleSheet.create({ /*Pinout*/ /*GPIO Shapre*/ gpio_ou
是否有命令行选项来更改由 javadoc 创建的样式表文件? 我想使用我自己的css文件。 默认的蓝色很无聊。我尝试了一个 -stylesheet 选项,但它不受支持。 最佳答案 是的,这是可能的,而
我想知道如何实现像 iGoogle 一样的网站定制(特别是我想知道如何将网页的一部分(又名“prtlets”)拖放到不同的角落)? 最佳答案 看到这个问题 how-to-use-draggable-s
当前的 Google Mini 设置在设备上使用自定义样式表设置。我希望将不同的样式应用于我正在集成到站点中的另一个集合。如何覆盖默认值并应用自定义样式?您将自定义样式表放在哪里以便可以引用? 最佳答
这是我的build.gradle文件 apply plugin: 'com.android.application' android { compileSdkVersion 25
为了简化代码并将 Prop 传递给我的样式,我想出了这个解决方案 const styles = StyleSheet.create({ someNormalStyle: { backgro
我正在使用 css3 动画将元素从屏幕的一侧移动到另一侧。无论屏幕分辨率如何,我都想确保此效果有效。为此,我使用 document.styleSheets 访问包含所有动画关键帧的 css 文件并更改
我已经创建了 QGLwidget 的子类,我希望我可以使用样式表来告诉 openGL 如何渲染场景。 例如: qApp->setStyleSheet("CustomWidget { backgroun
我正在尝试使用 border-radius 属性来制作图像显示的效果。本意是一个转 Angular ,转向另一个方向。 我正在使用一个包含三个单元格的表格,但是你怎么看,我必须解决水平边框问题。如果我
我正在寻求一些网络架构建议:我想知道如何共享公共(public)文件,例如样式表,在跨越虚拟目录和许多开发人员的 Web 应用程序中,而不是在每个元素中都有冗余文件?有哪些建议? 最佳答案 在不了解您
我对 Qt 样式表的管理有疑问。 我有一个大型 Qt 应用程序,可以动态更改其颜色主题。为此,我创建了几个样式表(一个按主题 - 它们非常大)。当用户想要更改颜色主题时,他单击调用 MainWindo
我的网页没有链接样式表。不知道这是怎么回事这是我第一次使用样式表。需要了解我是否只是遗漏了什么。如果有助于理解我的错误来源,愿意发送整个文档。我有。路径都在根文件夹中。不知道我错过了什么。救命!! H
我是一名优秀的程序员,十分优秀!