- 博客(10)
- 收藏
- 关注
转载 基于AFNetWorking 和 alamofire 的SSL特定服务器证书信任处理
swift alamofire 针对自签名的证书。在发送网络的请求的时候去信任签名证书首先来分析一下什么是HTTPS以及了解HTTPS对于iOS开发者的意义HTTPS 以及SSL/TSL什么是SSL?SSL(Secure Sockets Layer, 安全套接字层),因为原先互联网上使用的 HTTP 协议是明文的,存在很多缺点,比如传输内容会被偷窥(嗅探
2016-12-13 10:35:34 2480
转载 iOS过滤emoji (处理文本输入框的系统表情)
服务器对emoji表情直接保存不兼容, 如果客户端直接把表情符号传给服务端保存的话, 会得到一个保存失败的错误 swift过滤字符串 pragma mark - - (void)textViewDidChange:(UITextView *)textView{ NSLog(@"没有过滤前输入的字符串===%@
2016-08-29 14:15:06 1462
原创 swift 之structs相关的学习
结构体(struct)不仅能够有元组类似的数据存储功能,而且能够给结构体定义函数(是元组tuple话,只能定义非成员函数来实现)//: Playground - noun: a place where people can playimport UIKitvar str = "Hello, playground"//name types
2016-06-26 13:38:14 251
原创 swift 之 数组集合字典的简单使用
//: Playground - noun: a place where people can playimport UIKit//有序集合var str = "Hello, playground"var array1: ArrayInt> =ArrayInt>()var array2: [Int] =array1va
2016-06-26 11:04:58 2576
原创 Swift入门基础语法
//: Playground - noun: a place where people can play术业有专攻,多学一点也是好的import UIKitvar str = "Hello, playground"//基本类型的声明和使用var oneThird: Float =1/3var oneIndouble: Do
2016-06-25 13:41:03 347
转载 QUARTZ.properties配置
文件加载位置默认:优先顺序 Classpath:quartz.properties --> org/quartz/quartz.properties (quartz lib)改变默认:设置一个系统属性"org.quartz.properties"指向对应的properties文件程序中显示指定在StdSchedulerFactory.getScheduler()之前
2015-01-09 11:47:35 592
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人