下载了PushMeBaby在xcode5里中不能使用,类库变了。需要添加Carbon.framework库,在引用的地方改成:
#include ,程序就可以 运行了。测试时要变成自己的证书。
下载地址:...
分类:
移动开发 时间:
2014-07-22 23:04:52
阅读次数:
466
一、软件下载Eclipse3.6 IDE for Java EE Developers:
下载地址:http://eclipse.org/downloads/Tomcat Eclipse Plugin,
下载地址:http://www.eclipsetotale.com/tomcatPlugin.h...
分类:
系统相关 时间:
2014-05-01 22:38:42
阅读次数:
584
from :http://www.oschina.net/news/51084/gcc-4-9-0
GCC 4.9.0 发布,此版本是个主要版本更新,包括了 GCC 4.8.x 系列和之前的 GCC 版本都没有的新特性,新特性非常之多。下载地址:http://gcc.gnu.org/mirrors.html
警告
移除 mudflap 运行时检查器,mudfl...
分类:
编程语言 时间:
2014-05-01 22:01:00
阅读次数:
732
一、安装 JDK 下载JDK最新版本,下载地址如下:
http://www.oracle.com/technetwork/java/javase/downloads/index.html 二、下载并安装
Eclipse http://www.eclipse.org/downloads/
分类:
移动开发 时间:
2014-05-01 21:03:30
阅读次数:
560
ssh框架搭建Struts2.06+spring2.5+hibernate3.2整合实例代码教程步骤,代码下载地址:http://www.zuidaima.com/share/1760074977233920.htm...
分类:
编程语言 时间:
2014-05-01 18:12:55
阅读次数:
727
一.开发环境
eclipse+tomcat+struts-2.2.3
eclipse下载地址:http://www.eclipse.org/downloads/
tomcat下载地址:http://tomcat.apache.org/download-70.cgi
struts下载地址:http://struts.apac...
分类:
其他好文 时间:
2014-04-30 22:45:39
阅读次数:
404
将PDF转换成SWF可以使用SWFTools工具中的pdf2swf(http://www.swftools.org/),CSDN快速免积分下载地址XXX一个简单的将PDF文档转成SWF的用法:C:\SWFTools\pdf2swf example.pdf -o example.swf -f -T 91、首先下载安装,一直默认下一步即可。2、java代码import java.io.Buffered...
分类:
其他好文 时间:
2014-04-30 22:41:39
阅读次数:
504
iOS开发中访问相册摄像像头
源码下载地址http://download.csdn.net/detail/jingjingxujiayou/7270479
在AppDelegate.m文件中
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launch...
分类:
移动开发 时间:
2014-04-30 22:27:38
阅读次数:
497
demo下载地址:http://pan.baidu.com/s/1i3LvaDZ
在iOS7 中系统提供了base64 的转码方式
示例如下:
NSData* originData = [originStr
dataUsingEncoding:NSASCIIStringEncoding];
NSString* encodeResult = [origi...
分类:
移动开发 时间:
2014-04-30 22:26:40
阅读次数:
458