我已经下载并安装了用于Windows7的Apache,并且正在尝试设置我的本地主机,以便我可以测试Eclipse web项目。我目前甚至无法通过浏览器连接到本地主机。当我在Chrome/Firefox中输入http://localhost/时,我得到一个连接错误。在Chrome中:
This webpage is not available
Google Chrome's connection attempt to localhost was rejected. The website may be down, or your network may not be properly c
它来自index.html in ,就在</body>标记之前:
<!-- JavaScript at the bottom for fast page loading: http://developer.yahoo.com/performance/rules.html#js_bottom -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googl
ASP.NET 4.0
但是,如果我在页面中更新了我的.js文件,那么客户端的浏览器似乎不会下载新的.js文件(因为浏览器缓存?)。什么因素可以影响旧的.js文件留在客户的电脑上?有没有办法强迫客户端下载新的.js文件?
编辑: --我还有一个问题--浏览器保存.js缓存多长时间?它是否受客户端浏览器设置的控制?
我每件事都使用Coffeescript,并且尝试将chai.js包含到我的测试中遇到了麻烦。
我的configs/testacular.conf.js看起来如下(注意相对basePath):
basePath = '../';
// Install devDependencies with `npm install` first before attempting to run Testacular!
files = [
MOCHA,
MOCHA_ADAPTER,
'assets/js/lib/**/*.js',
'test/lib/a