码迷,mamicode.com
首页 >  
搜索关键字:ios apns 推送 php    ( 141598个结果
iOS 中 #error宏 的使用的一个例子
头文件中如下定义宏:/** * @brief 默认空间名(必填项) */#error 必填项#define DEFAULT_BUCKET @""/** * @brief 默认表单API功能密钥 (必填项) */#error 必填项#define DEFAULT_PASSCODE @...
分类:移动开发   时间:2014-04-28 18:15:07    阅读次数:684
ios-表视图-demo4-内容自己适应高度
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun...
分类:移动开发   时间:2014-04-28 17:25:33    阅读次数:629
ios-表视图-demo3-单选
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun...
分类:移动开发   时间:2014-04-28 17:19:46    阅读次数:596
PHP如何抓取https内容?记录一下。
PHP里做一般的获取内容时,用自带的file_get_contents()函数基本就足够了。当然,这个函数只能抓一些简单的数据,如果是遇到需要登录的页面,就不行了,而且效率及稳定性也不是很强。所以要是有特殊需求的话,还是用curl吧。不仅仅速度快,而且非常稳定,基本上用curl抓取失败的几率很小。而...
分类:Web程序   时间:2014-04-28 16:28:42    阅读次数:763
iOS 小知识-tips
--->12\n%@", [[NSString stringWithUTF8String:__FILE__] lastPathComponent],__LINE__,__PRETTY_FUNCTION__ , [NSString stringWithFormat:(s), ##__VA_ARGS__...
分类:移动开发   时间:2014-04-28 15:19:16    阅读次数:579
ios-表视图-demo5-索引
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun...
分类:移动开发   时间:2014-04-28 15:11:25    阅读次数:656
ios:CGContextRef 渲染中文问题
1.项目中遇到drawRect来渲染中文,但是调用CGContextShowTextAtPoint方法失败,于是查了些资料整理总结一下2.既然apple能显示中文,那么自然也是支持中文的。查看所有字体:NSArray *fontFamilies = [UIFontfamilyNames];for(N...
分类:移动开发   时间:2014-04-28 13:52:50    阅读次数:550
PHP HTTP GET POST
一.来源1: http://www.cnblogs.com/chenshaoyi/archive/2012/01/12/2320729.html-------------------------------------------------PHP有三种方法可以模拟POST提交,分别为curl、so...
分类:Web程序   时间:2014-04-27 23:38:01    阅读次数:589
iOS 推送证书
push 服务器证书钥匙串:登入--》证书,选项里面导出证书命名为cert.p12,跟密钥命名为key.p12需要将上面的2个.p12文件转成.pem格式:openssl pkcs12 -clcerts -nokeys -out cert.pem -in cert.p12openssl pkcs12...
分类:移动开发   时间:2014-04-27 23:12:13    阅读次数:749
收藏php
PHP数据库以下是PHP数据库的代码:学生管理系统名字: 性别: 年龄: 电话: 住址: 里面主要是以 POST 以及 灵活运用PHPMYAMMIN 软件 和 添加表 和数据 ()到数据库 和 删除 表 ($sql = "delete from `message` where i...
分类:Web程序   时间:2014-04-27 23:04:15    阅读次数:644
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!