内容简介:Total.js 框架 v2.6.0 发布,Node.js 的 MVC 框架
Total.js 框架 v2.6.0 发布了,Total.js 是一个 web 应用框架,使用 JavaScript,HTML,CSS 和 Node.js(MVC) web 应用框架来构建 web 网站和 web 应用。更新如下:
News:
-
added:
F.config['default-errorbuilder-status']a default HTTP status for all error builders default200 -
added:
F.config['default-listenpath']starts a UNIX socket server listening for connections on the given path -
added:
F.listenpathcontainsdefault-listenpathlocation -
added:
F.custom(mode, http, request_prototype, response_prototype, options)a new mode for overwriting default HTTP server -
added:
schema.inherit([group], name)can inherit all values from another schema -
added: NoSQL synchronization for cluster (more in docs)
-
added: cache synchronization for cluster (more in docs)
-
added:
F.cluster(more in docs) -
added: Total.js
debugscriptrequire('total.js/debug')instead ofdebug.jsfile -
added: a support for
asyncattribute when<script async src="tag is generating, e.g.@{import('async default.js')}
Updates:
-
updated:
F.http(type, options)supportsoptions.listenpathfor HTTP server (a direct shortcut fordefault-listenpath) -
updated:
F.scriptreturns error if compilation fails -
updated:
debug.jssupportsinspector -
updated: NoSQL embedded database sorting (increased read performance about 30%)
-
updated: RESTBuilder parsers JSON date string as
Dateobject -
updated:
favicon()generates<link rel="icon"instead of<link rel="shortcut icon"
Fixes:
-
fixed:
controller.send()bad declaration ofconnection.idforidandblacklistarguments -
fixed:
totaljs --translateproblem withnode_modulesand.gitdirectory -
fixed: a waiting mode in
GETSCHEMA() -
fixed: cache
instance.cache()in RESTBuilder -
fixed: NoSQL filtering (critical)
-
fixed: a bug ImageMagick/GraphicsMagick when the path contains spaces (critical)
-
fixed:
controller.memorize()didn't work (critical) -
fixed: dynamic params when
controller.transfer()is performed
下载地址
>>>【全民狂欢,评论有礼】5月15日-31日评论每日更新的“新闻资讯和软件更新资讯”,评论点赞数超过 20 的可登上每周更新的“源资讯”和“软件周刊”两大栏目,点赞数超过 50 的还将获得 5 活跃积分奖励和开源中国定制好礼。详情
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java编程思想
埃克尔 / 机械工业出版社 / 2007-5-1 / 79.00元
《Java编程思想(英文版•第4版)》内容简介:特色:1.适合初学者与专业人员的经典的面向对象的叙述方式;为更新的Java SE5/6的相关内容增加了新的示例和章节。2.测验框架显示程序输出。3.设计模式贯穿于众多示例中:适配器、桥接器、职责链、命令、装饰器、外观、工厂方法、享元、点名、数据传输对象、空对象、代理、单例、状态、策略、模板方法以及访问者。4.为数据传输引入了XML;为用户界面引入了S......一起来看看 《Java编程思想》 这本书的介绍吧!