mysql5.7.21參數(shù)都有哪些

這篇文章將為大家詳細講解有關(guān)MySQL5.7.21參數(shù)都有哪些,文章內(nèi)容質(zhì)量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關(guān)知識有一定的了解。

成都創(chuàng)新互聯(lián)服務(wù)項目包括昆玉網(wǎng)站建設(shè)、昆玉網(wǎng)站制作、昆玉網(wǎng)頁制作以及昆玉網(wǎng)絡(luò)營銷策劃等。多年來,我們專注于互聯(lián)網(wǎng)行業(yè),利用自身積累的技術(shù)優(yōu)勢、行業(yè)經(jīng)驗、深度合作伙伴關(guān)系等,向廣大中小型企業(yè)、政府機構(gòu)等提供互聯(lián)網(wǎng)行業(yè)的解決方案,昆玉網(wǎng)站推廣取得了明顯的社會效益與經(jīng)濟效益。目前,我們服務(wù)的客戶以成都為中心已經(jīng)輻射到昆玉省份的部分城市,未來相信會繼續(xù)擴大服務(wù)區(qū)域并繼續(xù)獲得客戶的支持與信任!

auto_increment_increment:表示自增長字段每次遞增的量,其默認值是1,取值范圍是1 .. 65535 

auto_increment_offset:表示自增長字段從那個數(shù)開始,他的取值范圍是1 .. 65535

autocommit:自動提交

automatic_sp_privileges:控制著server是否自動分配execute和alter權(quán)限給創(chuàng)建routine的用戶。 默認為1,自動賦權(quán)

avoid_temporal_upgrade:其作用是讓我們能選擇是否強制升級表結(jié)構(gòu)

back_log:指出在MySQL暫時停止回答新請求之前的短時間內(nèi)多少個請求可以被存在堆棧中

basedir:mysql安裝的路徑

big_tables:使大結(jié)果集通過保存所有臨時集到文件。這個選項可以防止大多數(shù)“table full” 錯誤,但也會減緩對內(nèi)存中的表的查詢。

bind_address:MySQL服務(wù)對于TCP/IP連接僅監(jiān)聽單個網(wǎng)絡(luò)套接字。這個套接字綁定單個地址。但對單個地址可能映射到多個網(wǎng)絡(luò)接口。

binlog_cache_size:為每個session 分配的內(nèi)存,在事務(wù)過程中用來存儲二進制日志的緩存

binlog_checksum: CRC32或者none,設(shè)置為none可以兼容低版本

binlog_direct_non_transactional_updates:開啟他,這樣不管任何情況對非事務(wù)表的操作都將記錄binlog,對于非事務(wù)引擎表,直接走日志,不走2pc提交

binlog_error_action:當遇到mysql不能寫binlog時,報出異常,默認是ignore error不報錯

binlog_format:指定binlog的日志格式,支持statement,row,mixed格式

binlog_group_commit_sync_delay:表示binlog提交后等待延遲多少時間再同步到磁盤,默認0,不延遲。設(shè)置延遲可以讓多個事務(wù)在用一時刻提交,提高binlog組提交的并發(fā)數(shù)和效率,提高slave的吞吐量。全局動態(tài)變量,單位微妙,默認0,范圍:0~1000000(1秒)。

binlog_group_commit_sync_no_delay_count:表示等待延遲提交的最大事務(wù)數(shù),如果上面參數(shù)的時間沒到,但事務(wù)數(shù)到了,則直接同步到磁盤。

binlog_group_commit_sync_delay:binlog_group_commit_sync_no_delay_count沒有開啟,則該參數(shù)也不會開啟.全局動態(tài)變量,單位個數(shù),默認0,范圍:0~1000000

binlog_gtid_simple_recovery:MySQL5.7.7之后默認on,這個參數(shù)控制了當mysql啟動或重啟時,mysql在搜尋GTIDs時是如何迭代使用binlog文件。該參數(shù)為真時,mysql-server只需打開最老的和最新的這2個binlog文件,gtid_purged參數(shù)的值和gtid_executed參數(shù)的值可以根據(jù)這些文件中的Previous_gtids_log_event或者Gtid_log_event計算得出。這確保了當mysql-server重啟或清理binlog時,只需打開2個binlog文件。當這個參數(shù)設(shè)置為off,在mysql恢復期間,為了初始化gtid_executed,所有以最新文件開始的binlog都要被檢查。并且為了初始化gtid_purged,所有的binlog都要被檢查。這可能需要非常長的時間,建議開啟。

