 firebird generator guide ruсчетчике, который расположен внутри базы данных Firebird. Вы можете создать его, задав имя: CREATE GENERATOR GenTest; Затем вы можете получать его текущее значение, увеличивать его или уменьшать точно так Firebird 2 и более поздних версиях ключевое слово SEQUENCE может быть использован как синоним GENERATOR. Фактически, рекомендуется использовать синтаксис SEQUENCE во вновь создаваемом коде. Хотя слово не наделает бед.) Структура системной таблицы RDB$GENERATORS следующая: • RDB$GENERATOR_NAME CHAR(31) • RDB$GENERATOR_ID SMALLINT • RDB$SYSTEM_FLAG SMALLINT И для СУБД Firebird 2.0 и более старших0 码力 | 23 页 | 227.10 KB | 1 年前3 firebird generator guide ruсчетчике, который расположен внутри базы данных Firebird. Вы можете создать его, задав имя: CREATE GENERATOR GenTest; Затем вы можете получать его текущее значение, увеличивать его или уменьшать точно так Firebird 2 и более поздних версиях ключевое слово SEQUENCE может быть использован как синоним GENERATOR. Фактически, рекомендуется использовать синтаксис SEQUENCE во вновь создаваемом коде. Хотя слово не наделает бед.) Структура системной таблицы RDB$GENERATORS следующая: • RDB$GENERATOR_NAME CHAR(31) • RDB$GENERATOR_ID SMALLINT • RDB$SYSTEM_FLAG SMALLINT И для СУБД Firebird 2.0 и более старших0 码力 | 23 页 | 227.10 KB | 1 年前3
 Designing C++ Code Generator GuardrailsP. All rights reserved. © 2024 Bloomberg Finance L.P. All rights reserved. Designing C++ Code Generator Guardrails A collaboration between outreach and development teams & users CppCon 2024 September violated “the principle of least astonishment.” We were offering a modern set of guardrails for Bloomberg’s 20-year-old Code Generator. Others responded before we could. They said they weren’t the least features were used in a feature rich tool; and Made it far easier to continue modernizing the Code Generator. We did it without risk! And we did it with the consensus and participation of dozens of teams0 码力 | 48 页 | 2.71 MB | 6 月前3 Designing C++ Code Generator GuardrailsP. All rights reserved. © 2024 Bloomberg Finance L.P. All rights reserved. Designing C++ Code Generator Guardrails A collaboration between outreach and development teams & users CppCon 2024 September violated “the principle of least astonishment.” We were offering a modern set of guardrails for Bloomberg’s 20-year-old Code Generator. Others responded before we could. They said they weren’t the least features were used in a feature rich tool; and Made it far easier to continue modernizing the Code Generator. We did it without risk! And we did it with the consensus and participation of dozens of teams0 码力 | 48 页 | 2.71 MB | 6 月前3
 Set Sail for a
Ship-Shape Istio Release#IstioCon Set Sail for a Ship-Shape Istio Release Brian Avery / twitter: @briansvgs / Red Hat Senior Software Engineer Eric Van Norman / twitter: @kf0s / IBM Senior Software Engineer #IstioCon First0 码力 | 18 页 | 199.43 KB | 1 年前3 Set Sail for a
Ship-Shape Istio Release#IstioCon Set Sail for a Ship-Shape Istio Release Brian Avery / twitter: @briansvgs / Red Hat Senior Software Engineer Eric Van Norman / twitter: @kf0s / IBM Senior Software Engineer #IstioCon First0 码力 | 18 页 | 199.43 KB | 1 年前3
 How HP set up secure and
