摘要:
题目 Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. For exa
阅读全文
posted @ 2015-12-28 13:42
Coding菌
阅读(335)
推荐(0)
摘要:
1. UDP概述 UDP 是User Datagram Protocol的简称, 中文名是用户数据报协议,是OSI(Open System Interconnection,开放式系统互联) 参考模型中一种无连接的传输层协议,提供面向事务的简单不可靠信息传送服务,IETF RFC 768是UDP的正式
阅读全文
posted @ 2015-12-28 11:41
Coding菌
阅读(2233)
推荐(0)