E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
私有API
[转]使用libcurl连接https服务器
通常使用Objective-C的NSURLConnection连接有证明书的https服务器时会出现验证错误,我们可以使用
私有API
—setAllowsAnyHTTPSCertificate:
w11h22j33
·
2012-01-03 15:00
https
iPhone开发技巧之
私有API
(2)--- UITableView
像下面UITableView中实现复数选择的设置,需要用到UndocumentedAPI。 首先,如下所示,在实现了UITableViewDelegate的类中实现下面的方法 -(UITableViewCellEditingStyle)tableView:(UITableView*)tableView editingStyleForRowAtIndexPath:(NSIndex
zhy000
·
2012-01-02 01:50
ios
职场
休闲
iPhone开发技巧之
私有API
(3)--- UIButton
如下图所示,指定100以上的UIButton的buttonWithType:就可以得到非公开的按钮风格。 其中100~102是UINavigationButton风格的按钮 UIButton*button;button=[UIButtonbuttonWithType:100];button.frame=CGRectMake(10.0f,10.0f,button.frame.size.width,b
zhy000
·
2012-01-02 01:26
ios
职场
休闲
iPhone开发技巧之
私有API
(6)--- 设置UIWebView中的User-Agent
不同通过下面的
私有API
方法可以设置User-Agent。 #import@int
zhy000
·
2012-01-02 00:37
浏览器
网站
iPhone
import
interface
iPhone开发技巧之
私有API
(4)― UIBarButtonItem
如上所示,UIBarButtonSystemItem的100~110就是系统提供的一些未公开的标准icon。 NSMutableArray*items=[NSMutableArrayarray];UIBarButtonItem*item=nil;for(inti=100;i<=109;i++){ item=[[UIBarButtonItemalloc]initWithBarButtonSyst
zhy000
·
2012-01-02 00:34
ios
职场
iPhone
休闲
IOS
私有API
发送sms
#import #import"CTMessageCenter.h" intmain(intargc,char*argv[]){ NSAutoreleasePool*pool=[[NSAutoreleasePoolalloc]init]; NSString*message=[NSStringstringWithUTF8String:argv[1]]; NSString*number=[NSStr
leonpengweicn
·
2011-12-19 13:00
使用
私有api
改变UIPopoverController的边框背景
[popoversetValue:[NSNumbernumberWithInt:2]forKey:@"popoverBackgroundStyle"];对应的值有0,1,2,3还可以使用下面公有方法修改UIPopoverController里面导航部分的背景颜色[[[popovercontentViewController] view]setBackgroundColor:[UIColororan
cococoolwhj
·
2011-11-07 10:00
api
xcode 中使用iPhone
私有API
http://aralbalkan.com/2106 TodayIhadtouseaprivateAPIwhilespikingafeatureforaniPhoneappI'mworkingonandIranintoacoupleofgotchasalongtheway.Theredoesn'tseemtobeasimplestep-by-stepguideforusingprivateiPho
ultrapro
·
2011-11-02 11:00
xcode
header
iPhone
import
frameworks
linker
在SDK中打开其他接入应用的解决方案
后来有正义之士用class-dump在
私有API
中找到了这样的功能。那就是使用UIApplication的launchApplicationWithIdentifier:suspended:来打开。
arthurchen
·
2011-10-31 10:48
ios
开发
解决方案
sdk
openURL
在SDK中打开其他接入应用的解决方案
后来有正义之士用class-dump在
私有API
中找到了这样的功能。那就是使用UIApplication的launchApplicationWithIdentifier:suspended:来打开。
linuxstuding
·
2011-10-31 10:00
解决方案
在SDK中打开其他接入应用的解决方案
后来有正义之士用class-dump在
私有API
中找到了这样的功能。那就是使用UIApplication的launchApplicationWithIdentifier:suspended:来打开。
ArthurChenJS
·
2011-10-31 10:00
Scheme
Google
url
Class
authorization
sms
常用16种视图切换动画小结
本代码由论坛会员iimgal分享前4种是UIView,后面都是CoreAnimation,下面8种是传说中的
私有API
整合到一个例子里,代码较清晰,适合新手阅读,效果如下图:原帖地址:http://www.cocoachina.com
degager
·
2011-10-28 09:00
关于在UIwebView中访问HTTPS站点的几种方法
调用
私有API
最简单,也最危险的方法,调用setAllowsAnyHTTPSCertificate:forHost ,后果怎么样就不用我说了吧。2.
xdonx
·
2011-09-21 16:00
苹果
私有API
http://hexorcist.com/private_frameworks/html/main.html
cocoa_geforce
·
2011-09-20 18:00
api
iPhone
私有API
使用学习笔记
一.基本知识iPhone中的API除了公开的API:PublishedAPI外(或者叫文档中记录的API:DocumentedAPI),还有两类API:
私有API
:PrivateAPI和未公开的API:
diyagoanyhacker
·
2011-09-08 14:00
框架
api
iPhone
Terminal
frameworks
protocols
使用
私有API
获取IMEI 手机发短信
使用privateframework的一般方法为:Add->ExistingFrameworks...->PrivateFrameworks->选择私有框架到ericasadun.com网站找到需要的头文件代码,新建一个头文件,粘贴进去#import此头文件,便可使用其中的类和方法了复制代码例一.发送短信在项目中加入privateframework:CoreTelephony.framework创
huangbaoyu1840
·
2011-08-31 11:00
iOS翻页(PageCurl)效果总结
用
私有api
实现的iBook翻页效果:http://blog.steventroughtonsmith.com/2010/02/apple
zypsg
·
2011-07-21 16:00
ios
apple
api
Google
2010
iPhone
私有API
使用学习笔记
阅读更多一.基本知识iPhone中的API除了公开的API:PublishedAPI外(或者叫文档中记录的API:DocumentedAPI),还有两类API:
私有API
:PrivateAPI和未公开的
xiaozhao-521
·
2011-07-15 22:00
iPhone
私有API
使用学习笔记
一.基本知识 iPhone中的API除了公开的API:Published API外(或者叫文档中记录的API:Documented API),还有两类API:
私有API
:Private API和未公开的
xiaozhao-521
·
2011-07-15 22:00
iPhone
iPhone
私有API
使用学习笔记
一.基本知识 iPhone中的API除了公开的API:Published API外(或者叫文档中记录的API:Documented API),还有两类API:
私有API
:Private API和未公开的
xiaozhao-521
·
2011-07-15 22:00
iPhone
iPhone
私有API
使用学习笔记
一.基本知识 iPhone中的API除了公开的API:Published API外(或者叫文档中记录的API:Documented API),还有两类API:
私有API
:Private API和未公开的
xiaozhao-521
·
2011-07-15 22:00
iPhone
iOS翻页(PageCurl)效果总结
用
私有api
实现的iBook翻页效果:http://blog.steventroughtonsmith.com/2010/02/apples-ibooks-dynamic-page-curl.html
favormm
·
2011-07-08 13:00
ios
apple
api
Google
2010
获取手机左边音量+ -按键的事件方法或
私有api
MPMusicPlayerController *ipodMusicPlayer = [MPMusicPlayerController iPodMusicPlayer]; [ipodMusicPlayer beginGeneratingPlaybackNotifications]; [[NSNotifica
linwwwei
·
2011-07-04 19:00
apple
获取手机左边音量+ -按键的事件方法或
私有api
MPMusicPlayerController*ipodMusicPlayer=[MPMusicPlayerControlleriPodMusicPlayer]; [ipodMusicPlayerbeginGeneratingPlaybackNotifications]; [[NSNotificationCenterdefaultCenter]addObserver:self
diyagoanyhacker
·
2011-07-04 09:00
api
object
手机
Mac下窥探
私有API
苹果已走向平民化,所以着手mac下的开发,发现一篇文章,与大家分享:http://cocoainchromium.blogspot.com/2011/05/disassembling-private-apis-on-mac-os-x.html DisassemblingPrivateAPIsonMacOSXThereareseveralwaystoreverseengineerprivateAP
favormm
·
2011-06-27 21:00
api
function
OS
library
output
iphone开发之屏幕截图
先添加头文件#import这里使用两种方法测试一个是
私有api
的UIGetScreenImage()一个是UIGraphics的方法-(UIImage*)takeShot{//privateapianddeviceonly
arthurchen
·
2011-05-26 19:22
移动开发
iphone
休闲
iOS
iphone开发之屏幕截图
先添加头文件#import这里使用两种方法测试一个是
私有api
的UIGetScreenImage()一个是UIGraphics的方法-(UIImage*)takeShot{ //privateapianddeviceonly
arthurchen
·
2011-05-26 19:22
移动开发
iPhone
截图
休闲
iphone开发之屏幕截图
先添加头文件 #import <QuartzCore/QuartzCore.h> 这里使用两种方法测试 一个是
私有api
的UIGetScreenImage() 一个是UIGraphics
linuxstuding
·
2011-05-26 19:00
iPhone开发
iphone开发之屏幕截图
先添加头文件#import这里使用两种方法测试一个是
私有api
的UIGetScreenImage()一个是UIGraphics的方法-(UIImage*)takeShot{ //privateapianddeviceonly
ArthurChenJS
·
2011-05-26 19:00
image
api
测试
iPhone
相册
5-19
每日从appstore上看软件,主要研究: 1.产品的创意 2.某功能的实现 短板: 网络 解析 多线程
私有api
: http://www.devdiv.com/thread-37536-1-1.html
isiqi
·
2011-05-19 20:00
ios
游戏
SVN
Objective-C
xcode
iPhone开发技巧之网络篇(5)--- 使用libcurl连接https服务器
通常使用Objective-C的NSURLConnection连接有证明书的https服务器时会出现验证错误,我们可以使用
私有API
—setAllowsAnyHTTPSCertificate:forHost
demigod2009
·
2011-05-17 21:00
iPhone开发技巧之网络篇(5)--- 使用libcurl连接https服务器
通常使用Objective-C的NSURLConnection连接有证明书的https服务器时会出现验证错误,我们可以使用
私有API
—setAllowsAnyHTTPSCertificate:forHost
isiqi
·
2011-05-17 21:00
apple
应用服务器
cocoa
网络应用
Objective-C
iPhone开发技巧之
私有API
(8)--- UIApplication
如果我们继承了UIApplication,就可以捕捉到应用程序发生的各种事件。首先,像下面这样实现你的 main 方法。 1 2 3 4 5 6 int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int ret
isiqi
·
2011-05-17 21:00
application
iPhone开发技巧之
私有API
(8)--- UIApplication
如果我们继承了UIApplication,就可以捕捉到应用程序发生的各种事件。首先,像下面这样实现你的main方法。1 2 3 4 5 6intmain(intargc,char*argv[]){ NSAutoreleasePool*pool=[[NSAutoreleasePoolalloc]init]; intretVal=UIApplicationMain(argc,argv,@
demigod2009
·
2011-05-17 21:00
api
struct
iPhone
FP
hook
iPhone开发技巧之
私有API
(7)--- 用UIWebView访问BASIC认证的页面
比如类似下面的 URL, 1 http://user:
[email protected]
/ 需要用户的认证,如果用 UIWebView 访问这样的页面,可以使用下面的委托方法。 1 - (void)webView:(id)fp8 resource:(id)fp12 didReceiveAuthenticationChalle
isiqi
·
2011-05-17 21:00
UIWebView
iPhone开发技巧之
私有API
(7)--- 用UIWebView访问BASIC认证的页面
比如类似下面的URL,1 http://user:
[email protected]
/ 需要用户的认证,如果用UIWebView访问这样的页面,可以使用下面的委托方法。1 -(void)webView:(id)fp8resource:(id)fp12didReceiveAuthenticationChallenge:(id)fp16fromDataSource:(id)fp20
demigod2009
·
2011-05-17 21:00
iPhone开发技巧之
私有API
(6)--- 设置UIWebView中的User-Agent
不同通过下面的
私有API
方法可以设置 User-Agent。
isiqi
·
2011-05-17 21:00
浏览器
OS
mobile
Safari
iPhone开发技巧之
私有API
(5)--- UISegmentedControl
直接指定UISegmentedControl的segmentedControlStyle属性值,可以得到一些非公开的设置。1 2 3 4 UISegmentedControl*segmentedControl=[[UISegmentedControlalloc] initWithItems: [NSArrayarrayWithObjects:@"First",@"Second",@"T
isiqi
·
2011-05-17 21:00
iPhone开发技巧之
私有API
(5)--- UISegmentedControl
直接指定UISegmentedControl的segmentedControlStyle属性值,可以得到一些非公开的设置。1 2 3 4 UISegmentedControl*segmentedControl=[[UISegmentedControlalloc] initWithItems: [NSArrayarrayWithObjects:@"First",@"Second",@"T
demigod2009
·
2011-05-17 21:00
iPhone开发技巧之
私有API
(4)--- UIBarButtonItem
今天介绍一下UIBarButtonItem的特殊用法。 如上所示,UIBarButtonSystemItem的100~110就是系统提供的一些未公开的标准icon。1 2 3 4 5 6 7 8 9 10 11 12 13 14 15NSMutableArray*items=[NSMutableArrayarray]; UIBarButtonItem*item=ni
demigod2009
·
2011-05-17 21:00
iPhone开发技巧之
私有API
(4)--- UIBarButtonItem
今天介绍一下UIBarButtonItem的特殊用法。如上所示,UIBarButtonSystemItem的100~110就是系统提供的一些未公开的标准icon。1 2 3 4 5 6 7 8 9 10 11 12 13 14 15NSMutableArray*items=[NSMutableArrayarray]; UIBarButtonItem*item=nil;
isiqi
·
2011-05-17 21:00
uibarbuttonitem
iPhone开发技巧之
私有API
(3)--- UIButton
如下图所示,指定100以上的UIButton的buttonWithType:就可以得到非公开的按钮风格。其中100~102是UINavigationButton风格的按钮1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 UIButton*button; button=[UIButtonbuttonWithType:100]; bu
demigod2009
·
2011-05-17 21:00
String
api
iPhone
button
iPhone开发技巧之
私有API
(2)--- UITableView
像下面UITableView中实现复数选择的设置,需要用到UndocumentedAPI。 首先,如下所示,在实现了UITableViewDelegate的类中实现下面的方法。1 2 3 4 -(UITableViewCellEditingStyle)tableView:(UITableView*)tableView editingStyleForRowAtIndexPath:(NSIn
demigod2009
·
2011-05-17 21:00
iPhone开发技巧之
私有API
(1) --- 设备相关信息
在iPhone开发技巧之环境篇(8)---使用非公开的API一章中我们已经学会了怎样得到非公开PAI头文件的方法。这里将手头收集到的各种应用方法做一个总结,希望对您有所帮助。使用这些API是要冒一些风险的,一是不会通过AppStroe的审核,二是以后比一定还能在高版本的SDK中使用。所以使用之前,三思而行。先总结一些与设备相关的API。IMEI可以在这里下载NetworkController.h,
demigod2009
·
2011-05-17 21:00
iPhone开发技巧之
私有API
— 设备相关信息
使用这些API是要冒一些风险的,一是不会通过 App Stroe 的审核,二是以后比一定还能在高版本的SDK中使用。所以使用之前,三思而行。先总结一些与设备相关的API。IMEI可以在这里下载NetworkController.h, 或者使用你自己dump的版本。使用如下: 复制代码 #import "NetworkController.h" // 获得I
xiaozhao-521
·
2011-04-01 16:00
xcode
iPhone开发技巧之
私有API
— 设备相关信息
使用这些API是要冒一些风险的,一是不会通过 App Stroe 的审核,二是以后比一定还能在高版本的SDK中使用。所以使用之前,三思而行。先总结一些与设备相关的API。IMEI可以在这里下载NetworkController.h, 或者使用你自己dump的版本。使用如下: 复制代码 #import "NetworkController.h" // 获得I
xiaozhao-521
·
2011-04-01 16:00
xcode
iPhone开发技巧之
私有API
— 设备相关信息
使用这些API是要冒一些风险的,一是不会通过 App Stroe 的审核,二是以后比一定还能在高版本的SDK中使用。所以使用之前,三思而行。先总结一些与设备相关的API。IMEI可以在这里下载NetworkController.h, 或者使用你自己dump的版本。使用如下: 复制代码 #import "NetworkController.h" // 获得I
xiaozhao-521
·
2011-04-01 16:00
xcode
iPhone开发技巧之
私有API
(2)— UITableView
原文地址:http://www.yifeiyang.net/iphone-development-skills-of-the-private-api-2-uitableview/ 像下面UITableView中实现复数选择的设置,需要用到UndocumentedAPI。 首先,如下所示,在实现了UITableViewDelegate的类中实现下面的方法。1 2 3 4 -(UITable
StudyRecord
·
2011-02-22 16:00
转:iPhone开发技巧之
私有API
(1) — 设备相关信息
原文地址:http://www.yifeiyang.net/iphone-development-skills-of-the-private-api-1-equipment-information/ IMEI可以在这里下载NetworkController.h,或者使用你自己dump的版本。使用如下:1 2 3 4 5 6 7 8#import"NetworkController.
StudyRecord
·
2011-02-22 16:00
ios4下不使用
私有API
,轻松打开摄像头,获取摄像流
第一步:初始化AVCaptureSession,添加输入,输出源 #import <AVFoundation/AVFoundation.h> // Create and configure a capture session and start it running - (void)setupCaptureSession { NSError *error =
cwh643
·
2010-08-11 10:00
C++
c
quartz
C#
Access
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他