binlog_max_flush_queue_time:單位為微妙,用于從flush隊列中取事務(wù)的超時時間,這主要是防止并發(fā)事務(wù)過高,導致某些事務(wù)的RT上升

binlog_order_commits:當設(shè)置為0時,事務(wù)可能以和binlog不相同的順序被提交

binlog_row_image:FULL記錄每一行的變更,minimal只記錄影響后的行

binlog_rows_query_log_events 將原始的操作sql記錄寫入事件中

binlog_stmt_cache_size非事務(wù)語句緩存大小

block_encryption_mode默認aes-128-ecb,塊加密模式

bulk_insert_buffer_size提高數(shù)據(jù)插入的效率,這個參數(shù)設(shè)置的是 bulk insert 的緩存大小,默認是 8M

character_set_client客戶端使用的字符集

character_set_connection連接數(shù)據(jù)庫的字符集設(shè)置類型

character_set_database數(shù)據(jù)庫中某庫使用的字符集

character_set_filesystem

character_set_results數(shù)據(jù)庫給客戶端返回時使用的數(shù)據(jù)庫

character_set_server服務(wù)器安裝時指定的字符集

character_set_system數(shù)據(jù)庫系統(tǒng)使用的字符集

character_sets_dir:字符集安裝的目錄

check_proxy_users表示是否開啟代理用戶的功能

collation_connection連接數(shù)據(jù)庫的字符校對規(guī)則

collation_database數(shù)據(jù)庫中某庫使用的字符集校對規(guī)則

collation_server服務(wù)器安裝時指定的字符集校對規(guī)則

completion_type:0或no_chain,1:commit提交后開啟一個事務(wù),2提交后與數(shù)據(jù)庫斷開

concurrent_insert當concurrent_insert=0時,不允許并發(fā)插入功能。

當concurrent_insert=1時,允許對沒有洞洞的表使用并發(fā)插入,新數(shù)據(jù)位于數(shù)據(jù)文件結(jié)尾(缺省)。

當concurrent_insert=2時,不管表有沒有洞洞,都允許在數(shù)據(jù)文件結(jié)尾并發(fā)插入。(myisam)

connect_timeout mysql客戶端在嘗試與mysql服務(wù)器建立連接時,mysql服務(wù)器返回錯誤握手協(xié)議前等待客戶端數(shù)據(jù)包的最大時限

core_file  corefile是Linux下程序崩潰時生成的文件,可以用來分析程序崩潰的原因,因為它內(nèi)部包含了程序崩潰時的堆棧信息。

datadir 數(shù)據(jù)文件目錄

date_format 日期格式

datetime_format 時間格式

default_authentication_plugin 默認密碼認證插件

default_password_lifetime 默認密碼生存時間(天)

default_storage_engine默認存儲引擎

default_tmp_storage_engine表示臨時表的默認存儲引擎

default_week_format當調(diào)用WEEK()或YEARWEEK()函數(shù)時,如果不帶可選的mode參數(shù),則默認為此變量設(shè)置的那個模式值

delay_key_write對于使用DELAY_KEY_WRITE選項創(chuàng)建的MyISAM表,服務(wù)器是否需要延遲鍵寫入。此變量由以下3中可取值。

ON(默認值)。此時,服務(wù)器會根據(jù)DELAY_KEY_WRITE選項的值進行操作;如果表時用DELAY_KEY_WRITE=1選項創(chuàng)建的,則延遲鍵寫入;如果表使用DELAY_KEY_WRITE=0選項創(chuàng)建的,則不延遲。

OFF。它表示的是,對任務(wù)表都不延遲鍵寫入,不管它們是如何定義的。

ALL。它表示的是,對任務(wù)表都總是延遲鍵寫入,不管它們是如何定義的。

比較常見的做法是,在運行復制從服務(wù)器時將delay_key_write設(shè)置為ALL,以提高MyISAM表的性能(不管這些表最初是如何被創(chuàng)建的,都延遲其鍵寫入)。

