没有合适的资源?快使用搜索试试~ 我知道了~
首页MySQL5.7官方参考手册
"MySQL5.7参考手册提供了关于MySQL5.7至5.7.22版本的详细信息,包括基于NDB Cluster 7.5到5.7.20-ndb-7.5.9的集群版本。该手册不仅涵盖了MySQL5.7的主要特性,还特别指出,不是所有5.7版本的功能都包含在每个发行版中,具体取决于您的许可证。"
MySQL5.7参考手册是MySQL数据库管理员和开发者的宝贵资源,它深入解析了数据库的各个方面,包括但不限于:
1. **SQL语法**:手册详细阐述了SQL语句的用法,包括SELECT、INSERT、UPDATE和DELETE等操作,以及复杂的JOIN、子查询和窗口函数。
2. **数据类型和函数**:涵盖了大量的内置数据类型(如INT、VARCHAR、DATE等)和函数(如数学函数、字符串函数、日期时间函数),提供了使用示例和注意事项。
3. **索引和优化**:介绍了如何创建和管理索引,包括B-Tree、Hash、R-Tree和Full-text索引,以及查询优化器的工作原理和查询性能的调优策略。
4. **存储引擎**:详细讨论了InnoDB(默认引擎,支持事务处理)和MyISAM(非事务处理,读取速度快)等存储引擎的特性和用法,还包括NDB Cluster的相关信息。
5. **触发器和存储过程**:解释了如何创建和使用这些数据库对象来实现复杂的业务逻辑。
6. **视图和分区**:介绍了视图的概念和应用,以及如何通过分区来管理和优化大数据表。
7. **安全性**:包括用户权限管理、加密、审计日志等方面,确保数据库的安全运行。
8. **复制与高可用性**:讲解了主从复制、半同步复制和多源复制,以及MySQL Cluster的高可用性解决方案。
9. **备份与恢复**:提供了备份策略和工具,如mysqldump和mysqlpump,以及在数据丢失或故障后的恢复方法。
10. **错误代码和异常处理**:列出了常见的错误代码,帮助开发者理解并解决问题。
此外,手册中还有针对不同发行版的功能差异说明,提示用户根据自己的许可证查看适用的功能。对于版本更新,可以在5.7发布说明中找到每次版本升级的具体变更和改进。
在遇到问题时,用户可以访问MySQL论坛或邮件列表,与其他MySQL用户交流讨论。MySQL文档库提供了多种语言的翻译版本和不同格式(如HTML、PDF)的下载选项,方便用户按需选择。
最后,手册提及了MySQL5.7的许可信息,强调应参照许可证协议或联系Oracle销售代表确认所获得版本包含的功能。
MySQL 5.7 Reference Manual
xvi
16.1.3 Replication with Global Transaction Identifiers ................................................ 2536
16.1.4 MySQL Multi-Source Replication ................................................................... 2546
16.1.5 Changing Replication Modes on Online Servers ............................................. 2550
16.1.6 Replication and Binary Logging Options and Variables .................................... 2556
16.1.7 Common Replication Administration Tasks ..................................................... 2637
16.2 Replication Implementation ...................................................................................... 2640
16.2.1 Replication Formats ...................................................................................... 2640
16.2.2 Replication Implementation Details ................................................................ 2647
16.2.3 Replication Channels .................................................................................... 2649
16.2.4 Replication Relay and Status Logs ................................................................ 2652
16.2.5 How Servers Evaluate Replication Filtering Rules ........................................... 2658
16.3 Replication Solutions ............................................................................................... 2666
16.3.1 Using Replication for Backups ....................................................................... 2666
16.3.2 Handling an Unexpected Halt of a Replication Slave ....................................... 2669
16.3.3 Using Replication with Different Master and Slave Storage Engines ................. 2671
16.3.4 Using Replication for Scale-Out ..................................................................... 2673
16.3.5 Replicating Different Databases to Different Slaves ........................................ 2674
16.3.6 Improving Replication Performance ................................................................ 2675
16.3.7 Switching Masters During Failover ................................................................. 2676
16.3.8 Setting Up Replication to Use Encrypted Connections .................................... 2678
16.3.9 Semisynchronous Replication ........................................................................ 2679
16.3.10 Delayed Replication .................................................................................... 2685
16.4 Replication Notes and Tips ...................................................................................... 2685
16.4.1 Replication Features and Issues .................................................................... 2685
16.4.2 Replication Compatibility Between MySQL Versions ....................................... 2712
16.4.3 Upgrading a Replication Setup ...................................................................... 2712
16.4.4 Troubleshooting Replication .......................................................................... 2714
16.4.5 How to Report Replication Bugs or Problems ................................................. 2715
17 Group Replication .............................................................................................................. 2717
17.1 Group Replication Background ................................................................................. 2718
17.1.1 Replication Technologies ............................................................................... 2718
17.1.2 Group Replication Use Cases ....................................................................... 2720
17.1.3 Group Replication Details .............................................................................. 2721
17.2 Getting Started ........................................................................................................ 2722
17.2.1 Deploying Group Replication in Single-Primary Mode ...................................... 2722
17.3 Monitoring Group Replication ................................................................................... 2732
17.3.1 Replication_group_member_stats .................................................................. 2733
17.3.2 Replication_group_members ......................................................................... 2734
17.3.3 Replication_connection_status ....................................................................... 2734
17.3.4 Replication_applier_status ............................................................................. 2734
17.3.5 Group Replication Server States .................................................................... 2735
17.4 Group Replication Operations .................................................................................. 2735
17.4.1 Deploying in Multi-Primary or Single-Primary Mode ......................................... 2736
17.4.2 Tuning Recovery .......................................................................................... 2737
17.4.3 Network Partitioning ...................................................................................... 2739
17.4.4 Using MySQL Enterprise Backup with Group Replication ................................ 2743
17.5 Group Replication Security ....................................................................................... 2745
17.5.1 IP Address Whitelisting ................................................................................. 2745
17.5.2 Secure Socket Layer Support (SSL) .............................................................. 2746
17.5.3 Virtual Private Networks (VPN) ...................................................................... 2748
17.6 Group Replication System Variables ......................................................................... 2748
17.7 Requirements and Limitations .................................................................................. 2759
17.7.1 Group Replication Requirements ................................................................... 2759
17.7.2 Group Replication Limitations ........................................................................ 2760
17.8 Frequently Asked Questions .................................................................................... 2761
17.9 Group Replication Technical Details ......................................................................... 2764
17.9.1 Group Replication Plugin Architecture ............................................................ 2764
17.9.2 The Group .................................................................................................... 2766
MySQL 5.7 Reference Manual
xvii
17.9.3 Data Manipulation Statements ....................................................................... 2766
17.9.4 Data Definition Statements ............................................................................ 2766
17.9.5 Distributed Recovery ..................................................................................... 2767
17.9.6 Observability ................................................................................................. 2773
17.9.7 Group Replication Performance ..................................................................... 2774
18 MySQL Shell User Guide ................................................................................................... 2779
18.1 MySQL Shell Features ............................................................................................. 2779
18.2 Getting Started with MySQL Shell ............................................................................ 2781
18.2.1 MySQL Shell Connections ............................................................................. 2781
18.2.2 MySQL Shell Sessions .................................................................................. 2786
18.2.3 MySQL Shell Global Variables ...................................................................... 2787
18.3 MySQL Shell Code Execution .................................................................................. 2789
18.3.1 Interactive Code Execution ............................................................................ 2789
18.3.2 Batch Code Execution .................................................................................. 2790
18.3.3 Output Formats ............................................................................................ 2791
18.3.4 Active Language ........................................................................................... 2793
18.3.5 Batch Mode Made Interactive ........................................................................ 2794
18.4 Configuring MySQL Shell ......................................................................................... 2795
18.4.1 MySQL Shell Commands .............................................................................. 2795
18.5 MySQL Shell Application Log ................................................................................... 2797
18.6 Customizing MySQL Shell ....................................................................................... 2798
18.6.1 Working With Start-Up Scripts ....................................................................... 2798
18.6.2 Adding Module Search Paths ........................................................................ 2799
18.6.3 Overriding the Default Prompt ....................................................................... 2800
19 Using MySQL as a Document Store ................................................................................... 2803
19.1 Preproduction Status — Legal Notice ....................................................................... 2804
19.2 Key Concepts .......................................................................................................... 2804
19.3 Setting Up MySQL as a Document Store .................................................................. 2805
19.3.1 Installing MySQL Shell .................................................................................. 2808
19.3.2 Starting MySQL Shell .................................................................................... 2811
19.4 Quick-Start Guide: MySQL Shell for JavaScript ......................................................... 2811
19.4.1 Introduction ................................................................................................... 2812
19.4.2 Import Database Sample ............................................................................... 2813
19.4.3 MySQL Shell ................................................................................................ 2813
19.4.4 Documents and Collections ........................................................................... 2815
19.4.5 Relational Tables .......................................................................................... 2825
19.4.6 Documents in Tables .................................................................................... 2830
19.5 Quick-Start Guide: MySQL Shell for Python .............................................................. 2831
19.5.1 Introduction ................................................................................................... 2832
19.5.2 Import Database Sample ............................................................................... 2833
19.5.3 MySQL Shell ................................................................................................ 2833
19.5.4 Documents and Collections ........................................................................... 2835
19.5.5 Relational Tables .......................................................................................... 2845
19.5.6 Documents in Tables .................................................................................... 2850
19.6 Quick-Start Guide: MySQL for Visual Studio ............................................................. 2851
19.7 X Plugin .................................................................................................................. 2853
19.7.1 Using Secure Connections with X Plugin ....................................................... 2853
19.7.2 X Plugin Options and Variables ..................................................................... 2853
19.7.3 Monitoring X Plugin ...................................................................................... 2863
20 InnoDB Cluster ................................................................................................................... 2869
20.1 Introducing InnoDB Cluster ...................................................................................... 2869
20.2 Creating an InnoDB Cluster ..................................................................................... 2871
20.2.1 Deployment Scenarios .................................................................................. 2871
20.2.2 InnoDB Cluster Requirements ....................................................................... 2871
20.2.3 Methods of Installing ..................................................................................... 2872
20.2.4 Sandbox Deployment of InnoDB Cluster ........................................................ 2872
20.2.5 Production Deployment of InnoDB Cluster ..................................................... 2875
20.2.6 Adopting a Group Replication Deployment ..................................................... 2883
MySQL 5.7 Reference Manual
xviii
20.3 Using MySQL Router with InnoDB Cluster ................................................................ 2884
20.4 Working with InnoDB Cluster ................................................................................... 2887
20.5 Known Limitations ................................................................................................... 2896
21 MySQL NDB Cluster 7.5 and NDB Cluster 7.6 .................................................................... 2899
21.1 NDB Cluster Overview ............................................................................................. 2903
21.1.1 NDB Cluster Core Concepts .......................................................................... 2904
21.1.2 NDB Cluster Nodes, Node Groups, Replicas, and Partitions ............................ 2907
21.1.3 NDB Cluster Hardware, Software, and Networking Requirements .................... 2909
21.1.4 What is New in NDB Cluster ......................................................................... 2911
21.1.5 MySQL Server Using InnoDB Compared with NDB Cluster ............................. 2922
21.1.6 Known Limitations of NDB Cluster ................................................................. 2925
21.2 NDB Cluster Installation ........................................................................................... 2935
21.2.1 The NDB Cluster Auto-Installer ...................................................................... 2938
21.2.2 Installation of NDB Cluster on Linux .............................................................. 2953
21.2.3 Installing NDB Cluster on Windows ............................................................... 2962
21.2.4 Initial Configuration of NDB Cluster ............................................................... 2971
21.2.5 Initial Startup of NDB Cluster ........................................................................ 2973
21.2.6 NDB Cluster Example with Tables and Data .................................................. 2974
21.2.7 Safe Shutdown and Restart of NDB Cluster ................................................... 2977
21.2.8 Upgrading and Downgrading NDB Cluster ..................................................... 2978
21.3 Configuration of NDB Cluster ................................................................................... 2980
21.3.1 Quick Test Setup of NDB Cluster .................................................................. 2980
21.3.2 Overview of NDB Cluster Configuration Parameters, Options, and Variables ..... 2983
21.3.3 NDB Cluster Configuration Files .................................................................... 3025
21.3.4 Using High-Speed Interconnects with NDB Cluster ......................................... 3161
21.4 NDB Cluster Programs ............................................................................................ 3162
21.4.1 ndbd — The NDB Cluster Data Node Daemon .............................................. 3162
21.4.2 ndbinfo_select_all — Select From ndbinfo Tables .................................. 3169
21.4.3 ndbmtd — The NDB Cluster Data Node Daemon (Multi-Threaded) ................. 3170
21.4.4 ndb_mgmd — The NDB Cluster Management Server Daemon ......................... 3171
21.4.5 ndb_mgm — The NDB Cluster Management Client ......................................... 3179
21.4.6 ndb_blob_tool — Check and Repair BLOB and TEXT columns of NDB
Cluster Tables ......................................................................................................... 3181
21.4.7 ndb_config — Extract NDB Cluster Configuration Information ...................... 3183
21.4.8 ndb_cpcd — Automate Testing for NDB Development ................................... 3192
21.4.9 ndb_delete_all — Delete All Rows from an NDB Table ............................. 3192
21.4.10 ndb_desc — Describe NDB Tables ............................................................ 3192
21.4.11 ndb_drop_index — Drop Index from an NDB Table ................................... 3198
21.4.12 ndb_drop_table — Drop an NDB Table ................................................... 3199
21.4.13 ndb_error_reporter — NDB Error-Reporting Utility ................................. 3200
21.4.14 ndb_import — Import CSV Data Into NDB ................................................ 3201
21.4.15 ndb_index_stat — NDB Index Statistics Utility ......................................... 3213
21.4.16 ndb_move_data — NDB Data Copy Utility ................................................. 3218
21.4.17 ndb_perror — Obtain NDB error message information ............................... 3220
21.4.18 ndb_print_backup_file — Print NDB Backup File Contents ................... 3222
21.4.19 ndb_print_file — Print NDB Disk Data File Contents .............................. 3222
21.4.20 ndb_print_frag_file — Print NDB Fragment List File Contents .............. 3223
21.4.21 ndb_print_schema_file — Print NDB Schema File Contents .................. 3224
21.4.22 ndb_print_sys_file — Print NDB System File Contents ......................... 3224
21.4.23 ndb_redo_log_reader — Check and Print Content of Cluster Redo Log .... 3225
21.4.24 ndb_restore — Restore an NDB Cluster Backup ....................................... 3227
21.4.25 ndb_select_all — Print Rows from an NDB Table ................................... 3246
21.4.26 ndb_select_count — Print Row Counts for NDB Tables ........................... 3249
21.4.27 ndb_setup.py — Start browser-based Auto-Installer for NDB Cluster .......... 3250
21.4.28 ndb_show_tables — Display List of NDB Tables ....................................... 3253
21.4.29 ndb_size.pl — NDBCLUSTER Size Requirement Estimator ...................... 3255
21.4.30 ndb_top — View CPU usage information for NDB threads ........................... 3257
21.4.31 ndb_waiter — Wait for NDB Cluster to Reach a Given Status ..................... 3262
MySQL 5.7 Reference Manual
xix
21.4.32 Options Common to NDB Cluster Programs — Options Common to NDB
Cluster Programs .................................................................................................... 3265
21.5 Management of NDB Cluster ................................................................................... 3269
21.5.1 Summary of NDB Cluster Start Phases .......................................................... 3270
21.5.2 Commands in the NDB Cluster Management Client ........................................ 3272
21.5.3 Online Backup of NDB Cluster ...................................................................... 3276
21.5.4 MySQL Server Usage for NDB Cluster .......................................................... 3280
21.5.5 Performing a Rolling Restart of an NDB Cluster ............................................. 3282
21.5.6 Event Reports Generated in NDB Cluster ...................................................... 3284
21.5.7 NDB Cluster Log Messages .......................................................................... 3294
21.5.8 NDB Cluster Single User Mode ..................................................................... 3310
21.5.9 Quick Reference: NDB Cluster SQL Statements ............................................. 3311
21.5.10 ndbinfo: The NDB Cluster Information Database ........................................... 3313
21.5.11 INFORMATION_SCHEMA Tables for NDB Cluster ....................................... 3361
21.5.12 NDB Cluster Security Issues ....................................................................... 3362
21.5.13 NDB Cluster Disk Data Tables .................................................................... 3368
21.5.14 Adding NDB Cluster Data Nodes Online ...................................................... 3376
21.5.15 Distributed MySQL Privileges for NDB Cluster .............................................. 3387
21.5.16 NDB API Statistics Counters and Variables .................................................. 3390
21.6 NDB Cluster Replication .......................................................................................... 3401
21.6.1 NDB Cluster Replication: Abbreviations and Symbols ..................................... 3403
21.6.2 General Requirements for NDB Cluster Replication ........................................ 3403
21.6.3 Known Issues in NDB Cluster Replication ...................................................... 3404
21.6.4 NDB Cluster Replication Schema and Tables ................................................. 3411
21.6.5 Preparing the NDB Cluster for Replication ..................................................... 3414
21.6.6 Starting NDB Cluster Replication (Single Replication Channel) ........................ 3416
21.6.7 Using Two Replication Channels for NDB Cluster Replication .......................... 3418
21.6.8 Implementing Failover with NDB Cluster Replication ....................................... 3418
21.6.9 NDB Cluster Backups With NDB Cluster Replication ....................................... 3420
21.6.10 NDB Cluster Replication: Multi-Master and Circular Replication ...................... 3426
21.6.11 NDB Cluster Replication Conflict Resolution ................................................. 3430
21.7 NDB Cluster Release Notes ..................................................................................... 3443
22 Partitioning ......................................................................................................................... 3445
22.1 Overview of Partitioning in MySQL ........................................................................... 3447
22.2 Partitioning Types .................................................................................................... 3450
22.2.1 RANGE Partitioning ...................................................................................... 3452
22.2.2 LIST Partitioning ........................................................................................... 3456
22.2.3 COLUMNS Partitioning ................................................................................. 3458
22.2.4 HASH Partitioning ......................................................................................... 3466
22.2.5 KEY Partitioning ........................................................................................... 3469
22.2.6 Subpartitioning .............................................................................................. 3471
22.2.7 How MySQL Partitioning Handles NULL ........................................................ 3474
22.3 Partition Management .............................................................................................. 3478
22.3.1 Management of RANGE and LIST Partitions .................................................. 3479
22.3.2 Management of HASH and KEY Partitions ..................................................... 3485
22.3.3 Exchanging Partitions and Subpartitions with Tables ....................................... 3486
22.3.4 Maintenance of Partitions .............................................................................. 3493
22.3.5 Obtaining Information About Partitions ........................................................... 3495
22.4 Partition Pruning ...................................................................................................... 3497
22.5 Partition Selection .................................................................................................... 3500
22.6 Restrictions and Limitations on Partitioning ............................................................... 3506
22.6.1 Partitioning Keys, Primary Keys, and Unique Keys ......................................... 3512
22.6.2 Partitioning Limitations Relating to Storage Engines ........................................ 3515
22.6.3 Partitioning Limitations Relating to Functions .................................................. 3516
22.6.4 Partitioning and Locking ................................................................................ 3517
23 Stored Programs and Views ............................................................................................... 3519
23.1 Defining Stored Programs ........................................................................................ 3520
23.2 Using Stored Routines (Procedures and Functions) ................................................... 3521
MySQL 5.7 Reference Manual
xx
23.2.1 Stored Routine Syntax .................................................................................. 3521
23.2.2 Stored Routines and MySQL Privileges ......................................................... 3522
23.2.3 Stored Routine Metadata .............................................................................. 3522
23.2.4 Stored Procedures, Functions, Triggers, and LAST_INSERT_ID() .................... 3523
23.3 Using Triggers ......................................................................................................... 3523
23.3.1 Trigger Syntax and Examples ........................................................................ 3524
23.3.2 Trigger Metadata .......................................................................................... 3527
23.4 Using the Event Scheduler ...................................................................................... 3528
23.4.1 Event Scheduler Overview ............................................................................ 3528
23.4.2 Event Scheduler Configuration ...................................................................... 3529
23.4.3 Event Syntax ................................................................................................ 3531
23.4.4 Event Metadata ............................................................................................ 3531
23.4.5 Event Scheduler Status ................................................................................. 3532
23.4.6 The Event Scheduler and MySQL Privileges .................................................. 3533
23.5 Using Views ............................................................................................................ 3535
23.5.1 View Syntax ................................................................................................. 3536
23.5.2 View Processing Algorithms .......................................................................... 3536
23.5.3 Updatable and Insertable Views .................................................................... 3537
23.5.4 The View WITH CHECK OPTION Clause ...................................................... 3540
23.5.5 View Metadata .............................................................................................. 3541
23.6 Access Control for Stored Programs and Views ........................................................ 3541
23.7 Binary Logging of Stored Programs .......................................................................... 3543
24 INFORMATION_SCHEMA Tables ....................................................................................... 3549
24.1 The INFORMATION_SCHEMA CHARACTER_SETS Table ....................................... 3552
24.2 The INFORMATION_SCHEMA COLLATIONS Table ................................................. 3553
24.3 The INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY
Table .............................................................................................................................. 3553
24.4 The INFORMATION_SCHEMA COLUMNS Table ..................................................... 3554
24.5 The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table .................................. 3555
24.6 The INFORMATION_SCHEMA ENGINES Table ....................................................... 3555
24.7 The INFORMATION_SCHEMA EVENTS Table ......................................................... 3556
24.8 The INFORMATION_SCHEMA FILES Table ............................................................. 3559
24.9 The INFORMATION_SCHEMA GLOBAL_STATUS and SESSION_STATUS Tables .... 3565
24.10 The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES
Tables ............................................................................................................................. 3566
24.11 The INFORMATION_SCHEMA KEY_COLUMN_USAGE Table ................................ 3567
24.12 The INFORMATION_SCHEMA ndb_transid_mysql_connection_map Table .............. 3568
24.13 The INFORMATION_SCHEMA OPTIMIZER_TRACE Table ..................................... 3569
24.14 The INFORMATION_SCHEMA PARAMETERS Table ............................................. 3569
24.15 The INFORMATION_SCHEMA PARTITIONS Table ................................................ 3569
24.16 The INFORMATION_SCHEMA PLUGINS Table ...................................................... 3572
24.17 The INFORMATION_SCHEMA PROCESSLIST Table ............................................. 3573
24.18 The INFORMATION_SCHEMA PROFILING Table .................................................. 3574
24.19 The INFORMATION_SCHEMA REFERENTIAL_CONSTRAINTS Table .................... 3575
24.20 The INFORMATION_SCHEMA ROUTINES Table ................................................... 3576
24.21 The INFORMATION_SCHEMA SCHEMATA Table .................................................. 3577
24.22 The INFORMATION_SCHEMA SCHEMA_PRIVILEGES Table ................................. 3577
24.23 The INFORMATION_SCHEMA STATISTICS Table ................................................. 3578
24.24 The INFORMATION_SCHEMA TABLES Table ....................................................... 3578
24.25 The INFORMATION_SCHEMA TABLESPACES Table ............................................ 3580
24.26 The INFORMATION_SCHEMA TABLE_CONSTRAINTS Table ................................ 3580
24.27 The INFORMATION_SCHEMA TABLE_PRIVILEGES Table .................................... 3581
24.28 The INFORMATION_SCHEMA TRIGGERS Table ................................................... 3581
24.29 The INFORMATION_SCHEMA USER_PRIVILEGES Table ..................................... 3583
24.30 The INFORMATION_SCHEMA VIEWS Table ......................................................... 3583
24.31 InnoDB INFORMATION_SCHEMA Tables .............................................................. 3585
24.31.1 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table ................... 3585
24.31.2 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table .......... 3587
剩余5053页未读,继续阅读
点击了解资源详情
点击了解资源详情
点击了解资源详情
2019-01-10 上传
2018-11-28 上传
2017-11-25 上传
2016-01-09 上传
2021-12-30 上传
2019-01-05 上传
Micrle_007
- 粉丝: 466
- 资源: 17
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- MATLAB实现小波阈值去噪:Visushrink硬软算法对比
- 易语言实现画板图像缩放功能教程
- 大模型推荐系统: 优化算法与模型压缩技术
- Stancy: 静态文件驱动的简单RESTful API与前端框架集成
- 掌握Java全文搜索:深入Apache Lucene开源系统
- 19计应19田超的Python7-1试题整理
- 易语言实现多线程网络时间同步源码解析
- 人工智能大模型学习与实践指南
- 掌握Markdown:从基础到高级技巧解析
- JS-PizzaStore: JS应用程序模拟披萨递送服务
- CAMV开源XML编辑器:编辑、验证、设计及架构工具集
- 医学免疫学情景化自动生成考题系统
- 易语言实现多语言界面编程教程
- MATLAB实现16种回归算法在数据挖掘中的应用
- ***内容构建指南:深入HTML与LaTeX
- Python实现维基百科“历史上的今天”数据抓取教程
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功