摘要: 或者在这个对应的Source Code中添加NSAppTransportSecurityNSExceptionDomainsbaidu.comNSExceptionAllowInsecureHTTPLoadsNSIncludesSubdomainsNSExceptionRequiresForward... 阅读全文
posted @ 2015-12-23 17:51 Z了个L 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-12-23 12:58 Z了个L 阅读(224) 评论(0) 推荐(0) 编辑
摘要: #include int main(int argc, const char * argv[]) { int a = 3, b = 4; printf("a = %d, b = %d\n", a, b); /* 1.加减法 a = b - a; b = ... 阅读全文
posted @ 2015-12-23 10:33 Z了个L 阅读(302) 评论(0) 推荐(0) 编辑
摘要: #include void changeTo(int n){ // 计算数的位数 int len = sizeof(n) * 8; int temp; int t; for (int i = 0; i > (len-1-i); t = temp & 1; ... 阅读全文
posted @ 2015-12-23 10:15 Z了个L 阅读(527) 评论(0) 推荐(0) 编辑