没有合适的资源?快使用搜索试试~ 我知道了~
首页"MySQL 5.6官方参考文档-en1及NDB集群7.3-7.4完整指南"
"MySQL 5.6官方参考文档-en1及NDB集群7.3-7.4完整指南"
需积分: 0 0 下载量 160 浏览量
更新于2024-01-20
收藏 40.1MB PDF 举报
MySQL 5.6是一种关系型数据库管理系统,被广泛应用于各种网站和应用程序中。MySQL 5.6的官方参考文档是MySQL 5.6参考手册,用于帮助用户了解和使用MySQL数据库的各种功能和特性。
MySQL 5.6参考手册通过详细描述MySQL 5.6的各个版本,帮助用户了解MySQL数据库的最新特性和变化。该参考手册还包括了MySQL NDB Cluster 7.3-7.4的参考指南,让用户了解和使用NDB Cluster集群版本的MySQL数据库。
MySQL 5.6参考手册提供了丰富的内容,包括数据库管理、数据库设计、SQL语言、数据类型、存储引擎、查询优化等方面的详细指导。在阅读MySQL 5.6参考手册之前,用户需要知道许可协议的限制,即某些特性可能未包含在所使用的MySQL 5.6版本中。因此,具体哪些特性不包含在所使用的MySQL 5.6版本中,需要参考相应的许可协议。
MySQL 5.6的一些特性值得关注。其支持多种存储引擎,包括InnoDB、MyISAM、Memory等。其中,InnoDB是MySQL 5.6的默认存储引擎,它提供了ACID事务支持和行级锁定,能够满足大部分应用程序的需求。
此外,MySQL 5.6还引入了一些新的特性,如全文索引、分区表、复制增强等。全文索引功能使用户能够更方便地进行全文搜索;分区表功能使用户能够将表分成多个独立的存储区域,提高了查询性能和管理灵活性;复制增强功能使用户能够更可靠地进行数据复制和高可用性配置。
MySQL 5.6参考手册还介绍了一些高级特性,如逻辑备份和物理备份、存储过程和函数、触发器和事件、性能调优等。这些高级特性能够帮助用户更好地利用和管理MySQL数据库,提高数据库的性能和可靠性。
总之,MySQL 5.6的官方参考文档提供了全面而详尽的信息,帮助用户了解和使用MySQL数据库的各种功能和特性。用户可以根据自己的具体需求来选择合适的MySQL 5.6版本,并参考相应的文档进行开发和管理工作。尽管某些特性可能未包含在所使用的版本中,但通过深入阅读参考手册,用户可以充分利用MySQL 5.6的各种功能,从而实现更高效和可靠的数据库应用程序。
MySQL 5.6 Reference Manual
xvi
15.2.3 MyISAM Table Storage Formats ......................................................................... 2238
15.2.4 MyISAM Table Problems .................................................................................... 2241
15.3 The MEMORY Storage Engine ...................................................................................... 2242
15.4 The CSV Storage Engine .............................................................................................. 2247
15.4.1 Repairing and Checking CSV Tables .................................................................. 2247
15.4.2 CSV Limitations ................................................................................................. 2248
15.5 The ARCHIVE Storage Engine ...................................................................................... 2248
15.6 The BLACKHOLE Storage Engine ................................................................................. 2250
15.7 The MERGE Storage Engine ......................................................................................... 2252
15.7.1 MERGE Table Advantages and Disadvantages .................................................... 2255
15.7.2 MERGE Table Problems ..................................................................................... 2256
15.8 The FEDERATED Storage Engine ................................................................................. 2258
15.8.1 FEDERATED Storage Engine Overview .............................................................. 2258
15.8.2 How to Create FEDERATED Tables ................................................................... 2259
15.8.3 FEDERATED Storage Engine Notes and Tips ..................................................... 2262
15.8.4 FEDERATED Storage Engine Resources ............................................................ 2263
15.9 The EXAMPLE Storage Engine ..................................................................................... 2263
15.10 Other Storage Engines ................................................................................................ 2264
15.11 Overview of MySQL Storage Engine Architecture ......................................................... 2264
15.11.1 Pluggable Storage Engine Architecture .............................................................. 2264
15.11.2 The Common Database Server Layer ................................................................ 2265
16 High Availability and Scalability ................................................................................................ 2267
16.1 Using ZFS Replication ................................................................................................... 2269
16.1.1 Using ZFS for File System Replication ................................................................ 2270
16.1.2 Configuring MySQL for ZFS Replication .............................................................. 2271
16.1.3 Handling MySQL Recovery with ZFS .................................................................. 2272
16.2 Using MySQL with memcached ..................................................................................... 2272
16.2.1 Installing memcached ......................................................................................... 2274
16.2.2 Using memcached .............................................................................................. 2275
16.2.3 Developing a memcached Application ................................................................. 2295
16.2.4 Getting memcached Statistics ............................................................................. 2321
16.2.5 memcached FAQ ............................................................................................... 2330
17 Replication ............................................................................................................................... 2333
17.1 Replication Configuration ............................................................................................... 2334
17.1.1 How to Set Up Replication .................................................................................. 2335
17.1.2 Replication Formats ............................................................................................ 2345
17.1.3 Replication with Global Transaction Identifiers ..................................................... 2352
17.1.4 Replication and Binary Logging Options and Variables ......................................... 2361
17.1.5 Common Replication Administration Tasks .......................................................... 2445
17.2 Replication Implementation ............................................................................................ 2447
17.2.1 Replication Implementation Details ...................................................................... 2448
17.2.2 Replication Relay and Status Logs ...................................................................... 2450
17.2.3 How Servers Evaluate Replication Filtering Rules ................................................ 2456
17.3 Replication Solutions ..................................................................................................... 2464
17.3.1 Using Replication for Backups ............................................................................ 2464
17.3.2 Handling an Unexpected Halt of a Replication Slave ............................................ 2468
17.3.3 Using Replication with Different Master and Slave Storage Engines ...................... 2470
17.3.4 Using Replication for Scale-Out .......................................................................... 2471
17.3.5 Replicating Different Databases to Different Slaves .............................................. 2473
17.3.6 Improving Replication Performance ..................................................................... 2474
17.3.7 Switching Masters During Failover ...................................................................... 2475
17.3.8 Setting Up Replication to Use Encrypted Connections .......................................... 2477
17.3.9 Semisynchronous Replication ............................................................................. 2479
17.3.10 Delayed Replication .......................................................................................... 2484
MySQL 5.6 Reference Manual
xvii
17.4 Replication Notes and Tips ............................................................................................ 2485
17.4.1 Replication Features and Issues ......................................................................... 2485
17.4.2 Replication Compatibility Between MySQL Versions ............................................. 2512
17.4.3 Upgrading a Replication Setup ............................................................................ 2513
17.4.4 Troubleshooting Replication ................................................................................ 2514
17.4.5 How to Report Replication Bugs or Problems ...................................................... 2515
18 MySQL NDB Cluster 7.3 and NDB Cluster 7.4 .......................................................................... 2517
18.1 NDB Cluster Overview .................................................................................................. 2521
18.1.1 NDB Cluster Core Concepts ............................................................................... 2522
18.1.2 NDB Cluster Nodes, Node Groups, Replicas, and Partitions ................................. 2525
18.1.3 NDB Cluster Hardware, Software, and Networking Requirements .......................... 2528
18.1.4 What is New in MySQL NDB Cluster ................................................................... 2529
18.1.5 MySQL Server Using InnoDB Compared with NDB Cluster ................................... 2533
18.1.6 Known Limitations of NDB Cluster ...................................................................... 2536
18.2 NDB Cluster Installation ................................................................................................ 2547
18.2.1 The NDB Cluster Auto-Installer ........................................................................... 2549
18.2.2 Installation of NDB Cluster on Linux .................................................................... 2565
18.2.3 Installing NDB Cluster on Windows ..................................................................... 2572
18.2.4 Initial Configuration of NDB Cluster ..................................................................... 2581
18.2.5 Initial Startup of NDB Cluster .............................................................................. 2583
18.2.6 NDB Cluster Example with Tables and Data ........................................................ 2584
18.2.7 Safe Shutdown and Restart of NDB Cluster ......................................................... 2587
18.2.8 Upgrading and Downgrading NDB Cluster ........................................................... 2588
18.3 Configuration of NDB Cluster ......................................................................................... 2591
18.3.1 Quick Test Setup of NDB Cluster ........................................................................ 2591
18.3.2 Overview of NDB Cluster Configuration Parameters, Options, and Variables .......... 2594
18.3.3 NDB Cluster Configuration Files .......................................................................... 2642
18.3.4 Using High-Speed Interconnects with NDB Cluster ............................................... 2786
18.4 NDB Cluster Programs .................................................................................................. 2787
18.4.1 ndbd — The NDB Cluster Data Node Daemon .................................................... 2787
18.4.2 ndbinfo_select_all — Select From ndbinfo Tables ....................................... 2794
18.4.3 ndbmtd — The NDB Cluster Data Node Daemon (Multi-Threaded) ....................... 2796
18.4.4 ndb_mgmd — The NDB Cluster Management Server Daemon .............................. 2797
18.4.5 ndb_mgm — The NDB Cluster Management Client ............................................... 2805
18.4.6 ndb_blob_tool — Check and Repair BLOB and TEXT columns of NDB Cluster
Tables .......................................................................................................................... 2807
18.4.7 ndb_config — Extract NDB Cluster Configuration Information ............................ 2809
18.4.8 ndb_cpcd — Automate Testing for NDB Development ........................................ 2818
18.4.9 ndb_delete_all — Delete All Rows from an NDB Table ................................... 2818
18.4.10 ndb_desc — Describe NDB Tables .................................................................. 2819
18.4.11 ndb_drop_index — Drop Index from an NDB Table ........................................ 2823
18.4.12 ndb_drop_table — Drop an NDB Table ......................................................... 2825
18.4.13 ndb_error_reporter — NDB Error-Reporting Utility ...................................... 2825
18.4.14 ndb_index_stat — NDB Index Statistics Utility .............................................. 2827
18.4.15 ndb_move_data — NDB Data Copy Utility ....................................................... 2832
18.4.16 ndb_print_backup_file — Print NDB Backup File Contents ......................... 2834
18.4.17 ndb_print_file — Print NDB Disk Data File Contents ................................... 2835
18.4.18 ndb_print_frag_file — Print NDB Fragment List File Contents .................... 2835
18.4.19 ndb_print_schema_file — Print NDB Schema File Contents ........................ 2836
18.4.20 ndb_print_sys_file — Print NDB System File Contents ............................... 2837
18.4.21 ndb_redo_log_reader — Check and Print Content of Cluster Redo Log .......... 2837
18.4.22 ndb_restore — Restore an NDB Cluster Backup ............................................ 2840
18.4.23 ndb_select_all — Print Rows from an NDB Table ........................................ 2860
18.4.24 ndb_select_count — Print Row Counts for NDB Tables ................................ 2864
MySQL 5.6 Reference Manual
xviii
18.4.25 ndb_setup.py — Start browser-based Auto-Installer for NDB Cluster ................ 2864
18.4.26 ndb_show_tables — Display List of NDB Tables ............................................ 2867
18.4.27 ndb_size.pl — NDBCLUSTER Size Requirement Estimator ........................... 2869
18.4.28 ndb_waiter — Wait for NDB Cluster to Reach a Given Status .......................... 2872
18.4.29 Options Common to NDB Cluster Programs — Options Common to NDB Cluster
Programs ...................................................................................................................... 2874
18.5 Management of NDB Cluster ......................................................................................... 2879
18.5.1 Summary of NDB Cluster Start Phases ............................................................... 2880
18.5.2 Commands in the NDB Cluster Management Client ............................................. 2882
18.5.3 Online Backup of NDB Cluster ............................................................................ 2886
18.5.4 MySQL Server Usage for NDB Cluster ................................................................ 2891
18.5.5 Performing a Rolling Restart of an NDB Cluster ................................................... 2892
18.5.6 Event Reports Generated in NDB Cluster ............................................................ 2895
18.5.7 NDB Cluster Log Messages ................................................................................ 2906
18.5.8 NDB Cluster Single User Mode ........................................................................... 2921
18.5.9 Quick Reference: NDB Cluster SQL Statements .................................................. 2922
18.5.10 ndbinfo: The NDB Cluster Information Database ................................................ 2924
18.5.11 NDB Cluster Security Issues ............................................................................. 2960
18.5.12 NDB Cluster Disk Data Tables .......................................................................... 2967
18.5.13 Adding NDB Cluster Data Nodes Online ............................................................ 2975
18.5.14 Distributed MySQL Privileges for NDB Cluster ................................................... 2986
18.5.15 NDB API Statistics Counters and Variables ........................................................ 2989
18.6 NDB Cluster Replication ................................................................................................ 3002
18.6.1 NDB Cluster Replication: Abbreviations and Symbols ........................................... 3003
18.6.2 General Requirements for NDB Cluster Replication .............................................. 3003
18.6.3 Known Issues in NDB Cluster Replication ............................................................ 3004
18.6.4 NDB Cluster Replication Schema and Tables ...................................................... 3011
18.6.5 Preparing the NDB Cluster for Replication ........................................................... 3015
18.6.6 Starting NDB Cluster Replication (Single Replication Channel) .............................. 3016
18.6.7 Using Two Replication Channels for NDB Cluster Replication ............................... 3018
18.6.8 Implementing Failover with NDB Cluster Replication ............................................ 3019
18.6.9 NDB Cluster Backups With NDB Cluster Replication ............................................ 3021
18.6.10 NDB Cluster Replication: Multi-Master and Circular Replication ........................... 3027
18.6.11 NDB Cluster Replication Conflict Resolution ...................................................... 3031
18.7 NDB Cluster Release Notes .......................................................................................... 3046
19 Partitioning .............................................................................................................................. 3047
19.1 Overview of Partitioning in MySQL ................................................................................. 3049
19.2 Partitioning Types ......................................................................................................... 3052
19.2.1 RANGE Partitioning ............................................................................................ 3054
19.2.2 LIST Partitioning ................................................................................................. 3058
19.2.3 COLUMNS Partitioning ....................................................................................... 3060
19.2.4 HASH Partitioning .............................................................................................. 3069
19.2.5 KEY Partitioning ................................................................................................. 3072
19.2.6 Subpartitioning ................................................................................................... 3074
19.2.7 How MySQL Partitioning Handles NULL .............................................................. 3077
19.3 Partition Management ................................................................................................... 3082
19.3.1 Management of RANGE and LIST Partitions ........................................................ 3083
19.3.2 Management of HASH and KEY Partitions .......................................................... 3089
19.3.3 Exchanging Partitions and Subpartitions with Tables ............................................ 3090
19.3.4 Maintenance of Partitions ................................................................................... 3095
19.3.5 Obtaining Information About Partitions ................................................................. 3097
19.4 Partition Pruning ........................................................................................................... 3099
19.5 Partition Selection ......................................................................................................... 3102
19.6 Restrictions and Limitations on Partitioning ..................................................................... 3108
MySQL 5.6 Reference Manual
xix
19.6.1 Partitioning Keys, Primary Keys, and Unique Keys ............................................... 3115
19.6.2 Partitioning Limitations Relating to Storage Engines ............................................. 3119
19.6.3 Partitioning Limitations Relating to Functions ....................................................... 3120
19.6.4 Partitioning and Locking ..................................................................................... 3121
20 Stored Programs and Views ..................................................................................................... 3123
20.1 Defining Stored Programs ............................................................................................. 3124
20.2 Using Stored Routines (Procedures and Functions) ........................................................ 3125
20.2.1 Stored Routine Syntax ........................................................................................ 3126
20.2.2 Stored Routines and MySQL Privileges ............................................................... 3126
20.2.3 Stored Routine Metadata .................................................................................... 3127
20.2.4 Stored Procedures, Functions, Triggers, and LAST_INSERT_ID() ......................... 3127
20.3 Using Triggers .............................................................................................................. 3127
20.3.1 Trigger Syntax and Examples ............................................................................. 3128
20.3.2 Trigger Metadata ................................................................................................ 3132
20.4 Using the Event Scheduler ............................................................................................ 3132
20.4.1 Event Scheduler Overview .................................................................................. 3132
20.4.2 Event Scheduler Configuration ............................................................................ 3133
20.4.3 Event Syntax ...................................................................................................... 3135
20.4.4 Event Metadata .................................................................................................. 3136
20.4.5 Event Scheduler Status ...................................................................................... 3137
20.4.6 The Event Scheduler and MySQL Privileges ........................................................ 3137
20.5 Using Views .................................................................................................................. 3140
20.5.1 View Syntax ....................................................................................................... 3140
20.5.2 View Processing Algorithms ................................................................................ 3141
20.5.3 Updatable and Insertable Views .......................................................................... 3142
20.5.4 The View WITH CHECK OPTION Clause ............................................................ 3144
20.5.5 View Metadata ................................................................................................... 3145
20.6 Access Control for Stored Programs and Views .............................................................. 3145
20.7 Binary Logging of Stored Programs ............................................................................... 3146
21 INFORMATION_SCHEMA Tables ............................................................................................ 3153
21.1 The INFORMATION_SCHEMA CHARACTER_SETS Table ............................................ 3157
21.2 The INFORMATION_SCHEMA COLLATIONS Table ....................................................... 3157
21.3 The INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY Table 3158
21.4 The INFORMATION_SCHEMA COLUMNS Table ........................................................... 3158
21.5 The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table ........................................ 3159
21.6 The INFORMATION_SCHEMA ENGINES Table ............................................................. 3160
21.7 The INFORMATION_SCHEMA EVENTS Table .............................................................. 3160
21.8 The INFORMATION_SCHEMA GLOBAL_STATUS and SESSION_STATUS Tables ......... 3164
21.9 The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES
Tables .................................................................................................................................. 3164
21.10 The INFORMATION_SCHEMA KEY_COLUMN_USAGE Table ...................................... 3164
21.11 The INFORMATION_SCHEMA OPTIMIZER_TRACE Table ........................................... 3165
21.12 The INFORMATION_SCHEMA PARAMETERS Table ................................................... 3166
21.13 The INFORMATION_SCHEMA PARTITIONS Table ...................................................... 3166
21.14 The INFORMATION_SCHEMA PLUGINS Table ........................................................... 3169
21.15 The INFORMATION_SCHEMA PROCESSLIST Table ................................................... 3170
21.16 The INFORMATION_SCHEMA PROFILING Table ........................................................ 3171
21.17 The INFORMATION_SCHEMA REFERENTIAL_CONSTRAINTS Table ......................... 3172
21.18 The INFORMATION_SCHEMA ROUTINES Table ......................................................... 3173
21.19 The INFORMATION_SCHEMA SCHEMATA Table ....................................................... 3175
21.20 The INFORMATION_SCHEMA SCHEMA_PRIVILEGES Table ...................................... 3175
21.21 The INFORMATION_SCHEMA STATISTICS Table ....................................................... 3175
21.22 The INFORMATION_SCHEMA TABLES Table ............................................................. 3176
21.23 The INFORMATION_SCHEMA TABLESPACES Table .................................................. 3178
MySQL 5.6 Reference Manual
xx
21.24 The INFORMATION_SCHEMA TABLE_CONSTRAINTS Table ...................................... 3178
21.25 The INFORMATION_SCHEMA TABLE_PRIVILEGES Table .......................................... 3178
21.26 The INFORMATION_SCHEMA TRIGGERS Table ........................................................ 3179
21.27 The INFORMATION_SCHEMA USER_PRIVILEGES Table ........................................... 3181
21.28 The INFORMATION_SCHEMA VIEWS Table ............................................................... 3181
21.29 InnoDB INFORMATION_SCHEMA Tables .................................................................... 3183
21.29.1 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table ........................ 3183
21.29.2 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table ................ 3185
21.29.3 The INFORMATION_SCHEMA INNODB_BUFFER_POOL_STATS Table ............ 3187
21.29.4 The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET
Tables .......................................................................................................................... 3189
21.29.5 The INFORMATION_SCHEMA INNODB_CMPMEM and
INNODB_CMPMEM_RESET Tables .............................................................................. 3190
21.29.6 The INFORMATION_SCHEMA INNODB_CMP_PER_INDEX and
INNODB_CMP_PER_INDEX_RESET Tables ................................................................. 3192
21.29.7 The INFORMATION_SCHEMA INNODB_FT_BEING_DELETED Table ............... 3193
21.29.8 The INFORMATION_SCHEMA INNODB_FT_CONFIG Table .............................. 3194
21.29.9 The INFORMATION_SCHEMA INNODB_FT_DEFAULT_STOPWORD Table ...... 3195
21.29.10 The INFORMATION_SCHEMA INNODB_FT_DELETED Table ......................... 3196
21.29.11 The INFORMATION_SCHEMA INNODB_FT_INDEX_CACHE Table ................. 3197
21.29.12 The INFORMATION_SCHEMA INNODB_FT_INDEX_TABLE Table .................. 3198
21.29.13 The INFORMATION_SCHEMA INNODB_LOCKS Table ................................... 3199
21.29.14 The INFORMATION_SCHEMA INNODB_LOCK_WAITS Table ......................... 3201
21.29.15 The INFORMATION_SCHEMA INNODB_METRICS Table ................................ 3201
21.29.16 The INFORMATION_SCHEMA INNODB_SYS_COLUMNS Table ...................... 3203
21.29.17 The INFORMATION_SCHEMA INNODB_SYS_DATAFILES Table .................... 3204
21.29.18 The INFORMATION_SCHEMA INNODB_SYS_FIELDS Table ........................... 3204
21.29.19 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN Table ....................... 3205
21.29.20 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN_COLS Table ............ 3206
21.29.21 The INFORMATION_SCHEMA INNODB_SYS_INDEXES Table ........................ 3206
21.29.22 The INFORMATION_SCHEMA INNODB_SYS_TABLES Table ......................... 3208
21.29.23 The INFORMATION_SCHEMA INNODB_SYS_TABLESPACES Table .............. 3210
21.29.24 The INFORMATION_SCHEMA INNODB_SYS_TABLESTATS View .................. 3213
21.29.25 The INFORMATION_SCHEMA INNODB_TRX Table ........................................ 3214
21.30 NDB Cluster INFORMATION_SCHEMA Tables ............................................................ 3216
21.30.1 The INFORMATION_SCHEMA FILES Table ...................................................... 3216
21.30.2 The INFORMATION_SCHEMA ndb_transid_mysql_connection_map Table ......... 3222
21.31 Thread Pool INFORMATION_SCHEMA Tables ............................................................. 3223
21.31.1 The INFORMATION_SCHEMA TP_THREAD_GROUP_STATE Table ................. 3223
21.31.2 The INFORMATION_SCHEMA TP_THREAD_GROUP_STATS Table ................. 3225
21.31.3 The INFORMATION_SCHEMA TP_THREAD_STATE Table ............................... 3227
21.32 Connection-Control INFORMATION_SCHEMA Tables .................................................. 3228
21.32.1 The INFORMATION_SCHEMA
CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS Table ..................................... 3228
21.33 Extensions to SHOW Statements ................................................................................. 3228
22 MySQL Performance Schema .................................................................................................. 3231
22.1 Performance Schema Quick Start .................................................................................. 3233
22.2 Performance Schema Build Configuration ...................................................................... 3239
22.3 Performance Schema Startup Configuration ................................................................... 3240
22.4 Performance Schema Runtime Configuration ................................................................. 3243
22.4.1 Performance Schema Event Timing .................................................................... 3244
22.4.2 Performance Schema Event Filtering ................................................................... 3247
22.4.3 Event Pre-Filtering .............................................................................................. 3248
22.4.4 Pre-Filtering by Instrument .................................................................................. 3249
剩余4467页未读,继续阅读
点击了解资源详情
点击了解资源详情
点击了解资源详情
2020-10-20 上传
2022-11-27 上传
2015-02-27 上传
2015-08-17 上传
2018-07-31 上传
2016-01-25 上传
莫少儒
- 粉丝: 31
- 资源: 311
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- heatmap.rar_R_language__R_language_
- COCID_19_OSFv3_KIUTYYTRF_
- demokeystone
- 基于C#的TouchSocket网络通信框架设计源码
- 微信小程序源码-合集4.7z
- 整理截至2020年末中国大陆银行业金融机构法人名单
- Arduino_ST7789_Fast:ST7789 IPS显示器的快速SPI库
- Benchmark_Geek:基准_怪胎
- NXP i.MX RT1052 RT-Thread实战:创建多线程(SRAM动态内存)
- 毕业设计 - 基于微信小程序的点餐+ssm系统设计与实现
- lighthouse-js-fundamentals:灯塔实验室Web开发新手训练营的准备模块
- Grapi:REST 和 WebSockets API 生成器
- sun1_甲烷传感器_pic18f4520_
- analyse_gps_20190804_143553.rar_GPS编程_matlab__GPS编程_matlab_
- kube-consul-register:一种将Kubernetes POD注册为领事服务的工具
- periodicG:测试G的测量中是否存在周期性成分
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功