delayed_insert_limit它指的是該表的延遲行處理器在檢查表是否有新的SELECT語句到來之前插入的源自INSERT DELAYED語句的行數(shù)量。如果有語句到達,則將插入操作掛起,以便檢索操作能夠得到執(zhí)行。

delayed_insert_timeout當INSERT DELAYED操作的處理器插入完排隊的各個行是,它會等待dealyed_insert_timeout秒,檢查一下是否有新的INSERT DELAYED行到達。如果有行到達,則繼續(xù)插入;否則終止插入操作。

delayed_queue_size每個表針對INSERT DELAYED有可以排入隊列的行數(shù)量。當隊列排滿時,則會有更多針對該表的INSERT DELAYED語句被阻塞,一直到隊列擁有足夠的空間為止。

disabled_storage_engines不支持的存儲引擎

disconnect_on_expired_password用于控制客戶端如何處理失效的密碼,默認打開

div_precision_increment在使用操作符/對兩個精確數(shù)值做除法運算時,此變量表示的是需要增加的精度位數(shù)。例如,當div_precision_increment的值為4或6時,.1/.7的結(jié)果分別為.14286或0.1428571。此變量的取值范圍是0~30,默認為4。

end_markers_in_json

enforce_gtid_consistency開啟gtid的一些安全限制(介意開啟)

eq_range_index_dive_limit簡單說,選項 eq_range_index_dive_limit 的值設(shè)定了 IN列表中的條件個數(shù)上線,超過設(shè)定值時,會將執(zhí)行計劃從 1 變成 2。

event_scheduler事件計劃

expire_logs_days日志過期時間

explicit_defaults_for_timestamp

flush是否啟用同步表數(shù)據(jù)到磁盤以及自動同步的間隔時間

flush_time是否啟用同步表數(shù)據(jù)到磁盤以及自動同步的間隔時間

foreign_key_checks是否開啟外檢檢查

ft_boolean_syntax表示需要被全文索引的字段通過以上這些變量進行分詞切分

ft_max_word_len最大分詞長度,一般情況下不需要更改

ft_min_word_len最小分詞長度,一般情況下修改為1

ft_query_expansion_limitMyISAM引擎表使用 with query expansion 進行全文搜索的最大匹配數(shù)

ft_stopword_file表示過濾掉不索引的詞表, 一行一個

general_log 是否開啟全量日志

general_log_file全量日志文件路徑

group_concat_max_lengroup_concat連接字段的時候是有長度限制的,并不是有多少連多少,可用過該變量設(shè)置

gtid_executed它是一組包含已經(jīng)記錄在二進制日志文件中的事務(wù)集合 

gtid_executed_compression_period用來控制每執(zhí)行多少個事務(wù),對此表進行壓縮,默認值為1000

gtid_mode是否開啟開啟GTID模式

gtid_owned表示正在執(zhí)行的事務(wù)的gtid以及對應的線程ID

gtid_purged已經(jīng)被刪除的binlog的事務(wù),它是GTID_EXECUTED的子集,從MySQL5.6.9開始,該變量無法被設(shè)置

have_compress zlib壓縮庫是否能為MySQL服務(wù)器所用

have_crypt crypt()系統(tǒng)調(diào)用是否可為MySQL服務(wù)器所用

have_dynamic_loadingmysqld支持動態(tài)加載插件時為YES,否則為NO

have_geometry mysqld支持空間數(shù)據(jù)類型時為YES,否則為NO

have_openssl此為have_ssl選項的別名

have_profiling mysqld支持語句性能分析時則為YES,否則為NO。如果支持profiling功能,則--profiling變量則用于控制是否啟動此功能。

have_query_cache mysqld支持查詢緩存則為YES,否則為NO。

have_rtree_keys mysqld支持RTREE索引則為YES,否則為NO。RTREE索引用于MyISAM表的空間索引。

have_ssl mysqld支持SSL連接時為YES,否則為NO

have_statement_timeout

have_symlink mysqld支持符號鏈接則為YES,否則為NO。在Unix主機上,此功能對數(shù)據(jù)目錄和索引目錄有用。

host_cache_size 為加快主機名到IP解析禁用使用內(nèi)部主機緩存

hostname 主機名

ignore_builtin_innodb

