9篇文章 · 10920字 · 2人关注
原理部分 对称加密 存在一个对称密钥,信息用对称密钥加密,也用对称密钥解密。 非对称加密 存在一个公钥和一个私钥,可以公钥加密私钥解密,也可以私...
序言 以Swift为iOS开发入门语言的新手,在网络编程时往往容易存在以下两个问题: 没有网络层,网络请求的代码散落在各处,难以统一管理,难以维...
Given an unsorted array of integers, find the length of longest increasi...
Given two numbers represented as strings, return multiplication of the n...
You are given two linked lists representing two non-negative numbers. Th...
六、ImageDownloader 下载功能的架构以及主要属性介绍 在 Kingfisher 内,该类负责网络图片的下载,是对底层 URLSes...
序言 Kingfisher 是由 @onevcat 编写的用于下载和缓存网络图片的轻量级Swift工具库,其中涉及到了包括GCD、Swift高级...
UITableView 使用 tableView 的 dequeueReusableCellWithIdentifier 来重用 Cell,而不...
文集作者