在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例Clojure → easymq实时通信协议

easymq实时通信协议

Clojure

下载此实例
  • 开发语言:Others
  • 实例大小:29.30M
  • 下载次数:4
  • 浏览次数:44
  • 发布时间:2022-06-06
  • 实例类别:Clojure
  • 发 布 人:alexvlion
  • 文件格式:.zip
  • 所需积分:2
 相关标签: easymq Network zeromq

实例介绍

【实例简介】easymq实时通信协议

类似于zeromq的实时通信协议, 运行android平台

【实例截图】

from clipboard

【核心代码】

.
├── easymq
│   ├── Android.bp
│   ├── CMakeLists.txt
│   ├── README.md
│   ├── auto_release.sh
│   ├── c
│   │   ├── CMakeLists.txt
│   │   ├── include
│   │   │   └── easymq
│   │   │       ├── client.h
│   │   │       ├── crypto.h
│   │   │       ├── debug.h
│   │   │       ├── publisher.h
│   │   │       ├── seclient.h
│   │   │       ├── server.h
│   │   │       ├── seserver.h
│   │   │       ├── seutils.h
│   │   │       └── subscriber.h
│   │   ├── libs
│   │   │   ├── cppzmq-4.3.0
│   │   │   │   └── zmq.hpp
│   │   │   ├── gdse
│   │   │   │   ├── include
│   │   │   │   │   ├── SeCrypt.h
│   │   │   │   │   ├── gddef.h
│   │   │   │   │   ├── gdutils.h
│   │   │   │   │   └── se_uc.h
│   │   │   │   ├── prebuilt
│   │   │   │   │   └── ql
│   │   │   │   │       ├── libGDEngine.so
│   │   │   │   │       └── libseuc.a
│   │   │   │   └── src
│   │   │   │       └── gdutils.c
│   │   │   └── libzmq
│   │   │       ├── include
│   │   │       │   ├── zmq.h
│   │   │       │   └── zmq_utils.h
│   │   │       └── prebuilt
│   │   │           ├── ndk_arm64
│   │   │           │   ├── libzmq.so
│   │   │           │   ├── libzmq.so.5
│   │   │           │   └── libzmq.so.5.2.1
│   │   │           └── ql
│   │   │               ├── libzmq.so
│   │   │               ├── libzmq.so.5
│   │   │               └── libzmq.so.5.2.1
│   │   └── src
│   │       ├── client.cc
│   │       ├── crypto.cc
│   │       ├── publisher.cc
│   │       ├── seclient.cc
│   │       ├── server.cc
│   │       ├── seserver.cc
│   │       ├── seutils.cc
│   │       ├── subscriber.cc
│   │       └── zhelpers.hpp
│   ├── cmake
│   │   ├── FindZeroMQ.cmake
│   │   ├── ndk_arm64.cmake
│   │   └── ql.cmake
│   ├── java
│   │   ├── easymq
│   │   │   ├── Client.java
│   │   │   ├── Log.java
│   │   │   ├── LogcatLogger.java
│   │   │   ├── Logger.java
│   │   │   ├── Publisher.java
│   │   │   ├── RequestCallback.java
│   │   │   ├── SeClient.java
│   │   │   ├── SeServer.java
│   │   │   ├── SeUtils.java
│   │   │   ├── Server.java
│   │   │   ├── Subscriber.java
│   │   │   ├── SysoutLogger.java
│   │   │   └── Utils.java
│   │   └── pom.xml
│   ├── others
│   │   └── tbox_net
│   │       ├── Android.bp
│   │       ├── README.md
│   │       ├── c
│   │       │   ├── CMakeLists.txt
│   │       │   ├── gpsinfo
│   │       │   │   ├── gpsinfo.cc
│   │       │   │   ├── gpsinfo.h
│   │       │   │   └── test_gpsinfo.cc
│   │       │   ├── libs
│   │       │   │   ├── gtest-1.8.1
│   │       │   │   │   ├── include
│   │       │   │   │   │   └── gtest
│   │       │   │   │   │       ├── gtest-death-test.h
│   │       │   │   │   │       ├── gtest-message.h
│   │       │   │   │   │       ├── gtest-param-test.h
│   │       │   │   │   │       ├── gtest-param-test.h.pump
│   │       │   │   │   │       ├── gtest-printers.h
│   │       │   │   │   │       ├── gtest-spi.h
│   │       │   │   │   │       ├── gtest-test-part.h
│   │       │   │   │   │       ├── gtest-typed-test.h
│   │       │   │   │   │       ├── gtest.h
│   │       │   │   │   │       ├── gtest_pred_impl.h
│   │       │   │   │   │       ├── gtest_prod.h
│   │       │   │   │   │       └── internal
│   │       │   │   │   │           ├── custom
│   │       │   │   │   │           │   ├── README.md
│   │       │   │   │   │           │   ├── gtest-port.h
│   │       │   │   │   │           │   ├── gtest-printers.h
│   │       │   │   │   │           │   └── gtest.h
│   │       │   │   │   │           ├── gtest-death-test-internal.h
│   │       │   │   │   │           ├── gtest-filepath.h
│   │       │   │   │   │           ├── gtest-internal.h
│   │       │   │   │   │           ├── gtest-linked_ptr.h
│   │       │   │   │   │           ├── gtest-param-util-generated.h
│   │       │   │   │   │           ├── gtest-param-util-generated.h.pump
│   │       │   │   │   │           ├── gtest-param-util.h
│   │       │   │   │   │           ├── gtest-port-arch.h
│   │       │   │   │   │           ├── gtest-port.h
│   │       │   │   │   │           ├── gtest-string.h
│   │       │   │   │   │           ├── gtest-tuple.h
│   │       │   │   │   │           ├── gtest-tuple.h.pump
│   │       │   │   │   │           ├── gtest-type-util.h
│   │       │   │   │   │           └── gtest-type-util.h.pump
│   │       │   │   │   └── prebuilt
│   │       │   │   │       ├── ndk_arm64
│   │       │   │   │       │   ├── libgtest.a
│   │       │   │   │       │   └── libgtest_main.a
│   │       │   │   │       └── ql
│   │       │   │   │           ├── libgtest.a
│   │       │   │   │           └── libgtest_main.a
│   │       │   │   └── protobuf-3.7.0
│   │       │   │       ├── include
│   │       │   │       │   └── google
│   │       │   │       │       └── protobuf
│   │       │   │       │           ├── any.h
│   │       │   │       │           ├── any.pb.h
│   │       │   │       │           ├── api.pb.h
│   │       │   │       │           ├── arena.h
│   │       │   │       │           ├── arena_impl.h
│   │       │   │       │           ├── arena_test_util.h
│   │       │   │       │           ├── arenastring.h
│   │       │   │       │           ├── compiler
│   │       │   │       │           │   ├── annotation_test_util.h
│   │       │   │       │           │   ├── code_generator.h
│   │       │   │       │           │   ├── command_line_interface.h
│   │       │   │       │           │   ├── cpp
│   │       │   │       │           │   │   ├── cpp_enum.h
│   │       │   │       │           │   │   ├── cpp_enum_field.h
│   │       │   │       │           │   │   ├── cpp_extension.h
│   │       │   │       │           │   │   ├── cpp_field.h
│   │       │   │       │           │   │   ├── cpp_file.h
│   │       │   │       │           │   │   ├── cpp_generator.h
│   │       │   │       │           │   │   ├── cpp_helpers.h
│   │       │   │       │           │   │   ├── cpp_map_field.h
│   │       │   │       │           │   │   ├── cpp_message.h
│   │       │   │       │           │   │   ├── cpp_message_field.h
│   │       │   │       │           │   │   ├── cpp_message_layout_helper.h
│   │       │   │       │           │   │   ├── cpp_options.h
│   │       │   │       │           │   │   ├── cpp_padding_optimizer.h
│   │       │   │       │           │   │   ├── cpp_primitive_field.h
│   │       │   │       │           │   │   ├── cpp_service.h
│   │       │   │       │           │   │   ├── cpp_string_field.h
│   │       │   │       │           │   │   ├── cpp_unittest.h
│   │       │   │       │           │   │   └── cpp_unittest.inc
│   │       │   │       │           │   ├── csharp
│   │       │   │       │           │   │   ├── csharp_doc_comment.h
│   │       │   │       │           │   │   ├── csharp_enum.h
│   │       │   │       │           │   │   ├── csharp_enum_field.h
│   │       │   │       │           │   │   ├── csharp_field_base.h
│   │       │   │       │           │   │   ├── csharp_generator.h
│   │       │   │       │           │   │   ├── csharp_helpers.h
│   │       │   │       │           │   │   ├── csharp_map_field.h
│   │       │   │       │           │   │   ├── csharp_message.h
│   │       │   │       │           │   │   ├── csharp_message_field.h
│   │       │   │       │           │   │   ├── csharp_names.h
│   │       │   │       │           │   │   ├── csharp_options.h
│   │       │   │       │           │   │   ├── csharp_primitive_field.h
│   │       │   │       │           │   │   ├── csharp_reflection_class.h
│   │       │   │       │           │   │   ├── csharp_repeated_enum_field.h
│   │       │   │       │           │   │   ├── csharp_repeated_message_field.h
│   │       │   │       │           │   │   ├── csharp_repeated_primitive_field.h
│   │       │   │       │           │   │   ├── csharp_source_generator_base.h
│   │       │   │       │           │   │   └── csharp_wrapper_field.h
│   │       │   │       │           │   ├── importer.h
│   │       │   │       │           │   ├── java
│   │       │   │       │           │   │   ├── java_context.h
│   │       │   │       │           │   │   ├── java_doc_comment.h
│   │       │   │       │           │   │   ├── java_enum.h
│   │       │   │       │           │   │   ├── java_enum_field.h
│   │       │   │       │           │   │   ├── java_enum_field_lite.h
│   │       │   │       │           │   │   ├── java_enum_lite.h
│   │       │   │       │           │   │   ├── java_extension.h
│   │       │   │       │           │   │   ├── java_extension_lite.h
│   │       │   │       │           │   │   ├── java_field.h
│   │       │   │       │           │   │   ├── java_file.h
│   │       │   │       │           │   │   ├── java_generator.h
│   │       │   │       │           │   │   ├── java_generator_factory.h
│   │       │   │       │           │   │   ├── java_helpers.h
│   │       │   │       │           │   │   ├── java_map_field.h
│   │       │   │       │           │   │   ├── java_map_field_lite.h
│   │       │   │       │           │   │   ├── java_message.h
│   │       │   │       │           │   │   ├── java_message_builder.h
│   │       │   │       │           │   │   ├── java_message_builder_lite.h
│   │       │   │       │           │   │   ├── java_message_field.h
│   │       │   │       │           │   │   ├── java_message_field_lite.h
│   │       │   │       │           │   │   ├── java_message_lite.h
│   │       │   │       │           │   │   ├── java_name_resolver.h
│   │       │   │       │           │   │   ├── java_names.h
│   │       │   │       │           │   │   ├── java_options.h
│   │       │   │       │           │   │   ├── java_primitive_field.h
│   │       │   │       │           │   │   ├── java_primitive_field_lite.h
│   │       │   │       │           │   │   ├── java_service.h
│   │       │   │       │           │   │   ├── java_shared_code_generator.h
│   │       │   │       │           │   │   ├── java_string_field.h
│   │       │   │       │           │   │   └── java_string_field_lite.h
│   │       │   │       │           │   ├── js
│   │       │   │       │           │   │   ├── js_generator.h
│   │       │   │       │           │   │   └── well_known_types_embed.h
│   │       │   │       │           │   ├── mock_code_generator.h
│   │       │   │       │           │   ├── objectivec
│   │       │   │       │           │   │   ├── objectivec_enum.h
│   │       │   │       │           │   │   ├── objectivec_enum_field.h
│   │       │   │       │           │   │   ├── objectivec_extension.h
│   │       │   │       │           │   │   ├── objectivec_field.h
│   │       │   │       │           │   │   ├── objectivec_file.h
│   │       │   │       │           │   │   ├── objectivec_generator.h
│   │       │   │       │           │   │   ├── objectivec_helpers.h
│   │       │   │       │           │   │   ├── objectivec_map_field.h
│   │       │   │       │           │   │   ├── objectivec_message.h
│   │       │   │       │           │   │   ├── objectivec_message_field.h
│   │       │   │       │           │   │   ├── objectivec_nsobject_methods.h
│   │       │   │       │           │   │   ├── objectivec_oneof.h
│   │       │   │       │           │   │   └── objectivec_primitive_field.h
│   │       │   │       │           │   ├── package_info.h
│   │       │   │       │           │   ├── parser.h
│   │       │   │       │           │   ├── php
│   │       │   │       │           │   │   └── php_generator.h
│   │       │   │       │           │   ├── plugin.h
│   │       │   │       │           │   ├── plugin.pb.h
│   │       │   │       │           │   ├── python
│   │       │   │       │           │   │   └── python_generator.h
│   │       │   │       │           │   ├── ruby
│   │       │   │       │           │   │   └── ruby_generator.h
│   │       │   │       │           │   ├── scc.h
│   │       │   │       │           │   ├── subprocess.h
│   │       │   │       │           │   └── zip_writer.h
│   │       │   │       │           ├── descriptor.h
│   │       │   │       │           ├── descriptor.pb.h
│   │       │   │       │           ├── descriptor_database.h
│   │       │   │       │           ├── duration.pb.h
│   │       │   │       │           ├── dynamic_message.h
│   │       │   │       │           ├── empty.pb.h
│   │       │   │       │           ├── extension_set.h
│   │       │   │       │           ├── extension_set_inl.h
│   │       │   │       │           ├── field_mask.pb.h
│   │       │   │       │           ├── generated_enum_reflection.h
│   │       │   │       │           ├── generated_enum_util.h
│   │       │   │       │           ├── generated_message_reflection.h
│   │       │   │       │           ├── generated_message_table_driven.h
│   │       │   │       │           ├── generated_message_table_driven_lite.h
│   │       │   │       │           ├── generated_message_util.h
│   │       │   │       │           ├── has_bits.h
│   │       │   │       │           ├── implicit_weak_message.h
│   │       │   │       │           ├── inlined_string_field.h
│   │       │   │       │           ├── io
│   │       │   │       │           │   ├── coded_stream.h
│   │       │   │       │           │   ├── coded_stream_inl.h
│   │       │   │       │           │   ├── gzip_stream.h
│   │       │   │       │           │   ├── package_info.h
│   │       │   │       │           │   ├── printer.h
│   │       │   │       │           │   ├── strtod.h
│   │       │   │       │           │   ├── tokenizer.h
│   │       │   │       │           │   ├── zero_copy_stream.h
│   │       │   │       │           │   ├── zero_copy_stream_impl.h
│   │       │   │       │           │   └── zero_copy_stream_impl_lite.h
│   │       │   │       │           ├── map.h
│   │       │   │       │           ├── map_entry.h
│   │       │   │       │           ├── map_entry_lite.h
│   │       │   │       │           ├── map_field.h
│   │       │   │       │           ├── map_field_inl.h
│   │       │   │       │           ├── map_field_lite.h
│   │       │   │       │           ├── map_lite_test_util.h
│   │       │   │       │           ├── map_test_util.h
│   │       │   │       │           ├── map_test_util_impl.h
│   │       │   │       │           ├── map_type_handler.h
│   │       │   │       │           ├── message.h
│   │       │   │       │           ├── message_lite.h
│   │       │   │       │           ├── message_unittest.inc
│   │       │   │       │           ├── metadata.h
│   │       │   │       │           ├── metadata_lite.h
│   │       │   │       │           ├── package_info.h
│   │       │   │       │           ├── parse_context.h
│   │       │   │       │           ├── port.h
│   │       │   │       │           ├── port_def.inc
│   │       │   │       │           ├── port_undef.inc
│   │       │   │       │           ├── proto3_lite_unittest.inc
│   │       │   │       │           ├── reflection.h
│   │       │   │       │           ├── reflection_internal.h
│   │       │   │       │           ├── reflection_ops.h
│   │       │   │       │           ├── repeated_field.h
│   │       │   │       │           ├── service.h
│   │       │   │       │           ├── source_context.pb.h
│   │       │   │       │           ├── struct.pb.h
│   │       │   │       │           ├── stubs
│   │       │   │       │           │   ├── bytestream.h
│   │       │   │       │           │   ├── callback.h
│   │       │   │       │           │   ├── casts.h
│   │       │   │       │           │   ├── common.h
│   │       │   │       │           │   ├── fastmem.h
│   │       │   │       │           │   ├── hash.h
│   │       │   │       │           │   ├── int128.h
│   │       │   │       │           │   ├── io_win32.h
│   │       │   │       │           │   ├── logging.h
│   │       │   │       │           │   ├── macros.h
│   │       │   │       │           │   ├── map_util.h
│   │       │   │       │           │   ├── mathlimits.h
│   │       │   │       │           │   ├── mathutil.h
│   │       │   │       │           │   ├── mutex.h
│   │       │   │       │           │   ├── once.h
│   │       │   │       │           │   ├── platform_macros.h
│   │       │   │       │           │   ├── port.h
│   │       │   │       │           │   ├── status.h
│   │       │   │       │           │   ├── status_macros.h
│   │       │   │       │           │   ├── statusor.h
│   │       │   │       │           │   ├── stl_util.h
│   │       │   │       │           │   ├── stringpiece.h
│   │       │   │       │           │   ├── stringprintf.h
│   │       │   │       │           │   ├── strutil.h
│   │       │   │       │           │   ├── substitute.h
│   │       │   │       │           │   ├── template_util.h
│   │       │   │       │           │   └── time.h
│   │       │   │       │           ├── test_util.h
│   │       │   │       │           ├── test_util.inc
│   │       │   │       │           ├── test_util2.h
│   │       │   │       │           ├── test_util_lite.h
│   │       │   │       │           ├── testing
│   │       │   │       │           │   ├── file.h
│   │       │   │       │           │   └── googletest.h
│   │       │   │       │           ├── text_format.h
│   │       │   │       │           ├── timestamp.pb.h
│   │       │   │       │           ├── type.pb.h
│   │       │   │       │           ├── unknown_field_set.h
│   │       │   │       │           ├── util
│   │       │   │       │           │   ├── delimited_message_util.h
│   │       │   │       │           │   ├── field_comparator.h
│   │       │   │       │           │   ├── field_mask_util.h
│   │       │   │       │           │   ├── internal
│   │       │   │       │           │   │   ├── constants.h
│   │       │   │       │           │   │   ├── datapiece.h
│   │       │   │       │           │   │   ├── default_value_objectwriter.h
│   │       │   │       │           │   │   ├── error_listener.h
│   │       │   │       │           │   │   ├── expecting_objectwriter.h
│   │       │   │       │           │   │   ├── field_mask_utility.h
│   │       │   │       │           │   │   ├── json_escaping.h
│   │       │   │       │           │   │   ├── json_objectwriter.h
│   │       │   │       │           │   │   ├── json_stream_parser.h
│   │       │   │       │           │   │   ├── location_tracker.h
│   │       │   │       │           │   │   ├── mock_error_listener.h
│   │       │   │       │           │   │   ├── object_location_tracker.h
│   │       │   │       │           │   │   ├── object_source.h
│   │       │   │       │           │   │   ├── object_writer.h
│   │       │   │       │           │   │   ├── proto_writer.h
│   │       │   │       │           │   │   ├── protostream_objectsource.h
│   │       │   │       │           │   │   ├── protostream_objectwriter.h
│   │       │   │       │           │   │   ├── structured_objectwriter.h
│   │       │   │       │           │   │   ├── type_info.h
│   │       │   │       │           │   │   ├── type_info_test_helper.h
│   │       │   │       │           │   │   └── utility.h
│   │       │   │       │           │   ├── json_util.h
│   │       │   │       │           │   ├── message_differencer.h
│   │       │   │       │           │   ├── package_info.h
│   │       │   │       │           │   ├── time_util.h
│   │       │   │       │           │   ├── type_resolver.h
│   │       │   │       │           │   └── type_resolver_util.h
│   │       │   │       │           ├── wire_format.h
│   │       │   │       │           ├── wire_format_lite.h
│   │       │   │       │           ├── wire_format_lite_inl.h
│   │       │   │       │           └── wrappers.pb.h
│   │       │   │       └── prebuilt
│   │       │   │           ├── ndk_arm64
│   │       │   │           │   ├── libprotobuf.so
│   │       │   │           │   ├── libprotobuf.so.18
│   │       │   │           │   └── libprotobuf.so.18.0.0
│   │       │   │           └── ql
│   │       │   │               ├── libprotobuf.so
│   │       │   │               ├── libprotobuf.so.18
│   │       │   │               └── libprotobuf.so.18.0.0
│   │       │   ├── tbox_net_client.cc
│   │       │   ├── tbox_net_client_unitest.cc
│   │       │   ├── tbox_net_gps_server.cc
│   │       │   ├── tbox_net_publish_hu_control.cc
│   │       │   ├── tbox_net_publish_tbox_error.cc
│   │       │   ├── tbox_net_publisher.cc
│   │       │   ├── tbox_net_server.cc
│   │       │   └── tbox_net_subscriber.cc
│   │       ├── java
│   │       │   └── tbox_net
│   │       │       ├── Utils.java
│   │       │       ├── tbox
│   │       │       │   └── net
│   │       │       │       └── TboxNet.java
│   │       │       ├── tbox_net_client.java
│   │       │       ├── tbox_net_gpsinfo.java
│   │       │       └── tbox_net_subscribe.java
│   │       ├── pom.xml
│   │       ├── proto_release.sh
│   │       ├── readme_images
│   │       │   └── 2EAB1DE0-BA91-4120-A8B5-428595427EF7.png
│   │       ├── release_for_java.sh
│   │       └── tbox_net.proto
│   ├── pom.xml
│   ├── readme_images
│   │   ├── 5C14DAF5-7562-4327-8E2A-109138FAD61E.png
│   │   ├── D9F3B6EB-3EA8-482D-8E8C-C9578AE24538.png
│   │   ├── E4DCB06E-5896-4A7F-80B9-1FDED53C2167.png
│   │   ├── image-20200226143013620.png
│   │   ├── image-20200226143228553.png
│   │   └── image-20200227113421803.png
│   └── test
│       ├── c
│       │   ├── CMakeLists.txt
│       │   ├── test_client.cc
│       │   ├── test_lvcache_publisher.cc
│       │   ├── test_lvcache_subscriber.cc
│       │   ├── test_publisher.cc
│       │   ├── test_seclient.cc
│       │   ├── test_sepublisher.cc
│       │   ├── test_server.cc
│       │   ├── test_seserver.cc
│       │   ├── test_sesubscriber.cc
│       │   └── test_subscriber.cc
│       ├── certs
│       │   ├── ca-chains
│       │   ├── caChains.jks
│       │   ├── client.cer
│       │   ├── client.jks
│       │   ├── client.key
│       │   ├── server.cer
│       │   ├── server.jks
│       │   └── server.key
│       └── java
│           ├── pom.xml
│           └── test
│               ├── test_client.java
│               ├── test_log.java
│               ├── test_lvcache_publisher.java
│               ├── test_lvcache_subscriber.java
│               ├── test_publisher.java
│               ├── test_seclient.java
│               ├── test_sepublisher.java
│               ├── test_server.java
│               ├── test_seserver.java
│               ├── test_sesubscriber.java
│               └── test_subscriber.java
└── easymq实时通信协议.zip

65 directories, 388 files


标签: easymq Network zeromq

实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警