wise platform with Istio#IstioCon How HP set up secure and wise platform with Istio John Zheng/ john.zheng@hp.com #IstioCon Agenda ➢ HP Horizon platform design with Istio ➢ Secure Platform ➢ Wise Platform ➢ Excellent Excellent Observability Istio(envoy) can generate access logs for service traffic in a configurable set of formats #IstioCon Excellent Observability - Access logs Log Files Parse Istio-proxy Log •0 码力 | 23 页 | 1.18 MB | 1 年前3 How HP set up secure and
wise platform with Istio#IstioCon How HP set up secure and wise platform with Istio John Zheng/ john.zheng@hp.com #IstioCon Agenda ➢ HP Horizon platform design with Istio ➢ Secure Platform ➢ Wise Platform ➢ Excellent Excellent Observability Istio(envoy) can generate access logs for service traffic in a configurable set of formats #IstioCon Excellent Observability - Access logs Log Files Parse Istio-proxy Log •0 码力 | 23 页 | 1.18 MB | 1 年前3
 Firebird Generator Guide: A guide on how and when to use generators in FirebirdFirebird Generator Guide A guide on how and when to use generators in Firebird Frank Ingermann Version 0.3, 27 June 2020 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . 2. Generator Basics. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.1. What is a generator? . What is the maximum value of a generator?. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2.4.1. Client dialects and generator values . . . . . . . . . . .0 码力 | 20 页 | 169.00 KB | 1 年前3 Firebird Generator Guide: A guide on how and when to use generators in FirebirdFirebird Generator Guide A guide on how and when to use generators in Firebird Frank Ingermann Version 0.3, 27 June 2020 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . 2. Generator Basics. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.1. What is a generator? . What is the maximum value of a generator?. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2.4.1. Client dialects and generator values . . . . . . . . . . .0 码力 | 20 页 | 169.00 KB | 1 年前3
 C++高性能并行编程与优化 -  课件 - 14 C++ 标准库系列课 - 你所不知道的 set 容器你所不知道的 set 容 器 by 小彭老师( @archibate ) 课件 & 代码: https://github.com/parallel101/course 上期回顾: https://www.bilibili.com/video/BV1qF411T7sd 课程安排 1. vector 容器初体验 & 迭代器入门 (BV1qF411T7sd) 2. 你所不知道的 set 容器 & ,内存管理与对象生命周期 set 和 vector 的区别 • 都是能存储一连串数据的容器 。 • 区别 1 : set 会自动给其中的 元素从小到大排序,而 vector 会保持插入时的顺序。 • 区别 2 : set 会把重复的元素 去除,只保留一个,即去重。 • 区别 3 : vector 中的元素在内 存中是连续的,可以高效地按 索引随机访问, set 则不行。 • 区别 4 4 : set 中的元素可以高 效地按值查找,而 vector 则 低效。 set 的排序: string 会按“字典序”来排 • set 会从小到大排序,对 int 来 说就是数值的大小比较。那么对 字符串类型 string 要怎么排序 呢? • 其实 string 类定义了运算符重 载 < ,他会按字典序比较两个 字符串。所谓字典序就是优先比 较两者第一个字符(按 ASCII 码比较),如果相等则继续比较0 码力 | 83 页 | 10.23 MB | 1 年前3 C++高性能并行编程与优化 -  课件 - 14 C++ 标准库系列课 - 你所不知道的 set 容器你所不知道的 set 容 器 by 小彭老师( @archibate ) 课件 & 代码: https://github.com/parallel101/course 上期回顾: https://www.bilibili.com/video/BV1qF411T7sd 课程安排 1. vector 容器初体验 & 迭代器入门 (BV1qF411T7sd) 2. 你所不知道的 set 容器 & ,内存管理与对象生命周期 set 和 vector 的区别 • 都是能存储一连串数据的容器 。 • 区别 1 : set 会自动给其中的 元素从小到大排序,而 vector 会保持插入时的顺序。 • 区别 2 : set 会把重复的元素 去除,只保留一个,即去重。 • 区别 3 : vector 中的元素在内 存中是连续的,可以高效地按 索引随机访问, set 则不行。 • 区别 4 4 : set 中的元素可以高 效地按值查找,而 vector 则 低效。 set 的排序: string 会按“字典序”来排 • set 会从小到大排序,对 int 来 说就是数值的大小比较。那么对 字符串类型 string 要怎么排序 呢? • 其实 string 类定义了运算符重 载 < ,他会按字典序比较两个 字符串。所谓字典序就是优先比 较两者第一个字符(按 ASCII 码比较),如果相等则继续比较0 码力 | 83 页 | 10.23 MB | 1 年前3
 JAVA 应用与开发 - 集合与映射JAVA 应用与开发 集合与映射 让我们愉快的 Coding 起来吧... ��� �������������� November 4, 2019 ���� �����List����Set�����Map�的������� ���������� ������iterator��Enumeration ��������� API ������的������������ 1 28 �������������������������� ������用� Java �集合�� 3 28 集合�� 集合�����用���������������合����� �� O 集合类型分类 � Set ��������的������������� ������������的��� �� List ������的��������������� ������的���������������� �������� 而非对象本身。Java API 中的集合类型均定义在 java.util 包中。 4 28 集合�� 集合�����用���������������合����� �� O 集合类型分类 � Set ��������的������������� ������������的��� �� List ������的��������������� ������的���������������� ��������0 码力 | 66 页 | 713.79 KB | 1 年前3 JAVA 应用与开发 - 集合与映射JAVA 应用与开发 集合与映射 让我们愉快的 Coding 起来吧... ��� �������������� November 4, 2019 ���� �����List����Set�����Map�的������� ���������� ������iterator��Enumeration ��������� API ������的������������ 1 28 �������������������������� ������用� Java �集合�� 3 28 集合�� 集合�����用���������������合����� �� O 集合类型分类 � Set ��������的������������� ������������的��� �� List ������的��������������� ������的���������������� �������� 而非对象本身。Java API 中的集合类型均定义在 java.util 包中。 4 28 集合�� 集合�����用���������������合����� �� O 集合类型分类 � Set ��������的������������� ������������的��� �� List ������的��������������� ������的���������������� ��������0 码力 | 66 页 | 713.79 KB | 1 年前3
 Navicat Version 16 Windows User Guide 191 Use Generator (Step 2.1) 192 Number Generator 192 Date / Time / DateTime Generator 192 Sequence Generator 193 Enum Generator 193 Text Generator 193 Image/Binary Generator 193 Foreign Foreign Key Generator 194 UUID Generator 194 Regular Expression Generator 194 Name Generator 196 Gender Generator 196 Title Generator 196 Marital Status Generator 196 Phone Number Number Generator 197 Email Generator 197 Job Title Generator 197 Social Network ID Generator 197 Payment Method Generator 198 Credit Card Type Generator 198 Credit Card Number Generator 1980 码力 | 324 页 | 3.93 MB | 1 年前3 Navicat Version 16 Windows User Guide 191 Use Generator (Step 2.1) 192 Number Generator 192 Date / Time / DateTime Generator 192 Sequence Generator 193 Enum Generator 193 Text Generator 193 Image/Binary Generator 193 Foreign Foreign Key Generator 194 UUID Generator 194 Regular Expression Generator 194 Name Generator 196 Gender Generator 196 Title Generator 196 Marital Status Generator 196 Phone Number Number Generator 197 Email Generator 197 Job Title Generator 197 Social Network ID Generator 197 Payment Method Generator 198 Credit Card Type Generator 198 Credit Card Number Generator 1980 码力 | 324 页 | 3.93 MB | 1 年前3
 Navicat Version 16 User Guide (Mac)