ignore_db_dirs用于控制是否忽略DATA目錄下的db目錄,多個用多行分開

init_connect 是用戶登錄到數(shù)據(jù)庫上之后,在執(zhí)行第一次查詢之前執(zhí)行 里面的內(nèi)容的

init_file 有時候我們希望MySQL能夠在啟動時做一些數(shù)據(jù)庫的操作,比如把索引加入cache等等。因為有些配置會在MySQL重啟后失效,重啟后我們就可以通過init_file這個參數(shù)讓MySQL重新執(zhí)行一些SQL語句。

init_slave

innodb_adaptive_flushing

innodb_adaptive_flushing_lwm

innodb_adaptive_hash_index

innodb_adaptive_hash_index_parts

innodb_adaptive_max_sleep_delay

innodb_api_bk_commit_interval

innodb_api_disable_rowlock

innodb_api_enable_binlog

innodb_api_enable_mdl

innodb_api_trx_level

innodb_autoextend_increment

innodb_autoinc_lock_mode

innodb_buffer_pool_chunk_size

innodb_buffer_pool_dump_at_shutdown

innodb_buffer_pool_dump_now

innodb_buffer_pool_dump_pct

innodb_buffer_pool_filename

innodb_buffer_pool_instances

innodb_buffer_pool_load_abort

innodb_buffer_pool_load_at_startup

innodb_buffer_pool_load_now

innodb_buffer_pool_size

innodb_change_buffer_max_size

innodb_change_buffering

innodb_checksum_algorithm

innodb_checksums

innodb_cmp_per_index_enabled

innodb_commit_concurrency

innodb_compression_failure_threshold_pct

innodb_compression_level

innodb_compression_pad_pct_max

innodb_concurrency_tickets

innodb_data_file_path

innodb_data_home_dir

innodb_deadlock_detect

innodb_default_row_format

innodb_disable_sort_file_cache

innodb_doublewrite

innodb_fast_shutdown

innodb_file_format

innodb_file_format_check

innodb_file_format_max

innodb_file_per_table

innodb_fill_factor

innodb_flush_log_at_timeout

innodb_flush_log_at_trx_commit

innodb_flush_method

innodb_flush_neighbors

innodb_flush_sync

innodb_flushing_avg_loops

innodb_force_load_corrupted

innodb_force_recovery

innodb_ft_aux_table

innodb_ft_cache_size

innodb_ft_enable_diag_print

innodb_ft_enable_stopword

innodb_ft_max_token_size

innodb_ft_min_token_size

innodb_ft_num_word_optimize

innodb_ft_result_cache_limit

innodb_ft_server_stopword_table

innodb_ft_sort_pll_degree

innodb_ft_total_cache_size

innodb_ft_user_stopword_table

innodb_io_capacity

innodb_io_capacity_max

innodb_large_prefix

innodb_lock_wait_timeout

innodb_locks_unsafe_for_binlog

innodb_log_buffer_size

innodb_log_checksums

innodb_log_compressed_pages

innodb_log_file_size

innodb_log_files_in_group

innodb_log_group_home_dir

innodb_log_write_ahead_size

innodb_lru_scan_depth

innodb_max_dirty_pages_pct

innodb_max_dirty_pages_pct_lwm

innodb_max_purge_lag

innodb_max_purge_lag_delay

innodb_max_undo_log_size

innodb_monitor_disable

innodb_monitor_enable

innodb_monitor_reset

innodb_monitor_reset_all

innodb_numa_interleave

innodb_old_blocks_pct

innodb_old_blocks_time

innodb_online_alter_log_max_size

innodb_open_files

innodb_optimize_fulltext_only

innodb_page_cleaners

innodb_page_size

innodb_print_all_deadlocks

innodb_purge_batch_size

innodb_purge_rseg_truncate_frequency

innodb_purge_threads

innodb_random_read_ahead

innodb_read_ahead_threshold

innodb_read_io_threads

innodb_read_only

innodb_replication_delay

innodb_rollback_on_timeout

innodb_rollback_segments

innodb_sort_buffer_size

innodb_spin_wait_delay

innodb_stats_auto_recalc

innodb_stats_include_delete_marked

innodb_stats_method

innodb_stats_on_metadata

innodb_stats_persistent

