为了开发爽, 我win7下装vbox,共享文件夹,开发环境设置在vbox中的centos里。但保存js文件时,里面出现了一些莫名的东西,浏览器读取JS文件时会报错。 但这文件只要在linux中打开再保存,就正常了。
试了很多方法,比如何存文件格式,utf8,utf8 bom等,没用
linux 下保存文件会与win7下有区别吗(win7共享文件所在盘的格式为NTFS)
回复讨论(解决方案)
没用过 vbox
我用的 samba ,win 映射 samba 目录,win 用netbeans 或 editplus 写 js 没问题
不知道你 js 报错信息是什么
echo base64_encode(file_get_contents('有问题的js文件'));
输出来base64, byond compare 完全一样
这没意义啊, js 文件是浏览器解析时出问题。
为毛linux 下一保存就可以用了呢?
我估计是nginx缓存的问题,正在查找这个问题
对的,我要看到里面是什么情况
你不肯给我看,那就算了
问题很清楚了,只是没有找到解决方法
我在windows 下改一js 文件, 然后浏览器访问, 报错, 我在linux 下cp 这个文件, 然后删除它, 再将备份文件cp回原来文件,ok了。
这就是说,是nginx缓存在作怪。
我将静态文件访问缓存 expires 设置为off
又将引入文件加一个变化的版本号, 还是解决不了问题
另外需要注意的一点是,共享文件夹的格式为vboxsf,有可能不能正常使用Linux的sendfile模块的功能。一些常见的web server如Nginx和Apache,如果在它们的配置文件中启用了sendfile模块,可能会导致响应到客户端的文件内容错误。关于该问题的具体描述,有兴趣的同学可以Google "vboxsf sendfile" 了解。目前的建议是参考这些服务的具体配置方法,将sendfile模块禁用,以保证文件内容可以被正确发送。
完美解决:
nginx 设置
sendfile on 改为 off
这个只限于开发环境

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send notifications to users over different channels. Today, we'll discuss how you can send notifications ov

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