186 Use Generator (Step 2.1) 187 Number Generator 187 Date / Time / DateTime Generator 187 Sequence Generator 188 Enum Generator 189 Text Generator 189 Image/Binary Generator 190 Foreign Foreign Key Generator 190 UUID Generator 191 Regular Expression Generator 192 Name Generator 193 Gender Generator 194 Title Generator 194 Marital Status Generator 195 Phone Number Number Generator 195 Email Generator 196 Job Title Generator 196 Social Network ID Generator 197 Payment Method Generator 197 Credit Card Type Generator 197 Credit Card Number Generator 1980 码力 | 324 页 | 7.77 MB | 1 年前3 Navicat Version 16 User Guide (Mac)
186 Use Generator (Step 2.1) 187 Number Generator 187 Date / Time / DateTime Generator 187 Sequence Generator 188 Enum Generator 189 Text Generator 189 Image/Binary Generator 190 Foreign Foreign Key Generator 190 UUID Generator 191 Regular Expression Generator 192 Name Generator 193 Gender Generator 194 Title Generator 194 Marital Status Generator 195 Phone Number Number Generator 195 Email Generator 196 Job Title Generator 196 Social Network ID Generator 197 Payment Method Generator 197 Credit Card Type Generator 197 Credit Card Number Generator 1980 码力 | 324 页 | 7.77 MB | 1 年前3
 Navicat Version 16 Linux User Guide 191 Use Generator (Step 2.1) 192 Number Generator 192 Date / Time / DateTime Generator 192 Sequence Generator 193 Enum Generator 193 Text Generator 193 Image/Binary Generator 193 Foreign Foreign Key Generator 194 UUID Generator 194 Regular Expression Generator 194 Name Generator 196 Gender Generator 196 Title Generator 196 Marital Status Generator 196 Phone Number Number Generator 197 Email Generator 197 Job Title Generator 197 Social Network ID Generator 197 Payment Method Generator 198 Credit Card Type Generator 198 Credit Card Number Generator 1980 码力 | 321 页 | 6.65 MB | 1 年前3 Navicat Version 16 Linux User Guide 191 Use Generator (Step 2.1) 192 Number Generator 192 Date / Time / DateTime Generator 192 Sequence Generator 193 Enum Generator 193 Text Generator 193 Image/Binary Generator 193 Foreign Foreign Key Generator 194 UUID Generator 194 Regular Expression Generator 194 Name Generator 196 Gender Generator 196 Title Generator 196 Marital Status Generator 196 Phone Number Number Generator 197 Email Generator 197 Job Title Generator 197 Social Network ID Generator 197 Payment Method Generator 198 Credit Card Type Generator 198 Credit Card Number Generator 1980 码力 | 321 页 | 6.65 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100














 
  
 