innodb_stats_persistent_sample_pages

innodb_stats_sample_pages

innodb_stats_transient_sample_pages

innodb_status_output

innodb_status_output_locks

innodb_strict_mode

innodb_support_xa

innodb_sync_array_size

innodb_sync_spin_loops

innodb_table_locks

innodb_temp_data_file_path

innodb_thread_concurrency

innodb_thread_sleep_delay

innodb_tmpdir

innodb_undo_directory

innodb_undo_log_truncate

innodb_undo_logs

innodb_undo_tablespaces

innodb_use_native_aio

innodb_version

innodb_write_io_threads

interactive_timeout

internal_tmp_disk_storage_engine

join_buffer_size

keep_files_on_create

key_buffer_size

key_cache_age_threshold

key_cache_block_size

key_cache_division_limit

large_files_support

large_page_size

large_pages

lc_messages

lc_messages_dir

lc_time_names

license

local_infile

lock_wait_timeout

locked_in_memory

log_bin

log_bin_basename

log_bin_index

log_bin_trust_function_creators

log_bin_use_v1_row_events

log_builtin_as_identified_by_password

log_error

log_error_verbosity

log_output

log_queries_not_using_indexes

log_slave_updates

log_slow_admin_statements

log_slow_slave_statements

log_statements_unsafe_for_binlog

log_syslog

log_syslog_facility

log_syslog_include_pid

log_syslog_tag

log_throttle_queries_not_using_indexes

log_timestamps

log_warnings

long_query_time

low_priority_updates

lower_case_file_system

lower_case_table_names

maintain_user_list

master_info_repository

master_verify_checksum

max_allowed_packet

max_binlog_cache_size

max_binlog_size

max_binlog_stmt_cache_size

max_connect_errors

max_connections

max_delayed_threads

max_digest_length

max_error_count

max_execution_time

max_heap_table_size

max_insert_delayed_threads

max_join_size

max_length_for_sort_data

max_points_in_geometry

max_prepared_stmt_count

max_relay_log_size

max_seeks_for_key

max_sort_length

max_sp_recursion_depth

max_tmp_tables

max_user_connections

max_write_lock_count

metadata_locks_cache_size

metadata_locks_hash_instances

min_examined_row_limit

multi_range_count

myisam_data_pointer_size

myisam_max_sort_file_size

myisam_mmap_size

myisam_recover_options

myisam_repair_threads

myisam_sort_buffer_size

myisam_stats_method

myisam_use_mmap

mysql_native_password_proxy_users

net_buffer_length

net_read_timeout

net_retry_count

net_write_timeout

new

ngram_token_size

offline_mode

old

old_alter_table

old_passwords

open_files_limit

opt_rds_audit_log_enabled

opt_rds_enable_show_slave_lag

opt_rds_last_error_gtid

optimizer_prune_level

optimizer_search_depth

optimizer_switch

optimizer_trace

optimizer_trace_features

optimizer_trace_limit

optimizer_trace_max_mem_size

optimizer_trace_offset

parser_max_mem_size

performance_schema

performance_schema_accounts_size

performance_schema_digests_size

performance_schema_events_stages_history_long_size

performance_schema_events_stages_history_size

performance_schema_events_statements_history_long_size

performance_schema_events_statements_history_size

performance_schema_events_transactions_history_long_size

performance_schema_events_transactions_history_size

performance_schema_events_waits_history_long_size

performance_schema_events_waits_history_size

performance_schema_hosts_size

performance_schema_max_cond_classes

performance_schema_max_cond_instances

performance_schema_max_digest_length

performance_schema_max_file_classes

performance_schema_max_file_handles

performance_schema_max_file_instances

performance_schema_max_index_stat

performance_schema_max_memory_classes

performance_schema_max_metadata_locks

performance_schema_max_mutex_classes

performance_schema_max_mutex_instances

performance_schema_max_prepared_statements_instances

performance_schema_max_program_instances

performance_schema_max_rwlock_classes

performance_schema_max_rwlock_instances

performance_schema_max_socket_classes

performance_schema_max_socket_instances

performance_schema_max_sql_text_length

performance_schema_max_stage_classes

performance_schema_max_statement_classes

performance_schema_max_statement_stack

performance_schema_max_table_handles

