Techyou labs
真正的爱应该超越生命的长度,心灵的宽度,灵魂的深度
常用标签
August 9, 2023

Step-by-Step

Based on the information above, we know that we have to:


Create a private key for our own CA
Create a certificate for the CA
Add this certificate to the “Trusted Root Certificate Authorities” store of the clients so that it becomes trusted
Create a certificate for our webserver
Sign this certificate with our CA (which is trusted and therefore, also this new certificate becomes trusted)
Deploy the certificate

一切得从复制 iOS 通讯录联系人手机号说起,有同学发现复制的号码是 “(415)555-3695”,长度应该是 13,但Debug 打印的长度却是 15,WTF?

通过断点发现是前后分别多了一个不知何用 Unicode 字符:

image-20180913152116622

U+202D 和 U+202C 这两个是个啥?

其实这两个都是关于方向的 Unicode 控制字符,U+202D 简称 LRO ,U+202C 简称 PDF 。那它们是做什么用,如何控制所谓方向的呢?