官方代码发短息和邮件添加MessageUI.framework 库发送信息-
(IBAction)showSMSPicker:(id)sender{ // You must check that the current device
can send SMS messages before you ...
分类:
移动开发 时间:
2014-05-08 20:26:04
阅读次数:
500
类别.h@interface
NSString(XXXXXX)-(NSInteger)getLen;@end.m@implementation
NSString(XXXXXX) -(NSInteger)getLen{ return
0;}@end//////////////////////////....
分类:
移动开发 时间:
2014-05-08 20:20:28
阅读次数:
365
先看看apple官网简述:registerNib:forCellWithReuseIdentifier:Register
a nib file for use in creating new collection view cells.-
(void)registerNib:(UINib *)nib...
分类:
移动开发 时间:
2014-05-08 20:17:35
阅读次数:
752
###UITextField基本知识###[UITextField](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextField_Class/Reference/UITextField.html)...
分类:
移动开发 时间:
2014-05-08 20:15:11
阅读次数:
372
参考:http://blog.csdn.net/linqir/article/details/8588835
分类:
移动开发 时间:
2014-05-08 20:03:45
阅读次数:
293
一, 首先为window创建根视图控制器 在AppDelegate.h文件中-
(BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions//为w...
分类:
移动开发 时间:
2014-05-07 20:18:38
阅读次数:
398
今天是上课的第一天。真心很感激导师能让我出来学习。今天突然觉得自己要好好学习英语。并不是上课的时候我看不懂裴教授的课件。而是觉得如果英语不好就很像乡巴佬那样,很难接触到高级的东西。
通过今天的听讲,我感觉对数据挖掘的理解更深刻些。 以前总觉得自己研究生的目标是要好好学习算法,好好学习相关的技术。.....
分类:
其他好文 时间:
2014-05-07 20:16:08
阅读次数:
399
广州疯狂软件教育Java培训,iOS培训分享Servlet三种实现方式:实现Servlet接口,继承GenericServlet
,继承HttpServlet。1、实现Servlet接口:import javax.servlet.*;import java.io.*;public
class Hel...
分类:
其他好文 时间:
2014-05-07 20:04:10
阅读次数:
300
Django is a high-level Python Web framework
that encourages rapid development and clean, pragmatic design.Model: The
application dataView: which data ...
分类:
移动开发 时间:
2014-05-07 20:02:08
阅读次数:
453
广州疯狂软件教育Java培训,iOS培训分享Class类是Reflection
API中核心的类,他位于java.lang.Class列出一些常用的方法。- getName() : 获得类的完整名字- getFields() :
获得类的public类型的属性- getDeclaredFields(...
分类:
编程语言 时间:
2014-05-07 19:48:23
阅读次数:
376