没有合适的资源?快使用搜索试试~ 我知道了~
首页MySQL 5.6官方手册:全面指南与NDB 7.3集群详解
MySQL 5.6官方手册:全面指南与NDB 7.3集群详解
5星 · 超过95%的资源 需积分: 48 77 下载量 40 浏览量
更新于2024-07-23
3
收藏 29.82MB PDF 举报
MySQL5.6官方手册是一份详尽且权威的文档,涵盖了MySQL 5.6系列(包括5.6.20版本)以及基于NDBCLUSTER 7.3版本的MySQLCluster指南,直到5.6.17-ndb-7.3.6。这份手册的核心内容着重于MySQL 5.6的新特性和功能,它不仅介绍了标准版MySQL 5.6的特性,还可能包含针对不同许可证版本用户的定制内容。
在MySQL 5.6的功能部分,手册详细阐述了那些不是每个发行版都具备的功能,这可能根据用户的许可证协议有所区别。用户在使用时应参考自己的许可协议,或咨询Oracle的销售代表以获取特定版本中所含功能的完整信息。
此外,手册还特别提到了每版发布的变更记录,可以在MySQL 5.6 Release Notes中找到。对于法律条款,用户应该阅读Legal Notices部分获取相应的法律信息。该文档最后注明了生成日期为2014年6月7日,修订版本为38967。
手册主要面向管理员、企业级用户、开发者以及对MySQL功能、连接器、API、高可用性和可扩展性(HA/Scalability)感兴趣的读者。内容包括但不限于:
1. 管理:提供对MySQL服务器的全面管理和配置指导,涉及安全、性能优化和备份恢复等关键领域。
2. MySQL Enterprise:特别关注MySQL Enterprise Edition,这是针对企业级环境的高级功能和增强服务的集合。
3. 开发者与功能:介绍数据库设计、SQL语法、存储引擎优化,以及高级查询处理等技术细节。
4. 连接器与APIs:讲解如何通过各种编程语言与MySQL进行交互,如Java、Python、PHP等的驱动程序和接口。
5. HA/Scalability Guide:阐述如何实现高可用性和水平扩展策略,包括集群、复制、故障转移等技术。
6. 安装与升级:提供了从头开始安装MySQL 5.6以及迁移现有系统的实用步骤。
7. MySQL Workbench:作为可视化工具,介绍了如何使用MySQL Workbench进行数据库设计、数据模型管理和数据分析。
8. 服务器管理:针对服务器级别的运维管理,涵盖日常监控、维护任务和性能调优。
9. MySQL Yum Repository:指南中的一个重要部分,介绍了如何使用Yum(Yellowdog Updater Modified)工具方便地安装和更新MySQL 5.6的相关组件。
MySQL 5.6官方手册是MySQL用户的宝贵参考资料,无论你是初学者还是经验丰富的开发者,都能从中找到所需的信息,以充分发挥MySQL在数据库管理和应用开发中的潜力。
MySQL 5.6 Reference Manual
xvi
16.7.4 MySQL Proxy Scripting ....................................................................................... 2174
16.7.5 Using MySQL Proxy ........................................................................................... 2189
16.7.6 MySQL Proxy FAQ ............................................................................................. 2195
17 Replication ............................................................................................................................... 2201
17.1 Replication Configuration ............................................................................................... 2202
17.1.1 How to Set Up Replication .................................................................................. 2203
17.1.2 Replication Formats ............................................................................................ 2213
17.1.3 Replication with Global Transaction Identifiers ...................................................... 2220
17.1.4 Replication and Binary Logging Options and Variables ......................................... 2228
17.1.5 Common Replication Administration Tasks .......................................................... 2304
17.2 Replication Implementation ............................................................................................ 2307
17.2.1 Replication Implementation Details ...................................................................... 2308
17.2.2 Replication Relay and Status Logs ...................................................................... 2309
17.2.3 How Servers Evaluate Replication Filtering Rules ................................................ 2315
17.3 Replication Solutions ..................................................................................................... 2322
17.3.1 Using Replication for Backups ............................................................................. 2323
17.3.2 Using Replication with Different Master and Slave Storage Engines ....................... 2326
17.3.3 Using Replication for Scale-Out ........................................................................... 2328
17.3.4 Replicating Different Databases to Different Slaves .............................................. 2329
17.3.5 Improving Replication Performance ..................................................................... 2330
17.3.6 Switching Masters During Failover ....................................................................... 2331
17.3.7 Setting Up Replication Using SSL ....................................................................... 2333
17.3.8 Semisynchronous Replication .............................................................................. 2335
17.3.9 Delayed Replication ............................................................................................ 2340
17.4 Replication Notes and Tips ............................................................................................ 2341
17.4.1 Replication Features and Issues ......................................................................... 2341
17.4.2 Replication Compatibility Between MySQL Versions ............................................. 2367
17.4.3 Upgrading a Replication Setup ............................................................................ 2368
17.4.4 Troubleshooting Replication ................................................................................ 2369
17.4.5 How to Report Replication Bugs or Problems ....................................................... 2370
18 MySQL Cluster NDB 7.3 .......................................................................................................... 2373
18.1 MySQL Cluster Overview .............................................................................................. 2377
18.1.1 MySQL Cluster Core Concepts ........................................................................... 2378
18.1.2 MySQL Cluster Nodes, Node Groups, Replicas, and Partitions .............................. 2381
18.1.3 MySQL Cluster Hardware, Software, and Networking Requirements ...................... 2384
18.1.4 MySQL Cluster Development History ................................................................... 2386
18.1.5 MySQL Server Using InnoDB Compared with MySQL Cluster .............................. 2386
18.1.6 Known Limitations of MySQL Cluster ................................................................... 2390
18.2 MySQL Cluster Installation ............................................................................................ 2399
18.2.1 The MySQL Cluster Auto-Installer ....................................................................... 2401
18.2.2 Installation of MySQL Cluster on Linux ................................................................ 2417
18.2.3 Installing MySQL Cluster on Windows ................................................................. 2423
18.2.4 Initial Configuration of MySQL Cluster ................................................................. 2432
18.2.5 Initial Startup of MySQL Cluster .......................................................................... 2434
18.2.6 MySQL Cluster Example with Tables and Data .................................................... 2435
18.2.7 Safe Shutdown and Restart of MySQL Cluster ..................................................... 2439
18.2.8 Upgrading and Downgrading MySQL Cluster NDB 7.3 .......................................... 2440
18.3 Configuration of MySQL Cluster NDB 7.3 ....................................................................... 2441
18.3.1 Quick Test Setup of MySQL Cluster .................................................................... 2441
18.3.2 MySQL Cluster Configuration Files ...................................................................... 2444
18.3.3 Overview of MySQL Cluster Configuration Parameters ......................................... 2538
18.3.4 MySQL Server Options and Variables for MySQL Cluster ..................................... 2564
18.3.5 Using High-Speed Interconnects with MySQL Cluster ........................................... 2615
18.4 MySQL Cluster Programs .............................................................................................. 2617
MySQL 5.6 Reference Manual
xvii
18.4.1 ndbd — The MySQL Cluster Data Node Daemon ................................................ 2617
18.4.2 ndbinfo_select_all — Select From ndbinfo Tables ....................................... 2624
18.4.3 ndbmtd — The MySQL Cluster Data Node Daemon (Multi-Threaded) ................... 2626
18.4.4 ndb_mgmd — The MySQL Cluster Management Server Daemon .......................... 2627
18.4.5 ndb_mgm — The MySQL Cluster Management Client ........................................... 2635
18.4.6 ndb_blob_tool — Check and Repair BLOB and TEXT columns of MySQL
Cluster Tables .............................................................................................................. 2637
18.4.7 ndb_config — Extract MySQL Cluster Configuration Information ........................ 2639
18.4.8 ndb_cpcd — Automate Testing for NDB Development ........................................ 2648
18.4.9 ndb_delete_all — Delete All Rows from an NDB Table ................................... 2648
18.4.10 ndb_desc — Describe NDB Tables .................................................................. 2649
18.4.11 ndb_drop_index — Drop Index from an NDB Table ........................................ 2653
18.4.12 ndb_drop_table — Drop an NDB Table ......................................................... 2654
18.4.13 ndb_error_reporter — NDB Error-Reporting Utility ...................................... 2655
18.4.14 ndb_index_stat — NDB Index Statistics Utility ............................................... 2656
18.4.15 ndb_print_backup_file — Print NDB Backup File Contents ......................... 2662
18.4.16 ndb_print_schema_file — Print NDB Schema File Contents ........................ 2662
18.4.17 ndb_print_sys_file — Print NDB System File Contents ............................... 2662
18.4.18 ndbd_redo_log_reader — Check and Print Content of Cluster Redo Log ........ 2663
18.4.19 ndb_restore — Restore a MySQL Cluster Backup .......................................... 2664
18.4.20 ndb_select_all — Print Rows from an NDB Table ........................................ 2677
18.4.21 ndb_select_count — Print Row Counts for NDB Tables ................................. 2681
18.4.22 ndb_setup.py — Start browser-based Auto-Installer for MySQL Cluster ............ 2681
18.4.23 ndb_show_tables — Display List of NDB Tables ............................................ 2685
18.4.24 ndb_size.pl — NDBCLUSTER Size Requirement Estimator ........................... 2686
18.4.25 ndb_waiter — Wait for MySQL Cluster to Reach a Given Status ...................... 2689
18.4.26 Options Common to MySQL Cluster Programs — Options Common to MySQL
Cluster Programs .......................................................................................................... 2692
18.5 Management of MySQL Cluster ..................................................................................... 2695
18.5.1 Summary of MySQL Cluster Start Phases ........................................................... 2696
18.5.2 Commands in the MySQL Cluster Management Client .......................................... 2698
18.5.3 Online Backup of MySQL Cluster ........................................................................ 2702
18.5.4 MySQL Server Usage for MySQL Cluster ............................................................ 2706
18.5.5 Performing a Rolling Restart of a MySQL Cluster ................................................. 2708
18.5.6 Event Reports Generated in MySQL Cluster ........................................................ 2710
18.5.7 MySQL Cluster Log Messages ............................................................................ 2721
18.5.8 MySQL Cluster Single User Mode ....................................................................... 2732
18.5.9 Quick Reference: MySQL Cluster SQL Statements .............................................. 2733
18.5.10 The ndbinfo MySQL Cluster Information Database .......................................... 2736
18.5.11 MySQL Cluster Security Issues ......................................................................... 2756
18.5.12 MySQL Cluster Disk Data Tables ...................................................................... 2763
18.5.13 Adding MySQL Cluster Data Nodes Online ........................................................ 2770
18.5.14 Distributed MySQL Privileges for MySQL Cluster ................................................ 2781
18.5.15 NDB API Statistics Counters and Variables ........................................................ 2785
18.6 MySQL Cluster Replication ............................................................................................ 2797
18.6.1 MySQL Cluster Replication: Abbreviations and Symbols ....................................... 2798
18.6.2 General Requirements for MySQL Cluster Replication .......................................... 2799
18.6.3 Known Issues in MySQL Cluster Replication ........................................................ 2800
18.6.4 MySQL Cluster Replication Schema and Tables .................................................. 2806
18.6.5 Preparing the MySQL Cluster for Replication ....................................................... 2809
18.6.6 Starting MySQL Cluster Replication (Single Replication Channel) .......................... 2811
18.6.7 Using Two Replication Channels for MySQL Cluster Replication ........................... 2813
18.6.8 Implementing Failover with MySQL Cluster Replication ......................................... 2814
18.6.9 MySQL Cluster Backups With MySQL Cluster Replication .................................... 2815
MySQL 5.6 Reference Manual
xviii
18.6.10 MySQL Cluster Replication: Multi-Master and Circular Replication ....................... 2821
18.6.11 MySQL Cluster Replication Conflict Resolution ................................................... 2827
18.7 MySQL Cluster Release Notes ...................................................................................... 2836
19 Partitioning ............................................................................................................................... 2837
19.1 Overview of Partitioning in MySQL ................................................................................. 2839
19.2 Partitioning Types ......................................................................................................... 2842
19.2.1 RANGE Partitioning .............................................................................................. 2844
19.2.2 LIST Partitioning ................................................................................................ 2848
19.2.3 COLUMNS Partitioning .......................................................................................... 2850
19.2.4 HASH Partitioning ................................................................................................ 2859
19.2.5 KEY Partitioning .................................................................................................. 2862
19.2.6 Subpartitioning ................................................................................................... 2864
19.2.7 How MySQL Partitioning Handles NULL ............................................................... 2867
19.3 Partition Management .................................................................................................... 2872
19.3.1 Management of RANGE and LIST Partitions ......................................................... 2873
19.3.2 Management of HASH and KEY Partitions ............................................................. 2879
19.3.3 Exchanging Partitions and Subpartitions with Tables ............................................ 2880
19.3.4 Maintenance of Partitions .................................................................................... 2885
19.3.5 Obtaining Information About Partitions ................................................................. 2887
19.4 Partition Pruning ........................................................................................................... 2889
19.5 Partition Selection ......................................................................................................... 2892
19.6 Restrictions and Limitations on Partitioning ..................................................................... 2898
19.6.1 Partitioning Keys, Primary Keys, and Unique Keys ............................................... 2904
19.6.2 Partitioning Limitations Relating to Storage Engines ............................................. 2908
19.6.3 Partitioning Limitations Relating to Functions ....................................................... 2909
19.6.4 Partitioning and Locking ...................................................................................... 2910
20 Stored Programs and Views ..................................................................................................... 2913
20.1 Defining Stored Programs .............................................................................................. 2914
20.2 Using Stored Routines (Procedures and Functions) ........................................................ 2915
20.2.1 Stored Routine Syntax ........................................................................................ 2916
20.2.2 Stored Routines and MySQL Privileges ............................................................... 2916
20.2.3 Stored Routine Metadata .................................................................................... 2917
20.2.4 Stored Procedures, Functions, Triggers, and LAST_INSERT_ID() ....................... 2917
20.3 Using Triggers .............................................................................................................. 2917
20.3.1 Trigger Syntax and Examples ............................................................................. 2918
20.3.2 Trigger Metadata ................................................................................................ 2922
20.4 Using the Event Scheduler ............................................................................................ 2922
20.4.1 Event Scheduler Overview .................................................................................. 2922
20.4.2 Event Scheduler Configuration ............................................................................ 2923
20.4.3 Event Syntax ...................................................................................................... 2925
20.4.4 Event Metadata .................................................................................................. 2926
20.4.5 Event Scheduler Status ...................................................................................... 2927
20.4.6 The Event Scheduler and MySQL Privileges ........................................................ 2927
20.5 Using Views .................................................................................................................. 2930
20.5.1 View Syntax ....................................................................................................... 2930
20.5.2 View Processing Algorithms ................................................................................ 2931
20.5.3 Updatable and Insertable Views .......................................................................... 2932
20.5.4 View Metadata ................................................................................................... 2934
20.6 Access Control for Stored Programs and Views .............................................................. 2935
20.7 Binary Logging of Stored Programs ............................................................................... 2936
21 INFORMATION_SCHEMA Tables ................................................................................................ 2943
21.1 The INFORMATION_SCHEMA CHARACTER_SETS Table .................................................. 2946
21.2 The INFORMATION_SCHEMA COLLATIONS Table .......................................................... 2947
21.3 The INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY Table ..... 2947
MySQL 5.6 Reference Manual
xix
21.4 The INFORMATION_SCHEMA COLUMNS Table ................................................................ 2948
21.5 The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table ............................................ 2949
21.6 The INFORMATION_SCHEMA ENGINES Table ................................................................ 2949
21.7 The INFORMATION_SCHEMA EVENTS Table .................................................................. 2950
21.8 The INFORMATION_SCHEMA FILES Table .................................................................... 2953
21.9 The INFORMATION_SCHEMA GLOBAL_STATUS and SESSION_STATUS Tables ................ 2955
21.10 The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES Tables .. 2955
21.11 The INFORMATION_SCHEMA KEY_COLUMN_USAGE Table ............................................ 2955
21.12 The INFORMATION_SCHEMA OPTIMIZER_TRACE Table .............................................. 2956
21.13 The INFORMATION_SCHEMA PARAMETERS Table ........................................................ 2957
21.14 The INFORMATION_SCHEMA PARTITIONS Table ........................................................ 2957
21.15 The INFORMATION_SCHEMA PLUGINS Table .............................................................. 2960
21.16 The INFORMATION_SCHEMA PROCESSLIST Table ...................................................... 2962
21.17 The INFORMATION_SCHEMA PROFILING Table .......................................................... 2962
21.18 The INFORMATION_SCHEMA REFERENTIAL_CONSTRAINTS Table ............................... 2963
21.19 The INFORMATION_SCHEMA ROUTINES Table ............................................................ 2964
21.20 The INFORMATION_SCHEMA SCHEMATA Table ............................................................ 2966
21.21 The INFORMATION_SCHEMA SCHEMA_PRIVILEGES Table .......................................... 2966
21.22 The INFORMATION_SCHEMA STATISTICS Table ........................................................ 2966
21.23 The INFORMATION_SCHEMA TABLES Table ................................................................ 2967
21.24 The INFORMATION_SCHEMA TABLESPACES Table ...................................................... 2969
21.25 The INFORMATION_SCHEMA TABLE_CONSTRAINTS Table .......................................... 2969
21.26 The INFORMATION_SCHEMA TABLE_PRIVILEGES Table ............................................ 2969
21.27 The INFORMATION_SCHEMA TRIGGERS Table ............................................................ 2970
21.28 The INFORMATION_SCHEMA USER_PRIVILEGES Table .............................................. 2972
21.29 The INFORMATION_SCHEMA VIEWS Table .................................................................. 2972
21.30 INFORMATION_SCHEMA Tables for InnoDB ................................................................. 2974
21.30.1 The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET Tables ..... 2974
21.30.2 The INFORMATION_SCHEMA INNODB_CMP_PER_INDEX and
INNODB_CMP_PER_INDEX_RESET Tables ..................................................................... 2975
21.30.3 The INFORMATION_SCHEMA INNODB_CMPMEM and INNODB_CMPMEM_RESET
Tables .......................................................................................................................... 2976
21.30.4 The INFORMATION_SCHEMA INNODB_TRX Table ............................................. 2977
21.30.5 The INFORMATION_SCHEMA INNODB_LOCKS Table .......................................... 2978
21.30.6 The INFORMATION_SCHEMA INNODB_LOCK_WAITS Table ................................ 2979
21.30.7 The INFORMATION_SCHEMA INNODB_SYS_TABLES Table ................................ 2980
21.30.8 The INFORMATION_SCHEMA INNODB_SYS_INDEXES Table .............................. 2980
21.30.9 The INFORMATION_SCHEMA INNODB_SYS_COLUMNS Table .............................. 2981
21.30.10 The INFORMATION_SCHEMA INNODB_SYS_FIELDS Table .............................. 2982
21.30.11 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN Table ............................ 2982
21.30.12 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN_COLS Table .................. 2983
21.30.13 The INFORMATION_SCHEMA INNODB_SYS_TABLESTATS View ....................... 2983
21.30.14 The INFORMATION_SCHEMA INNODB_SYS_DATAFILES Table ........................ 2984
21.30.15 The INFORMATION_SCHEMA INNODB_SYS_TABLESPACES Table .................... 2984
21.30.16 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table ............................ 2985
21.30.17 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table .................... 2986
21.30.18 The INFORMATION_SCHEMA INNODB_BUFFER_POOL_STATS Table ................ 2988
21.30.19 The INFORMATION_SCHEMA INNODB_METRICS Table .................................... 2989
21.30.20 The INFORMATION_SCHEMA INNODB_FT_CONFIG Table ................................ 2995
21.30.21 The INFORMATION_SCHEMA INNODB_FT_DEFAULT_STOPWORD Table ............ 2996
21.30.22 The INFORMATION_SCHEMA INNODB_FT_INDEX_TABLE Table ...................... 2996
21.30.23 The INFORMATION_SCHEMA INNODB_FT_INDEX_CACHE Table ...................... 2997
21.30.24 The INFORMATION_SCHEMA INNODB_FT_DELETED Table .............................. 2998
21.30.25 The INFORMATION_SCHEMA INNODB_FT_BEING_DELETED Table .................. 2998
MySQL 5.6 Reference Manual
xx
21.31 Thread Pool INFORMATION_SCHEMA Tables ................................................................ 2999
21.31.1 The INFORMATION_SCHEMA TP_THREAD_STATE Table .................................... 2999
21.31.2 The INFORMATION_SCHEMA TP_THREAD_GROUP_STATE Table ........................ 3000
21.31.3 The INFORMATION_SCHEMA TP_THREAD_GROUP_STATS Table ........................ 3002
21.32 Extensions to SHOW Statements ................................................................................... 3003
22 MySQL Performance Schema .................................................................................................. 3007
22.1 Performance Schema Quick Start .................................................................................. 3009
22.2 Performance Schema Configuration ............................................................................... 3015
22.2.1 Performance Schema Build Configuration ............................................................ 3015
22.2.2 Performance Schema Startup Configuration ......................................................... 3016
22.2.3 Performance Schema Runtime Configuration ....................................................... 3019
22.3 Performance Schema Queries ....................................................................................... 3036
22.4 Performance Schema Instrument Naming Conventions ................................................... 3037
22.5 Performance Schema Status Monitoring ......................................................................... 3039
22.6 Performance Schema Atom and Molecule Events ........................................................... 3043
22.7 Performance Schema Statement Digests ........................................................................ 3043
22.8 Performance Schema General Table Characteristics ....................................................... 3045
22.9 Performance Schema Table Descriptions ....................................................................... 3045
22.9.1 Performance Schema Table Index ....................................................................... 3046
22.9.2 Performance Schema Setup Tables .................................................................... 3047
22.9.3 Performance Schema Instance Tables ................................................................ 3052
22.9.4 Performance Schema Wait Event Tables ............................................................. 3056
22.9.5 Performance Schema Stage Event Tables ........................................................... 3060
22.9.6 Performance Schema Statement Event Tables .................................................... 3064
22.9.7 Performance Schema Connection Tables ............................................................ 3071
22.9.8 Performance Schema Connection Attribute Tables ............................................... 3073
22.9.9 Performance Schema Summary Tables ............................................................... 3074
22.9.10 Performance Schema Miscellaneous Tables ...................................................... 3087
22.10 Performance Schema Option and Variable Reference ................................................... 3094
22.11 Performance Schema Command Options ..................................................................... 3096
22.12 Performance Schema System Variables ....................................................................... 3098
22.13 Performance Schema Status Variables ......................................................................... 3110
22.14 Performance Schema and Plugins ............................................................................... 3113
22.15 Using the Performance Schema to Diagnose Problems ................................................. 3113
23 Connectors and APIs ............................................................................................................... 3115
23.1 MySQL Connector/ODBC .............................................................................................. 3119
23.2 MySQL Connector/Net ................................................................................................... 3119
23.3 MySQL Connector/J ...................................................................................................... 3119
23.4 MySQL Connector/C++ .................................................................................................. 3119
23.5 MySQL Connector/C ..................................................................................................... 3119
23.6 MySQL Connector/Python ............................................................................................. 3119
23.7 libmysqld, the Embedded MySQL Server Library ............................................................ 3120
23.7.1 Compiling Programs with libmysqld ................................................................. 3120
23.7.2 Restrictions When Using the Embedded MySQL Server ....................................... 3121
23.7.3 Options with the Embedded Server ..................................................................... 3121
23.7.4 Embedded Server Examples ............................................................................... 3122
23.8 MySQL C API ............................................................................................................... 3125
23.8.1 MySQL C API Implementations ........................................................................... 3126
23.8.2 Simultaneous MySQL Server and MySQL Connector/C Installations ...................... 3127
23.8.3 Example C API Client Programs ......................................................................... 3128
23.8.4 Building and Running C API Client Programs ....................................................... 3128
23.8.5 C API Data Structures ........................................................................................ 3132
23.8.6 C API Function Overview .................................................................................... 3137
23.8.7 C API Function Descriptions ............................................................................... 3142
剩余4033页未读,继续阅读
2013-10-24 上传
2024-11-06 上传
2024-11-06 上传
2024-10-26 上传
2024-11-08 上传
2024-10-26 上传
2024-10-26 上传
lb520999
- 粉丝: 1
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Angular实现MarcHayek简历展示应用教程
- Crossbow Spot最新更新 - 获取Chrome扩展新闻
- 量子管道网络优化与Python实现
- Debian系统中APT缓存维护工具的使用方法与实践
- Python模块AccessControl的Windows64位安装文件介绍
- 掌握最新*** Fisher资讯,使用Google Chrome扩展
- Ember应用程序开发流程与环境配置指南
- EZPCOpenSDK_v5.1.2_build***版本更新详情
- Postcode-Finder:利用JavaScript和Google Geocode API实现
- AWS商业交易监控器:航线行为分析与营销策略制定
- AccessControl-4.0b6压缩包详细使用教程
- Python编程实践与技巧汇总
- 使用Sikuli和Python打造颜色求解器项目
- .Net基础视频教程:掌握GDI绘图技术
- 深入理解数据结构与JavaScript实践项目
- 双子座在线裁判系统:提高编程竞赛效率
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功