11 2019 档案

摘要:使用静态库的好处 1,模块化,分工合作 2,避免少量改动经常导致大量的重复编译连接 3,也可以重用,注意不是共享使用 动态库使用有如下好处: 1使用动态库,可以将最终可执行文件体积缩小 2使用动态库,多个应用程序共享内存中得同一份库文件,节省资源 3使用动态库,可以不重新编译连接可执行程序的前提下, 阅读全文
posted @ 2019-11-20 16:55 知味 阅读(342) 评论(0) 推荐(0)
摘要:一、理论概念: 1.当前ios中开发蓝牙所运用的系统库是<CoreBluetooth/CoreBluetooth.h>。 2.蓝牙外设必须为4.0及以上(2.0需要MFI认证),否则无法开发,蓝牙4.0设备因为低耗电,所以也叫做BLE。 3.CoreBluetooth框架的核心其实是两个东西,per 阅读全文
posted @ 2019-11-20 16:48 知味 阅读(778) 评论(0) 推荐(0)
摘要:常见的加密有三个大类:1:非对称加密2:哈希(散列)函数3:对称加密 一、非对称加密 常用的--RSA上世纪70年代出现的伟大加密算法 特点:算法公开,公钥私钥是成对的公钥加密,私钥解密;私钥加密,公钥解密;加解密耗费时间长, 效率较低,一般用来加密小型数据 应用iOS证书验证,iOSAPP安装验证 阅读全文
posted @ 2019-11-20 16:41 知味 阅读(136) 评论(0) 推荐(0)
摘要:1.NSData NSData相当于一个GET请求 NSString *urlStrig = @"http://888s?name=张三&pwd=123e"; urlStrig = [urlStrig stringByAddingPercentEncodingWithAllowedCharacter 阅读全文
posted @ 2019-11-20 16:37 知味 阅读(162) 评论(0) 推荐(0)
摘要:// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro 阅读全文
posted @ 2019-11-20 10:55 知味 阅读(188) 评论(0) 推荐(0)
摘要:一、首先使用数据线将手机连接上苹果电脑、 二、打开Xcode,选择菜单栏中 Window ——>Devices and Simulators 弹出相应的对话框 三、将Connect via network复选框选中 四、将数据线从苹果电脑上拔掉,此时真机回显示为 DisConnected,点击手机 阅读全文
posted @ 2019-11-20 09:42 知味 阅读(662) 评论(0) 推荐(0)
摘要:// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro 阅读全文
posted @ 2019-11-19 18:05 知味 阅读(195) 评论(0) 推荐(0)
摘要:// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro 阅读全文
posted @ 2019-11-19 15:13 知味 阅读(231) 评论(0) 推荐(0)
摘要:// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro 阅读全文
posted @ 2019-11-19 15:04 知味 阅读(224) 评论(0) 推荐(0)
摘要:// // MyTextView.swift // Label // // Created by 赵士军 on 2019/11/19. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class MyTextView: UI 阅读全文
posted @ 2019-11-19 14:46 知味 阅读(196) 评论(0) 推荐(0)
摘要:// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro 阅读全文
posted @ 2019-11-18 17:54 知味 阅读(248) 评论(0) 推荐(0)
摘要:// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro 阅读全文
posted @ 2019-11-18 17:25 知味 阅读(162) 评论(0) 推荐(0)
摘要:// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro 阅读全文
posted @ 2019-11-18 16:58 知味 阅读(349) 评论(0) 推荐(0)
摘要:// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro 阅读全文
posted @ 2019-11-18 16:34 知味 阅读(122) 评论(0) 推荐(0)