PostgreSQL 8.4 Documentation
..............................................................................................103 8.4. Binary Data Types ............................................................................... ..............................................................................1647 E.23. Release 8.4 .................................................................................................. Description "char" 1 byte single-byte internal type name 64 bytes internal type for object names 8.4. Binary Data Types The bytea data type allows storage of binary strings; see Table 8-6. Table 8-60 码力 | 2224 页 | 5.05 MB | 1 年前3PostgreSQL 8.4 Documentation
..............................................................................................109 8.4. Binary Data Types ............................................................................... ..............................................................................1755 E.23. Release 8.4 .................................................................................................. Description "char" 1 byte single-byte internal type name 64 bytes internal type for object names 8.4. Binary Data Types The bytea data type allows storage of binary strings; see Table 8-6. Table 8-60 码力 | 2371 页 | 5.09 MB | 1 年前3TiDB v8.4 Documentation
Operator · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 980 8.4 Backup and Restore· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 5292 16.1.1 8.4 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 5308 16.5 v8.4 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·0 码力 | 6705 页 | 110.86 MB | 9 月前3TiDB v8.4 中文手册
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 758 8.4 备份与恢复 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 4187 16.1.1 8.4 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 4202 16.5 v8.4 · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·0 码力 | 5072 页 | 104.05 MB | 9 月前3Conan 2.0 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 412 8.4 Recipe tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of using conanfile.py vs conanfile.txt for more information about conanfile.txt vs conanfile.py. 8.4 Recipe tools Tools are all things that can be imported and used in Conan recipes. The import path 37@" # Note libpng has zlib as transitive dependency def generate(self): (continues on next page) 8.4. Recipe tools 415 Conan Documentation, Release 2.0.17 (continued from previous page) xcode = XcodeDeps(self)0 码力 | 652 页 | 4.00 MB | 1 年前3Conan 2.5 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491 8.4 Recipe tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of using conanfile.py vs conanfile.txt for more information about conanfile.txt vs conanfile.py. 8.4 Recipe tools Tools are all things that can be imported and used in Conan recipes. The import path recipes. • Only documented, public (not preceded by _) tools can be used in recipes. Contents: 8.4. Recipe tools 493 Conan Documentation, Release 2.5.0 8.4.1 conan.tools.android android_abi() a0 码力 | 769 页 | 4.70 MB | 1 年前3Conan 2.1 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443 8.4 Recipe tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of using conanfile.py vs conanfile.txt for more information about conanfile.txt vs conanfile.py. 8.4 Recipe tools Tools are all things that can be imported and used in Conan recipes. The import path function returns the Android standard ABI name based on Conan settings.arch value, something like: 8.4. Recipe tools 445 Conan Documentation, Release 2.1.0 def android_abi(conanfile, context="host"):0 码力 | 694 页 | 4.13 MB | 1 年前3Conan 2.4 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 8.4 Recipe tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of using conanfile.py vs conanfile.txt for more information about conanfile.txt vs conanfile.py. 8.4 Recipe tools Tools are all things that can be imported and used in Conan recipes. The import path by name in conanfiles: Listing 30: conanfile.py class Pkg(ConanFile): generators = "XcodeDeps" 8.4. Recipe tools 495 Conan Documentation, Release 2.4.1 Listing 31: conanfile.txt [generators] XcodeDeps0 码力 | 769 页 | 4.69 MB | 1 年前3Conan 2.10 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 505 8.4 Recipe tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of using conanfile.py vs conanfile.txt for more information about conanfile.txt vs conanfile.py. 8.4 Recipe tools Tools are all things that can be imported and used in Conan recipes. The import path function returns the Android standard ABI name based on Conan settings.arch value, something like: 8.4. Recipe tools 507 Conan Documentation, Release 2.10.1 def android_abi(conanfile, context="host"):0 码力 | 803 页 | 5.02 MB | 10 月前3Conan 2.9 Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 504 8.4 Recipe tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . of using conanfile.py vs conanfile.txt for more information about conanfile.txt vs conanfile.py. 8.4 Recipe tools Tools are all things that can be imported and used in Conan recipes. The import path 37@" # Note libpng has zlib as transitive dependency def generate(self): (continues on next page) 8.4. Recipe tools 507 Conan Documentation, Release 2.9.3 (continued from previous page) xcode = XcodeDeps(self)0 码力 | 795 页 | 4.99 MB | 10 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100