240 发简信
IP属地:广东
  • tea 加密解密算法

    #include #include #define TEA_ROUNDS 32#define TEA_DELTA 0x9e3779b9voi...

  • swift5 日期所在周开始日期 等

    //日期所在周开始日期(星期天) funcstartOfWeek(ofdate:Date) ->Date? { letcalendar =N...

  • OC Swift Hex字符串转为uint8数组

    swift let data = NSString(string : "ca 20 fe c1 04 03 03 07 01 ac") let...

  • file和document 一樣嗎?

    转自:http://www.ifuun.com/a20176253271349/[http://www.ifuun.com/a201762532...

  • what's the difference between file,document and archive?

    转自:https://www.italki.com/post/question-120019[https://www.italki.com/po...

  • UIView 实现单击、双击和长按

    1、添加 UITapGestureRecognizer // double tapUITapGestureRecognizer *doubleT...

  • 新安装的Ubuntu切换到root的方法

    Ubuntu中root用户和user用户的相互切换 (1)从user用户切换到root用户 不管是用图形模式登录Ubuntu,还是命令行模式登录...

  • simulation 与 emulation 的区别(转)

    https://www.codenong.com/cs106355908/[https://www.codenong.com/cs1063559...

  • Xcode新建项目iOS 12运行黑屏

    因为iOS12及以下版本没有UIScene 在AppDelegate.h中少了 @property (strong, nonatomic) UI...