CSS JavaScript Dynamic Attacher
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/CssJsAttact
软件介绍
/*
Dynamically Load Javascript and Cascading Style Sheets
--------------------------------------------------------------
Purpose:
I personally use this because if my clients
are not going to take advantage of Javascript
there is no point in using CSS, so this will
remove all CSS that is loaded with Javascript
when Javascript is disabled.
Use this however you like, thats just why I use it.
--------------------------------------------------------------
The way this is setup you can load from,
PHP, ASP, ETC. File extension doesn't matter.
but you must define what it is only works for
css and js.
Example of use:
$cssjsattach("test.css", "css");
$cssjsattach("test.js", "js");
$cssjsattach("test.php", "js");
$cssjsattach("test.php", "css");
--------------------------------------------------------------
Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
--------------------------------------------------------------
For more information visit:
http://plugins.jquery.com/project/cssjsattach
*/第一本Docker书 修订版
詹姆斯·特恩布尔 (James Turnbull) / 李兆海、刘斌、巨震 / 人民邮电出版社 / 2016-4-1 / CNY 59.00
Docker是一个开源的应用容器引擎,开发者可以利用Docker打包自己的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的Linux机器上,也可以实现虚拟化。 本书由Docker公司前服务与支持副总裁James Turnbull编写,是Docker开发指南。本书专注于Docker 1.9及以上版本,指导读者完成Docker的安装、部署、管理和扩展,带领读者经历从测试到生产的整个开发生......一起来看看 《第一本Docker书 修订版》 这本书的介绍吧!
