会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
 Sportica
 Sportica
qingjoin
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
26
下一页
2016年11月2日
iOS 渐变提示。Labe自动换行
摘要: UILabel *noticeLabel = [[UILabel alloc]init]; noticeLabel.text = @"当前账号已失效果,已清除当前账号已失效果,已清除当前账号已失效果,已清除当前账号已失效果,已清除当前账号已失效果,已清除当前账号已失效果,已清除"; noticeLa
阅读全文
posted @ 2016-11-02 14:27 qingjoin
阅读(163)
评论(0)
推荐(0)
2016年10月17日
iOS crash 异常捕获
摘要: // // 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
阅读(355)
评论(0)
推荐(0)
2016年9月30日
iOS RSA 证书加密
摘要: #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
阅读(992)
评论(0)
推荐(0)
2016年9月18日
iOS javascript js 交互
摘要: //JS里的一个回调。比如网页上的某个按钮点一下之后。JS会调用setKey这个方法。 JSContext *context1 = [self.startView valueForKeyPath:@"documentView.webView.mainFrame.javaScriptContext"]
阅读全文
posted @ 2016-09-18 15:36 qingjoin
阅读(182)
评论(0)
推荐(0)
2016年6月26日
windows 隐藏文件方法
摘要: 隐藏: 然后在里面输入:attrib +s +a +h +r f:\123 (f的意思就是F盘,123就是你新建的文件夹名字),然后按回车,你会发现F盘下的123文件夹不见的,其实就是被你隐藏了。 文件显示: 那么如果你要用到文件夹的时候,该怎么做呢?前面的步骤都是一样的,就只需要在cmd界面输入a
阅读全文
posted @ 2016-06-26 01:14 qingjoin
阅读(244)
评论(0)
推荐(0)
2016年5月31日
iOS 日志
摘要: 去掉日志 #ifndef __OPTIMIZE__ #define NSLog(...) NSLog(__VA_ARGS__) #else #define NSLog(...){} #endif 打开Xcode -->>product -->scheme -->>edit scheme -->inf
阅读全文
posted @ 2016-05-31 18:08 qingjoin
阅读(221)
评论(0)
推荐(0)
2016年4月28日
//暴力打开某个APP iOS 私有API LSApplicationWorkspace
摘要: //暴力打开某个APP = 。= 如果可以打开。直接打开不解释 +(BOOL)isOpenApp:(NSString*)appIdentifierName { Class LSApplicationWorkspace_class = objc_getClass("LSApplicationWorkspace"); NSObject* workspace = [LSAppli...
阅读全文
posted @ 2016-04-28 18:02 qingjoin
阅读(1894)
评论(0)
推荐(0)
2016年3月1日
打包.a 文件时, build phases- Link Binary With Libraries
摘要: 打包.a 文件时, 如果是两个Targets那么可运行调试的 build phases- Link Binary With Libraries 如果加入.a 文件。 那么就不需要在Compile Sources 里加入另外一个Targets 里的.m 文件。反之如果没有加入.a 文件就要加另一个Ta
阅读全文
posted @ 2016-03-01 09:29 qingjoin
阅读(1392)
评论(0)
推荐(0)
2016年2月29日
Undefined symbols for architecture i386: "_deflate", referenced from:
摘要: Undefined symbols for architecture i386: "_deflate", referenced from: PlatCompress(enumCompressOperation, CompressCookie*, void*, long) in libMo.a(tlp
阅读全文
posted @ 2016-02-29 14:10 qingjoin
阅读(2308)
评论(0)
推荐(0)
2015年11月30日
iOS 9 failed for URL: "XXX://@" - error: "This app is not allowed to query for scheme XXX" iOS 从APP里启动另一APP
摘要: 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
阅读(11709)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
26
下一页
公告
 Sportica