Scenario: I make an update to a CSS file, push to the CDN, and need to change the version number in the query string to make sure that users browsers download the latest copy
这里的问题是:我的所有网页都落后于瓦罗尼什,而科安办事处的档案中绝对的URL正在从上线拉走。
我是否只需要结束整页,才能启动更新?
Scenario: I make an update to a CSS file, push to the CDN, and need to change the version number in the query string to make sure that users browsers download the latest copy
这里的问题是:我的所有网页都落后于瓦罗尼什,而科安办事处的档案中绝对的URL正在从上线拉走。
我是否只需要结束整页,才能启动更新?
您需要填写旧版本的网页。 如果你担心整个页页数的到期是昂贵的,你就可以把你页的ESI处理碎块分开,只剩下含有CSS的超文本。
另一种(非专利)选择是使用javascript。 如果你有许多页数,并且包含一个比你更经常地更新的java书写资源,那么,java字母在OM中添加了最新的剪辑。
I have developed a web application in Visual Studio 2008 and want to publish it in to the production server. I see a publish option there.But its producing files with DLL. I dont want to publish only ...
How to deploy an asp.net webApp to multiple servers?
I have a site currently live on a domain. I would like to switch it to a new site, that is currently in a password protected sub directory on this server. I have a "Site Maintenance in Progress" page....
I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...
I m a beginner with Pylons and I ve mostly developed on my localhost using the built-in web server. I think it s time to start deployment for my personal blog, I have a Debian Lenny server with ...
I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...
Here is how our current php development solution is set up: Each developer work on their local machine. Each developer commit their change to a common SVN server (intranet). A commit hook upload the ...
when i am loading some data into my java program, i usually use FileInputStream. however i deploy the program as a jar file and webstart, so i have to use getRessource() or getRessourceAsStream() to ...