performance_schema_max_table_instances

performance_schema_max_table_lock_stat

performance_schema_max_thread_classes

performance_schema_max_thread_instances

performance_schema_session_connect_attrs_size

performance_schema_setup_actors_size

performance_schema_setup_objects_size

performance_schema_users_size

pid_file

plugin_dir

port

preload_buffer_size

profiling

profiling_history_size

protocol_version

query_alloc_block_size

query_cache_limit

query_cache_min_res_unit

query_cache_size

query_cache_type

query_cache_wlock_invalidate

query_prealloc_size

range_alloc_block_size

range_optimizer_max_mem_size

rbr_exec_mode

rds_audit_last_log_row

rds_audit_log_dir

rds_audit_log_file

rds_audit_log_row

rds_audit_log_version

rds_audit_max_sql_size

rds_audit_row_limit

rds_check_core_file_enabled

rds_force_myisam_to_innodb

rds_global_access

rds_is_dump_thread

rds_kill_connections

rds_proxy_user_list

rds_release_date

rds_reserved_connections

rds_result_skip_counter

rds_set_connection_id_enabled

rds_trx_changes_idle_timeout

rds_trx_idle_timeout

rds_trx_readonly_idle_timeout

rds_user_with_kill_option

rds_version

read_buffer_size

read_only

read_rnd_buffer_size

relay_log

relay_log_basename

relay_log_index

relay_log_info_file

relay_log_info_repository

relay_log_purge

relay_log_recovery

relay_log_space_limit

report_host

report_password

report_port

report_user

require_secure_transport

rpl_semi_sync_master_enabled

rpl_semi_sync_master_timeout

rpl_semi_sync_master_trace_level

rpl_semi_sync_master_wait_for_slave_count

rpl_semi_sync_master_wait_no_slave

rpl_semi_sync_master_wait_point

rpl_semi_sync_slave_enabled

rpl_semi_sync_slave_trace_level

rpl_stop_slave_timeout

secure_auth

secure_file_priv

server_id

server_id_bits

server_uuid

session_track_gtids

session_track_schema

session_track_state_change

session_track_system_variables

session_track_transaction_info

sha256_password_proxy_users

show_compatibility_56

show_old_temporals

skip_external_locking

skip_name_resolve

skip_networking

skip_show_database

slave_allow_batching

slave_checkpoint_group

slave_checkpoint_period

slave_compressed_protocol

slave_exec_mode

slave_load_tmpdir

slave_max_allowed_packet

slave_net_timeout

slave_parallel_type

slave_parallel_workers

slave_pending_jobs_size_max

slave_preserve_commit_order

slave_rows_search_algorithms

slave_skip_errors

slave_sql_verify_checksum

slave_transaction_retries

slave_type_conversions

slow_launch_time

slow_query_log

slow_query_log_file

socket

sort_buffer_size

sql_auto_is_null

sql_big_selects

sql_buffer_result

sql_log_off

sql_mode

sql_notes

sql_quote_show_create

sql_safe_updates

sql_select_limit

sql_slave_skip_counter

sql_warnings

ssl_ca

ssl_capath

ssl_cert

ssl_cipher

ssl_crl

ssl_crlpath

ssl_key

stored_program_cache

super_read_only

sync_binlog

sync_frm

sync_master_info

sync_relay_log

sync_relay_log_info

system_time_zone

table_definition_cache

table_open_cache

table_open_cache_instances

thread_cache_size

thread_handling

thread_stack

time_format

time_zone

tls_version

tmp_table_size

tmpdir

transaction_alloc_block_size

transaction_isolation

transaction_prealloc_size

transaction_read_only

transaction_write_set_extraction

tx_isolation

tx_read_only

unique_checks

updatable_views_with_limit

version

version_comment

version_compile_machine

version_compile_os

wait_timeout

關(guān)于mysql5.7.21參數(shù)都有哪些就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

分享題目:mysql5.7.21參數(shù)都有哪些
網(wǎng)址分享:http://bm7419.com/article2/igdhic.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站建設(shè)、營銷型網(wǎng)站建設(shè)、企業(yè)建站、微信小程序、做網(wǎng)站網(wǎng)站制作

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

成都定制網(wǎng)站網(wǎng)頁設(shè)計