Notice (8): file_put_contents(): Write of 271 bytes failed with errno=28 No space left on device [CORE/src/Log/Engine/FileLog.php, line 140]

Notice: file_put_contents() [function.file-put-contents]: Write of 1108 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): SplFileObject::fwrite() [<a href='https://secure.php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: Write of 3147 bytes failed with errno=28 No space left on device [CORE/src/Cache/Engine/FileEngine.php, line 141]

Notice: file_put_contents() [function.file-put-contents]: Write of 2808 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (512): long cache was unable to write '2b84873f9720c4c485f6bf51cb0271c7' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 275]

Notice: file_put_contents() [function.file-put-contents]: Write of 2602 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): SplFileObject::fwrite() [<a href='https://secure.php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: Write of 1031 bytes failed with errno=28 No space left on device [CORE/src/Cache/Engine/FileEngine.php, line 141]

Notice: file_put_contents() [function.file-put-contents]: Write of 2808 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (512): long cache was unable to write '397aeda2e81d395a09acca828d30748c' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 275]

Notice: file_put_contents() [function.file-put-contents]: Write of 2602 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): SplFileObject::fwrite() [<a href='https://secure.php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: Write of 92 bytes failed with errno=28 No space left on device [CORE/src/Cache/Engine/FileEngine.php, line 141]

Notice: file_put_contents() [function.file-put-contents]: Write of 2806 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (512): long cache was unable to write '5768f06fc41813d6bd90cfaec29ffedd' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 275]

Notice: file_put_contents() [function.file-put-contents]: Write of 2602 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Notice (8): SplFileObject::fwrite() [<a href='https://secure.php.net/splfileobject.fwrite'>splfileobject.fwrite</a>]: Write of 95 bytes failed with errno=28 No space left on device [CORE/src/Cache/Engine/FileEngine.php, line 141]

Notice: file_put_contents() [function.file-put-contents]: Write of 2806 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Warning (512): long cache was unable to write '92c980b4bffbd9bd5b1841be4efdcf88' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 275]

Notice: file_put_contents() [function.file-put-contents]: Write of 2602 bytes failed with errno=28 No space left on device in /www/wwwroot/www.adminso.com/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 140
Global TronJS Scripts Loader - 站长搜索
Home > 源码列表 > 其它源码 >> 其他网站源码

Global TronJS Scripts Loader v6.1.223

其他网站源码 2014-11-22 15:48:36 Source: 网络整理/侵权必删
  • 授权方式:共享软件
  • 界面语言:简体中文
  • 文件大小: MB
  • 更新时间:2014-11-22
  • 资源类型:国产软件
  • 平台环境:javascript
  • 推荐等级: ★★★★☆
  • 作者主页: 点击查看

详细介绍 - [ Global TronJS Scripts Loader v6.1.223 ]

 前端模块化的需求日益剧增,模块之间的关系也变的非常复杂,所以我们提出了模块依赖关系处理机制TronJS的诞生就是这种机制的产物。在TronJS中,我们采用了非常先进的技术来处理异步请求。在国际上,被称为回调杀手的Promise也被引入到该框架。或许你们会问,Promise对低端IE不兼容。是的。但是我已经将es6-promise模块加载进了框架,也就意味着,使用我的框架,将能在所有浏览器使用Promise,这是对开发者极大的支持。不仅如此,我们也对JS没有类方法的缺陷进行了补足。在TronJS中,我们存在new Class();的方法来为对象产生一个实体类。类可以进行扩展和继承,这个说明请在之后的详细介绍中查看。

 

优势:我们可以自由配置模块的依赖关系,并且在加载模块的同时,优先递归加载依赖模块。更可喜的是,在模块依赖关系中我们可以对单独一个队列的模块进行AMD或者CMD方式进行加载。保证模块加载顺序和速度。

 

劣势:使用TronJS加载模块,页面中可能会出现较多的请求链接,这会滞缓模块加载速度。但是,对于普通的项目,已经绰绰有余,基本不是问题。但是对于大型项目,我希望通过合并打包的方式加载模块。

 

Global TronJS Scripts Loader

 

相关阅读

同类推荐:站长常用源码

 

下载地址 - [ Global TronJS Scripts Loader v6.1.223 ]

Tag: TronJS 模块 关系 非常 我们 处理 机制 Global Scripts


Disclaimer: The content of this article is sourced from the internet. The copyright of the text, images, and other materials belongs to the original author. The platform reprints the materials for the purpose of conveying more information. The content of the article is for reference and learning only, and should not be used for commercial purposes. If it infringes on your legitimate rights and interests, please contact us promptly and we will handle it as soon as possible! We respect copyright and are committed to protecting it. Thank you for sharing.

站长搜索

http://www.adminso.com

Copyright @ 2007~2024 All Rights Reserved.

Powered By 站长搜索

Open your phone and scan the QR code on it to open the mobile version


Scan WeChat QR code

Follow us for more hot news

AdminSo Technical Support