51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#TC
HTTP、TCP、UDP以及SOCKET之间的区别/联系
一.TCP/IP代表传输控制协议/网际协议,指的是一系列协组。 可分为四个层次:数据链路层、网络层、传输层和应用层。在网络层:有IP协议、ICMP协议、ARP协议、RARP协议和BOOTP协议。在传输层:中有TCP协议与UDP协议。在应用层:有FTP、HTTP、TELNET、SMTP、DNS等协议。 TCP和UDP...
代码星球
·
2021-01-24
HTTP
TCP
UDP
以及
SOCKET
batch-批处理文件
批处理(Batch),也称为批处理脚本。顾名思义,批处理就是对某对象进行批量的处理,通常被认为是一种简化的脚本语言,它应用于DOS和Windows系统中。批处理文件的扩展名为bat。目前比较常见的批处理包含两类:DOS批处理和PS批处理。PS批处理是基于强大的图片编辑软件Photoshop的,用来批量处理图片的脚本;而...
代码星球
·
2021-01-23
batch-
批处理
文件
iOS-项目archive错误Code Sign error: No matching provisioning profile found: Your build settings UUID:
解决办法:1.关闭项目2.打开xprojiect右键打开包文件3.搜索:PROVISIONING_PROFILE相关删除了...
代码星球
·
2021-01-23
iOS-
项目
archive
错误
Code
leetcode 211. Add and Search Word
Designadatastructurethatsupportsthefollowingtwooperations:voidaddWord(word)boolsearch(word)search(word)cansearchaliteralwordoraregularexpressionstringcontaining...
代码星球
·
2021-01-23
leetcode
211.
Add
and
Search
leetcode 349. Intersection of Two Arrays
Giventwoarrays,writeafunctiontocomputetheirintersection.Example:Given nums1 = [1,2,2,1], nums2 = [2,2],return [2].Note:Eachel...
代码星球
·
2021-01-23
leetcode
349.
Intersection
of
Two
leetcode 659. Split Array into Consecutive Subsequences
Youaregivenanintegerarraysortedinascendingorder(maycontainduplicates),youneedtosplitthemintoseveralsubsequences,whereeachsubsequencesconsistofatleast3consecutiv...
代码星球
·
2021-01-23
leetcode
659.
Split
Array
into
leetcode 658. Find K Closest Elements
Givenasortedarray,twointegers k and x,findthe k closestelementsto x inthearray.Theresultshouldalsobesortedinascendingorder.If...
代码星球
·
2021-01-23
leetcode
658.
Find
Closest
Elements
leetcode 657. Judge Route Circle
Initially,thereisaRobotatposition(0,0).Givenasequenceofitsmoves,judgeifthisrobotmakesacircle,whichmeansitmovesbackto theoriginalplace.Themovese...
代码星球
·
2021-01-23
leetcode
657.
Judge
Route
Circle
leetcode 179. Largest Number
Givenalistofnonnegativeintegers,arrangethemsuchthattheyformthelargestnumber.Forexample,given [3,30,34,5,9],thelargestformednumberis 9534330.Note:There...
代码星球
·
2021-01-23
leetcode
179.
Largest
Number
leetcode 660. Remove 9
Startfrominteger1,removeanyintegerthatcontains9suchas9,19,29...Sonow,youwillhaveanewintegersequence:1,2,3,4,5,6,7,8,10,11,...Givenapositiveinteger n,younee...
代码星球
·
2021-01-23
leetcode
660.
Remove
leetcode 442. Find All Duplicates in an Array
Givenanarrayofintegers,1≤a[i]≤ n (n =sizeofarray),someelementsappear twice andothersappear once.Findalltheelementsthatappear ...
代码星球
·
2021-01-23
leetcode
442.
Find
All
Duplicates
leetcode 405. Convert a Number to Hexadecimal
Givenaninteger,writeanalgorithmtoconvertittohexadecimal.Fornegativeinteger, two’scomplement methodisused.Note:Alllettersinhexadecimal(a-f)mustbeinlowe...
代码星球
·
2021-01-23
leetcode
405.
Convert
Number
to
leetcode 506. Relative Ranks
Givenscoresof N athletes,findtheirrelativeranksandthepeoplewiththetopthreehighestscores,whowillbeawardedmedals:"GoldMedal","SilverMedal"and"BronzeMeda...
代码星球
·
2021-01-23
leetcode
506.
Relative
Ranks
leetcode 316. Remove Duplicate Letters
Givenastringwhichcontainsonlylowercaseletters,removeduplicateletterssothateveryletterappearonceandonlyonce.Youmustmakesureyourresultisthesmallestinlexicographic...
代码星球
·
2021-01-23
leetcode
316.
Remove
Duplicate
Letters
leetcode 654. Maximum Binary Tree
Givenanintegerarraywithnoduplicates.Amaximumtreebuildingonthisarrayisdefinedasfollow:Therootisthemaximumnumberinthearray.Theleftsubtreeisthemaximumtreeconstruct...
代码星球
·
2021-01-23
leetcode
654.
Maximum
Binary
Tree
首页
上一页
...
61
62
63
64
65
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他