书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 85158 个相关结果.
  • Middleware Interface

    Middleware Interface Middleware Interface 我们为Middleware声明一个接口,让稍微复杂一点的中间件以类的形式存在, 实现该接口的类实例自身满足callable类型,我们的中间件接受任何callable,所以,这并不是必须的,仅仅是为了更好阻止代码,且对PSR4的autoload友好; <? php ...
  • 第五部分 进阶话题

    第五部分 高级话题 目录 第五部分 高级话题 目录 18.正则表达式 18.1正则表达式简介 18.2文件名替换 19. 嵌入文档 20. I/O 重定向 20.1 使用 exec 20.2 重定向代码块 20.3 应用程序 22. 限制模式的Shell 24. 函数 24.1 复杂函数和函数复杂性 24.2 局...
  • Construct Binary Tree from Inorder and Postorder Traversal

    Construct Binary Tree from Inorder and Postorder Traversal Question 题解 Java 源码分析 复杂度分析 Construct Binary Tree from Inorder and Postorder Traversal Question lintcode: (72...
  • 过滤器模式

    过滤器模式(Filter Pattern) 过滤器模式的实例 过滤器模式优势 过滤器模式(Filter Pattern) 通过多个单一的功能筛选构建出一个复杂的筛选功能。 过滤器模式的实例 首先定义一个对象,我们后续可以通过名字(name),性别(gender),婚姻状况(maritalStatus) // 定义对象 class ...
  • 7.2.5 类与模块化

    7.2.5 类与模块化 7.2.5 类与模块化 我们在第 4 章讨论过模块化编程的思想。对于复杂程序,通常需要用分解的方法将程序 划分成若干模块,使每个模块仅针对有限的数据执行有限的操作。模块化能够使复杂程序的 设计更加可控。 对复杂程序一般有两种分解方法:功能分解和数据分解。功能分解是面向过程编程的基 础,依赖于子程序(如函数)概念,以过程为中心...
  • 阵列修改器

    阵列修改器 选项 偏移 过滤影响 阵列修改器 The Array modifier creates an array of copies of the base object, with each copy being offset from the previous one in any of a number of possible way...
  • 阵列修改器

    阵列修改器 选项 Relative Offset Constant Offset 物体偏移 Randomize Influence 阵列修改器 The Array modifier creates an array of copies of the base object, with each copy being offset from...
  • 阵列修改器

    阵列修改器 选项 Relative Offset Constant Offset 物体偏移 Randomize Influence 阵列修改器 The Array modifier creates an array of copies of the base object, with each copy being offset from...
  • 阵列修改器

    阵列修改器 选项 相对偏移 恒定偏移 物体偏移 随机 影响 阵列修改器 The Array modifier creates an array of copies of the base object, with each copy being offset from the previous one in any of a number...
  • 6.1 视图

    6.1 视图 6.1.1 视图概述 6.1.2 简单视图 6.1.3 复杂视图 6.1 视图   本节主要介绍什么是视图,为什么要使用视图,视图的分类,以及如何创建视图,修改视图的定义和删除视图。 6.1.1 视图概述 什么是视图   视图是表现数据的逻辑子集或数据的组合。视图是基于表或另一个视图的逻辑表,一个视图并不包含真实...