Sportica   Sportica
上一页 1 2 3 4 5 6 ··· 26 下一页
摘要: UILabel *noticeLabel = [[UILabel alloc]init]; noticeLabel.text = @"当前账号已失效果,已清除当前账号已失效果,已清除当前账号已失效果,已清除当前账号已失效果,已清除当前账号已失效果,已清除当前账号已失效果,已清除"; noticeLa 阅读全文
posted @ 2016-11-02 14:27 qingjoin 阅读(150) 评论(0) 推荐(0) 编辑
摘要: // // UncaughtExceptionHandler.m // UncaughtExceptions // // Created by Matt Gallagher on 2010/05/25. // Copyright 2010 Matt Gallagher. All rights res 阅读全文
posted @ 2016-10-17 16:21 qingjoin 阅读(347) 评论(0) 推荐(0) 编辑
摘要: #import "GLQyRsa.h" #import "GLSupprot.h" #import "GLLoginViewController.h" @implementation GLQyRsa static SecKeyRef _public_key=nil; + (SecKeyRef) getPublicKeyFile { // 从公钥证书文件中获取到公钥的SecKeyRef指针... 阅读全文
posted @ 2016-09-30 18:04 qingjoin 阅读(979) 评论(0) 推荐(0) 编辑
摘要: //JS里的一个回调。比如网页上的某个按钮点一下之后。JS会调用setKey这个方法。 JSContext *context1 = [self.startView valueForKeyPath:@"documentView.webView.mainFrame.javaScriptContext"] 阅读全文
posted @ 2016-09-18 15:36 qingjoin 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 隐藏: 然后在里面输入:attrib +s +a +h +r f:\123 (f的意思就是F盘,123就是你新建的文件夹名字),然后按回车,你会发现F盘下的123文件夹不见的,其实就是被你隐藏了。 文件显示: 那么如果你要用到文件夹的时候,该怎么做呢?前面的步骤都是一样的,就只需要在cmd界面输入a 阅读全文
posted @ 2016-06-26 01:14 qingjoin 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 去掉日志 #ifndef __OPTIMIZE__ #define NSLog(...) NSLog(__VA_ARGS__) #else #define NSLog(...){} #endif 打开Xcode -->>product -->scheme -->>edit scheme -->inf 阅读全文
posted @ 2016-05-31 18:08 qingjoin 阅读(213) 评论(0) 推荐(0) 编辑
摘要: //暴力打开某个APP = 。= 如果可以打开。直接打开不解释 +(BOOL)isOpenApp:(NSString*)appIdentifierName { Class LSApplicationWorkspace_class = objc_getClass("LSApplicationWorkspace"); NSObject* workspace = [LSAppli... 阅读全文
posted @ 2016-04-28 18:02 qingjoin 阅读(1854) 评论(0) 推荐(0) 编辑
摘要: 打包.a 文件时, 如果是两个Targets那么可运行调试的 build phases- Link Binary With Libraries 如果加入.a 文件。 那么就不需要在Compile Sources 里加入另外一个Targets 里的.m 文件。反之如果没有加入.a 文件就要加另一个Ta 阅读全文
posted @ 2016-03-01 09:29 qingjoin 阅读(1372) 评论(0) 推荐(0) 编辑
摘要: Undefined symbols for architecture i386: "_deflate", referenced from: PlatCompress(enumCompressOperation, CompressCookie*, void*, long) in libMo.a(tlp 阅读全文
posted @ 2016-02-29 14:10 qingjoin 阅读(2250) 评论(0) 推荐(0) 编辑
摘要: iOS 从C APP里启动 D APP首先在D APP里设置 URL Schemes在info.plist 文件里添加URL SchemesURL Types -->item0 --> URL Schemes --> TestD然后再回到C APP 找到info.plist 文件添加LSApplic... 阅读全文
posted @ 2015-11-30 15:01 qingjoin 阅读(11657) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 26 下一页
  Sportica