文件名称:使用手机搭建服务器源码
文件大小:508KB
文件格式:ZIP
更新时间:2019-10-13 04:53:17
手机服务器
使用手机搭建服务器,使用同一网段电脑访问 传输层协议可以分为TCP与UDP,下面分别介绍下这两种协议的特点。 TCP(Transmission Control Protocol): 1.面向连接 2.传输可靠 3.速度慢(传输效率低) 4.面向字节流 UDP(User Data Protocol): 1.无连接 2.传输不可靠 3.速度快(传输效率高) 4.面向报文
【文件预览】:
.gitignore
gradle
----wrapper()
--------gradle-wrapper.jar(52KB)
--------gradle-wrapper.properties(239B)
local.properties
build.gradle
gradlew.bat
gradlew
app
----.gitignore(8B)
----build.gradle(649B)
----proguard-rules.pro(669B)
----app.iml(11KB)
----libs()
----src()
--------test()
--------main()
--------androidTest()
.gradle
----2.14.1()
--------tasks()
--------taskArtifacts()
gradle.properties
.idea
----libraries()
--------support_compat_24_2_0.xml(976B)
--------support_v4_24_2_0.xml(420B)
--------support_core_ui_24_2_0.xml(983B)
--------animated_vector_drawable_24_2_0.xml(665B)
--------support_annotations_24_2_0.xml(535B)
--------appcompat_v7_24_2_0.xml(781B)
--------support_vector_drawable_24_2_0.xml(660B)
--------support_core_utils_24_2_0.xml(822B)
--------support_media_compat_24_2_0.xml(1018B)
--------hamcrest_core_1_3.xml(526B)
--------junit_4_12.xml(477B)
--------support_fragment_24_2_0.xml(990B)
----runConfigurations.xml(564B)
----workspace.xml(162KB)
----encodings.xml(159B)
----misc.xml(2KB)
----modules.xml(365B)
----.name(14B)
----copyright()
--------profiles_settings.xml(76B)
----compiler.xml(745B)
----gradle.xml(739B)
AndroidService.iml
settings.gradle