您要查找的是不是:
- Lifting分解 lifting factorization
- lifting方法 lifting scheme
- δ-lifting模 δ-lifting modules
- 核心代码位于kernel/modules. The kernel code is all in kernel/modules.
- hand-lifting (甜菜) 手拔
- 核心代码位于kernel/modules The kernel code is all in kernel/modules
- lifting curve (凸轮) 升程曲线
- modules此目录仅仅包含已建好的模块。 modulesThis is simply a directory used to hold built modules.
- lifting cylinder (液力) 起重缸
- lifting piece (齿条钩) 提升装置
- 模块核心模块代码部分位于核心中部分位于modules包中。 Modules the kernel module code is partially in the kernel and partially in the modules package.
- 基于lifting算法的小波变换 lifting-based DWT
- LKM就是可加载的内核模块(Loadable Kernel Modules)。 LKM is Loadable Kernel Modules.
- 不能使用sys.sql_modules目录视图查看使用ENCRYPTION选项创建的存储过程的文本。 The text of a stored procedure created with the ENCRYPTION option cannot be viewed by using the sys. Sql_modules catalog view.
- PAM(Pluggable Authentication Modules可嵌入认证模块)允许你控制用户是如何登录的。 PAM (Pluggable Authentication Modules) allow you to control how users log in.
- 若要显示Transact-SQL用户定义函数的定义,请使用函数所在数据库中的sys.sql_modules目录视图。 To display the definition of Transact-SQL user-defined functions, use the sys. Sql_modules catalog view in the database in which the function exists.
- 重命名存储过程、函数、视图或触发器将不会更改sys.sql_modules类别视图的definition列中相应对象名的名称。 Renaming a stored procedure, function, view, or trigger will not change the name of the corresponding object name in the definition column of the sys. Sql_modules catalog view.
- 若要查看Transact-SQL对象中的参数的默认值,请查询sys.sql_modules目录视图的definition列,或使用OBJECT_DEFINITION系统函数。 To view the default value of a parameter in a Transact-SQL object, query the definition column of the sys. Sql_modules catalog view, or use the OBJECT_DEFINITION system function.
- 例如,在创建CLR存储过程时,该存储过程由sys.objects中的一行、sys.procedures(继承自sys.objects)中的一行以及sys.assembly_modules中的一行表示。 For example, when you create a CLR stored procedure, it is represented by one row in sys. Objects, one row in sys. Procedures (which inherits from sys. Objects), and one row in sys. Assembly_modules.