Spring Framework Reference Documentation 4.3.26.RELEASE
Advantages of the Spring Framework’s transaction support model Global transactions Local transactions Spring Framework’s consistent programming model Understanding the Spring Framework transaction abstraction @ModelAttribute on a method Using @ModelAttribute on a method argument Using @SessionAttributes to store model attributes in the HTTP session between requests Using @SessionAttribute to access pre-existing global Security Convention over configuration support The Controller ControllerClassNameHandlerMapping The Model ModelMap (ModelAndView) Default view name HTTP caching support Cache-Control HTTP header HTTP caching0 码力 | 1323 页 | 4.08 MB | 1 年前3Spring Framework Reference Documentation v4.3.2
Advantages of the Spring Framework’s transaction support model Global transactions Local transactions Spring Framework’s consistent programming model Understanding the Spring Framework transaction abstraction @ModelAttribute on a method Using @ModelAttribute on a method argument Using @SessionAttributes to store model attributes in the HTTP session between requests Using @SessionAttribute to access pre-existing global Security Convention over configuration support The Controller ControllerClassNameHandlerMapping The Model ModelMap (ModelAndView) The View - RequestToViewNameTranslator HTTP caching support Cache-Control0 码力 | 1311 页 | 4.07 MB | 1 年前3Jupyter Notebook 6.2.0 Documentation
a interactive session as well as additional text that accompanies the code but is not meant for execution. In this way, notebook files can serve as a complete computational record of a session, interleaving the notebook to open a Qt console connected to the same kernel. See also Decoupled two-process model [https://ipython.readthedocs.io/en/stable/overview.html#ipythonzmq] Notebook user interface When Shift-Enter, or by clicking either the “Play” button the toolbar, or Cell, Run in the menu bar. The execution behavior of a cell is determined by the cell’s type. There are three types of cells: code cells0 码力 | 283 页 | 4.07 MB | 1 年前3Jupyter Notebook 6.4.4 Documentation
a interactive session as well as additional text that accompanies the code but is not meant for execution. In this way, notebook files can serve as a complete computational record of a session, interleaving the notebook to open a Qt console connected to the same kernel. See also Decoupled two-process model [https://ipython.readthedocs.io/en/stable/overview.html#ipythonzmq] Notebook user interface When Shift-Enter, or by clicking either the “Play” button the toolbar, or Cell, Run in the menu bar. The execution behavior of a cell is determined by the cell’s type. There are three types of cells: code cells0 码力 | 293 页 | 4.08 MB | 1 年前3Celery 1.0 Documentation
Tyrant backend settings Redis backend settings MongoDB backend settings Messaging settings Task execution settings Worker: celeryd Periodic Task Server: celerybeat Monitor Server: celerymon Cookbook Creating distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers. Tasks can execute class. This is a handy shortcut to the apply_async method which gives greater control of the task execution. See Executing Tasks for more information. >>> from tasks import add >>> add.delay(4, 4)0 码力 | 221 页 | 283.64 KB | 1 年前3Hyperledger Fabric 2.5 中文文档
部分)文档的主要章节。这些内容对 概览 & 教程 中提到的概念进行了扩展,同时还覆盖了一些高级主题。 环境字典 env 运行环境即设置 环境即状态共享 其他考虑 环境变量完整列表 Execution model Execution strategy Defining tasks Defining host lists Intelligently executing tasks with execute 工具所做的只是导入 fabfile 并执行了相应一个或多个的函数,这里并没 有任何魔法——任何你能在一个普通 Python 模块中做的事情同样可以在一个 fabfile 中完成。 参见 Execution strategy, 定义任务, fab 选项和参数 任务参数 和你平时的 Python 编程一样,给任务函数传递参数很有必要``。Fabric 支持 Shell 兼容的参数用法: <任务名>:<参数> env.user 来设置。 Execution model 文档中还介绍了如何为每个 主机单独设置用户名。 password :用来显式设置默认连接或者在需要的时候提供 sudo 密码。如 果没有设置密码或密码错误,Fabric 将会提示你输入。 warn_only:布尔值,用来设置 Fabric 是否在检测到远程错误时退出。访 问 Execution model 以了解更多关于此行为的信息。0 码力 | 138 页 | 154.00 KB | 1 年前3Jupyter Notebook 4.x Documentation
Security in the Jupyter notebook server Security in notebook documents The problem Our security model The details of trust Reporting security issues Affected use cases Configuring the notebook frontend a interactive session as well as additional text that accompanies the code but is not meant for execution. In this way, notebook files can serve as a complete computational record of a session, interleaving doc/dev/interactive/tutorial.html#magics-explained] in the notebook. See also Decoupled two-process model [http://ipython.org/ipython-doc/dev/overview.html#ipythonzmq] Notebook user interface When you create0 码力 | 128 页 | 1.86 MB | 1 年前3Hyperledger Fabric 1.4 中文文档
部分)文档的主要章节。这些内容对 概览 & 教程 中提到的概念进行了扩展,同时还覆盖了一些高级主题。 环境字典 env 运行环境即设置 环境即状态共享 其他考虑 环境变量完整列表 Execution model Execution strategy Defining tasks Defining host lists Intelligently executing tasks with execute 工具所做的只是导入 fabfile 并执行了相应一个或多个的函数,这里并没 有任何魔法——任何你能在一个普通 Python 模块中做的事情同样可以在一个 fabfile 中完成。 参见 Execution strategy, 定义任务, fab 选项和参数 任务参数 和你平时的 Python 编程一样,给任务函数传递参数很有必要``。Fabric 支持 Shell 兼容的参数用法: <任务名>:<参数> env.user 来设置。 Execution model 文档中还介绍了如何为每个 主机单独设置用户名。 password :用来显式设置默认连接或者在需要的时候提供 sudo 密码。如 果没有设置密码或密码错误,Fabric 将会提示你输入。 warn_only:布尔值,用来设置 Fabric 是否在检测到远程错误时退出。访 问 Execution model 以了解更多关于此行为的信息。0 码力 | 145 页 | 161.53 KB | 1 年前3Jupyter Notebook 5.0.0 Documentation
server Alternatives to token authentication Security in notebook documents The problem Our security model The details of trust Reporting security issues Affected use cases Configuring the notebook frontend a interactive session as well as additional text that accompanies the code but is not meant for execution. In this way, notebook files can serve as a complete computational record of a session, interleaving the notebook to open a Qt console connected to the same kernel. See also Decoupled two-process model [https://ipython.readthedocs.io/en/stable/overview.html#ipythonzmq] Notebook user interface When0 码力 | 184 页 | 4.40 MB | 1 年前3Jupyter Notebook 5.1.0 Documentation
server Alternatives to token authentication Security in notebook documents The problem Our security model The details of trust Reporting security issues Affected use cases Configuring the notebook frontend a interactive session as well as additional text that accompanies the code but is not meant for execution. In this way, notebook files can serve as a complete computational record of a session, interleaving the notebook to open a Qt console connected to the same kernel. See also Decoupled two-process model [https://ipython.readthedocs.io/en/stable/overview.html#ipythonzmq] Notebook user interface When0 码力 | 184 页 | 4.36 MB | 1 年前3
共 604 条
- 1
- 2
- 3
- 4
- 5
- 6
- 61