<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>开发技术</title>
<link>http://www.lyttzx.com/plus/list.php?tid=77</link>
<description>开发技术</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2006 - 2008 http://www.lyttzx.com.泠云天天在线 All Rights Reserved&lt;br&gt;
	本站部分作品来源于网络，如若侵犯到您得权益，&lt;a href=&quot;mailto:lyttzx@lyttzx.com?subject=你侵犯我的权益&quot;&gt;&lt;b&gt;请与我们联系&lt;/b&gt;&lt;/a&gt;，泠云工作室将在第一时间作出回应&lt;br&gt;
	站长姓名：&lt;a href=&quot;mailto:lingyunyyh@sohu.com?subject=我有话说&quot;&gt;&lt;b&gt;泠云&lt;/b&gt;&lt;/a&gt;   
	站长邮箱：&lt;b&gt;lingyunyyh@sohu.com&lt;/b&gt;   
	站长QQ：&lt;a href=&quot;http://wpa.qq.com/msgrd?V=1&amp;amp;Uin=359167026&amp;amp;Site=www.lyttzx.com &amp;amp;Menu=no&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;359167026&lt;/b&gt;&lt;/a&gt;]]></generator>
<webmaster>lingyunyyh@163.com</webmaster>
<item>
    <title><![CDATA[NSDate]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6368</link>
    <description><![CDATA[NSDate 日期（NSDate）是NSString类的格式（stringWithFormat）,也可以改变输出，如果需要输出年代信息等则需要进行转换，等等。 NSDate存储的是世界标准时(UTC)，输出时需要根据时区转换为本]]></description>
    <pubDate>2011-06-08</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[.NET导出至Excel的类(转)]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6367</link>
    <description><![CDATA[由服务器端根据需要自动生成Excel，然后让客户端自动下载。 分为两种，一种是由DataGrid生成的Excel，另一种是由模板生成的Excel， 并将服务器端的临时Excel表在一分钟内自动删除。 导出]]></description>
    <pubDate>2011-05-12</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[告别ASP.NET操作EXCEL的烦恼]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6366</link>
    <description><![CDATA[公元19XX年前，关于EXCEL的操作就如滔滔江水，连绵不绝，真正操作EXCEL我也是从去年下半年开始的，有些比较复杂的年度报表之类的，做起来也有点费力，不过还是都能画出来了，关于]]></description>
    <pubDate>2011-05-12</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[错误: 80070005(.Net Word/Excel)]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6365</link>
    <description><![CDATA[检索 COM 类工厂中 CLSID 为 {00024500-0000-0000-C000-000000000046} 的组件时失败，原因是出现以下错误: 80070005。 说明: 执行当前 Web 请求期间，出现未处理的异常。请检查堆栈跟踪信息，以了解有]]></description>
    <pubDate>2011-05-12</pubDate>
    <category>.Net开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[在 iPhone SDK 4 、Xcode IDE 内显示代码的每行的数字]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6363</link>
    <description><![CDATA[在 iOS iPhone SDK 4 、Xcode IDE 内显示代码的每行的数字 在程序开发中代码的行数显示是很重要的，这方便了程序的查错和修改。 Xcode 安装后的默认行数显示是关闭的，我们现在把行数显示]]></description>
    <pubDate>2011-05-04</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[基于腾讯微博 SDK 的 follow 代码]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6362</link>
    <description><![CDATA[如果您的应用里加入了腾讯微博，想加入一键 follow 某人（比如开发者）的功能，首先下载腾讯微博的 SDK： http://open.t.qq.com/resource.php?i=3,1#sdk6 ，修改 QWeiboAsyncApi.m 和 QWeiboAsyncApi.h，增加]]></description>
    <pubDate>2011-05-04</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[分享AdMob+iAd部署代码(iPhone软件开发用的)]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6361</link>
    <description><![CDATA[之前我的AdMob广告显示一直采用IBSupport模式，这两天搞搞In App Purchase(程序内购买)，又重新研究和测试了AdMob代码，终于可以丢掉IBSupport模式，进入全代码控制了。论坛内有人建议用AdW]]></description>
    <pubDate>2011-05-04</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone程序中将内容分享到新浪微博]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6360</link>
    <description><![CDATA[因为要用到，所以找来，和大家分享： 1. 首先在 http://open.t.sina.com.cn / 中申请成为开发者，再创建不同的应用，获得相应的 App Key （在下面链接中的source即为app key） 2. 登录认证： NSS]]></description>
    <pubDate>2011-05-04</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[PHP开发调试入门篇（断点调试）]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6358</link>
    <description><![CDATA[前阶段在项目中整合了一个phpBB3论坛，也算是个PHP入门者，搭建断点调试环境花了不少时间，在此把一些细节说明一下，以供参考，为开发节省时间！ 环境说明: IDE - ZendStudio for Eclips]]></description>
    <pubDate>2011-04-28</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[zend studio7 调试配置/网页调试]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6356</link>
    <description><![CDATA[网页调试：正常的PHP配置就不详细说明了，php.ini文件在系统盘C:windows下面，以此为开始： 1、Zend Debugger 5.2.14下载地址： http://downloads.zend.com/pdt/server-debugger/ZendDebugger-5.2.14-cygwin_nt-i386.]]></description>
    <pubDate>2011-04-26</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[重写UIPageControl实现自定义按钮]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6354</link>
    <description><![CDATA[重写UIPageControl实现自定义按钮 有时候UIPageControl需要用到白色的背景, 那么会导致上面的点按钮看不见或不清楚, 我们可以通过继承该类重写函数来更换点按钮的图片现实. 实现思路如下]]></description>
    <pubDate>2011-04-06</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone 手指拨动和UIpageControl的使用]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6353</link>
    <description><![CDATA[实现效果如下： 创建名为Viewchange的工程，再创建名为SwipeView的类和ｘｉｂ文件 在ViewchangeAppDelegate.h中实现： #import UIKit/UIKit.h @class ViewchangeViewController; @interface ViewchangeAppDelegate : NSObje]]></description>
    <pubDate>2011-04-06</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[一个格式化时间的函数]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6352</link>
    <description><![CDATA[#define MINUTES 60 #define HOURS 3600 #define DAYS 86400 - ( NSString * ) formatDate : ( NSString * ) input { NSDateFormatter * formatter = [ [ NSDateFormatter alloc ] init ] ; [ formatter setLocale : [ [ [ NSLocale alloc ] initWithLocaleId]]></description>
    <pubDate>2011-04-02</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[编写cover flow效果]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6351</link>
    <description><![CDATA[类似下面的效果，在iOS应用中很常见。另外，Mac OSX中也有，比如finder中： 在iOS下实现了一个类似的效果： 选图不好，都是深色的，看起来不是很清楚。 实现这种效果，大致可以有两种]]></description>
    <pubDate>2011-04-02</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[ios实现CALayer层的动画点击]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6349</link>
    <description><![CDATA[利用CALayer可以实现复杂的动画效果，同时CALayer在运动过程中，需要点击CALayer，同时能够监控到点击的对象。下面是实现的效果和过程。 实现过程： #import AnimView.h @implementation AnimView]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[UITableView实现分页显示]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6348</link>
    <description><![CDATA[UITableview能够列表显示许多内容，也是我们开发中经常用的一个组件。我们经常会分页显示列表，如先显示10条记录，点击更多在添加10条，以此类推，下面是实现类似更多显示的一个]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[ios生成pdf，并且以邮件的方式发送出去]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6347</link>
    <description><![CDATA[实现的效果： 主要代码： 组建pdf文档，并且加入了图片和文字： - (void) createPDF { NSMutableData* outputData = [[NSMutableData alloc] init]; CGDataConsumerRef dataConsumer = CGDataConsumerCreateWithCFData((CFMutable]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone iOS创建PDF文件]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6346</link>
    <description><![CDATA[参考了官方文档 ：《PDF Document Creation, Viewing, and Transforming》 pdf文档在iOS中是通过Quartz 2D库提供的api来操作的。iOS有两个图形库： Quartz 2D，是iOS原生的，简单易用，缺点是只有2D，仅限]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[将图片保存在iPhone的相册中]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6345</link>
    <description><![CDATA[有时候你的应用需要将应用中的图片保存到用户iPhone或者iTouch的相册中。 可以使用UIKit的这个类方法来完成。]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone 保存图片及容错处理]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6344</link>
    <description><![CDATA[- ( void ) action_save_image : ( id ) sender { //UIImageWriteToSavedPhotosAlbum(image_gallery.image, nil, nil, nil); UIImageWriteToSavedPhotosAlbum ( image_gallery. image , self , ( SEL ) @selector ( image : didFinishSavingWithError : conte]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[创建没有按钮的UIAlertView]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6343</link>
    <description><![CDATA[默认的，UIAlertView都有一个或者多个按钮，如果你想创建没有按钮的UIAlertView，可以使用以下的方法]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[VB.Net 开发的长内容自动分页功能]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6341</link>
    <description><![CDATA[长内容即可以手动分页也可以自动分页。采用自动分页功能，只需告诉计算机每页大约字数就可以了。下面附源码，方便自己，也方便大家研究]]></description>
    <pubDate>2011-02-24</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[IPhone之UIView中动画]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6340</link>
    <description><![CDATA[areAnimationsEnabled 返回一个布尔值表示动画是否结束。 + (BOOL)areAnimationsEnabled 返回值 如果动画结束返回YES，否则NO。 beginAnimations:context: 开始一个动画块 + (void)beginAnimations:(NSString *)animat]]></description>
    <pubDate>2011-02-21</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone openURL能帮助你运行Maps，SMS，Browser,Phone甚至]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6339</link>
    <description><![CDATA[ openURL的使用方法：]]></description>
    <pubDate>2011-02-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[.NET开发中的字符串编码]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6338</link>
    <description><![CDATA[本文所介绍的将字符串保存到文本文件的这种场景，字符串的编码方式在基于套接字的 TCP/UDP网络编程也非常重要，比如 .NET提供了一个 NetworkStream封装 Socket实现网络通讯，如果希望将一个命令]]></description>
    <pubDate>2011-01-30</pubDate>
    <category>.Net开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[UITableView 详细讲解]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6337</link>
    <description><![CDATA[－、建立 UITableView DataTable = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 320, 420)]; [DataTable setDelegate:self]; [DataTable setDataSource:self]; [self.view addSubview:DataTable]; [DataTable release]; 二、UITableView各Me]]></description>
    <pubDate>2011-01-20</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[常用的几个提高iOS开发效率的开源类库及工具（]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6336</link>
    <description><![CDATA[几个常用的开源类库及下载地址: 1. json json编码解码 2. GTMBase64 base64编码解码 3. TouchXML xml解析 4. SFHFKeychainUtils 安全保存用户密码到keychain中 5. MBProgressHUD 很棒的一个加载等待特效框架]]></description>
    <pubDate>2011-01-20</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[Iphone 开发之 UIWebview]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6335</link>
    <description><![CDATA[1.当实例化的UIWebview 设置了属性 scalesPageToFit = YES; 当双击UIWebview时，webpage会进行缩放操作，取消webPage放大的操作，在HTML中加入下面字段。 meta name=viewport content=width=device-width, initial-s]]></description>
    <pubDate>2011-01-20</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone-显示EXC_BAD_ACCESS错误]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6334</link>
    <description><![CDATA[首先在Executables拦下点击getinfo 在Variables to be set in the environment 下添加环境变量NSZombieEnabled 当程序出现EXC_BAD_ACCESS错误的时候，在Debugger里会有类似下面的输出]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone-改变alert背景]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6333</link>
    <description><![CDATA[UIAlertView *theAlert = [[[UIAlertView alloc] initWithTitle:@Atention message: @I'm a Chinese! delegate:nil cancelButtonTitle:@Cancel otherButtonTitles:@Okay,nil] autorelease]; [theAlert show]; UIImage *theImage = [UIImage imageNamed:@loveC]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone 4 摄像头是前后切换]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6332</link>
    <description><![CDATA[#import AVFoundation/AVFoundation.h // Switching between front and back cameras - ( AVCaptureDevice * ) cameraWithPosition : ( AVCaptureDevicePosition ) position { NSArray * devices = [ AVCaptureDevice devicesWithMediaType : AVMediaTypeVide]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone 数组乱序和顺序函数]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6331</link>
    <description><![CDATA[乱序 NSInteger SortImage(id num1, id num2, void *context){ int v1 = arc4random()%100; if (v1%2==0) return NSOrderedAscending; else if (v1%2==1) return NSOrderedDescending; else return NSOrderedSame; } 顺序 NSInteger OrderCate1(id num1,]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone Instruments工具使用]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6330</link>
    <description><![CDATA[最近常使用Instruments这个工具，我发现它对追踪游戏中的内存泄露非常有帮助。自从发现Instruments如此有用后，我就觉得写一篇文章介绍如何使用它来追踪内存泄露对其他人也会有帮助。]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[IPhone 程序的调试信息只在 debug 模式下输出]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6329</link>
    <description><![CDATA[iPhone 应用发布后，程序运行过程中尽量不要有调试 log 信息输出，因为这样会影响程序运行的效率。通过宏定义设置，使得程序只在 debug 模式下输出这些只对于我们开发者有用的信息，]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 设置日期格式]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6328</link>
    <description><![CDATA[不需要特别设置，只需要在dataFormat里设置类似yyyy-MMM-dd这样的格式就可以了 日期格式如下: y年Year1996; 96 M年中的月份MonthJuly; Jul; 07 w年中的周数Number27 W月份中的周数Number2 D年中的天数]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 使用自定义字体]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6327</link>
    <description><![CDATA[1、确定你的项目工程的resouce下有你要用的字体文件(.ttf,.odf)。 2、然后在你的工程的Info.plist文件中新建一行(Add Row)，添加key为：UIAppFonts,类型为Array或Dictionary都行；添加Value为XXX.ttf（你]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 电子书的分页显示功能的代码]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6326</link>
    <description><![CDATA[制作 iPhone 电子书时，如果把大段文字放在 UITextView 或 UILabel 里显示，是不能分页的，阅读时就像再看一大卷滚不到头的纸带，用户体验很差。下面这段代码可以实现 UILabel 尺寸固定，]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[App Store 审核指南]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6325</link>
    <description><![CDATA[苹果对开发者提交的应用的审核之严格是出了名的，了解苹果的审核标准对于开发者防止应用被拒有着十分重要的意义。几天前苹果官方公布了 App Store 审核指南，后经 译言网 翻译成了]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 读取电话本数据]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6324</link>
    <description><![CDATA[ABAddressBookRef currentAddressBook = ABAddressBookCreate(); CFArrayRef contactArray = ABAddressBookCopyArrayOfAllPeople(currentAddressBook); NSArray *myContactArray = (NSArray *)contactArray; for(int i = 0; i [myContactArray count]; i++){]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 获得电话事件的方法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6323</link>
    <description><![CDATA[用于捕获 iPhone 通话事件，这样有助于开发者在应用里添加靠电话播出或接入来触发的功能，比如电话录音。代码介绍如下 CTCallCenter *center = [[CTCallCenter alloc] init]; center.callEventHandler =]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone判断用户输入的邮箱地址是否合法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6322</link>
    <description><![CDATA[电子邮箱的地址里允许使用的字符是特殊的，我们可以在应用里加入邮箱地址合法性判断功能，防止用户输入错误的字符。代码： - (BOOL) validateEmail: (NSString *) candidate { NSString *emailRege]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone使用CoreTelephony获得SIM卡网络运营商名称]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6321</link>
    <description><![CDATA[注意要加头文件目录 /System/Library/Frameworks/CoreTelephony.framework/Headers 到 build 设置 Header Search Paths，并在使用到这些类中加头文件，例如 1. #import CTCarrier.h 2. #import CTTelephonyNetworkInfo.h iOS 4.]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone tableview分批显示数据]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6320</link>
    <description><![CDATA[iPhone屏幕尺寸是有限的，如果需要显示的数据很多，可以先数据放到一个table中，先显示10条，table底部有一察看更多选项，点击察看更多查看解析的剩余数据。基本上就是数据源里先只]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone下文件之前获取到文件大小的]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6319</link>
    <description><![CDATA[[m_pASIHTTPRequest setDidReceiveResponseHeadersSelector:@selector(didReceiveResponseHeaders:)]; - (void)didReceiveResponseHeaders:(ASIHTTPRequest *)request { NSLog(@didReceiveResponseHeaders %@,[m_request.responseHeaders valueForKey:@Conten]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone删除所有联系人]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6318</link>
    <description><![CDATA[在工程中加入： AddressBook.framework 头文件中引入： #import AddressBook/AddressBook.h //打开电话本数据库 ABAddressBookRef addressRef=ABAddressBookCreate(); //返回所有联系人到一个数组中 CFArrayRef personArr]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 异步加载图片]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6317</link>
    <description><![CDATA[AsyncImageView.h文件 @interface AsyncImageView : UIView { NSURLConnection * connection; NSMutableData * data; } @end AsyncImageView.m文件 @implementation AsyncImageView - ( void ) loadImageFromURL : ( NSURL * ) url { if ( connection !=]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone横竖屏转换]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6316</link>
    <description><![CDATA[第一种：通过人为的办法改变view.transform的属性。 具体办法： view.transform一般是View的旋转，拉伸移动等属性，类似view.layer.transform，区别在于 View.transform是二维的，也就是使用仿射的办]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone开发常用代码2]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6315</link>
    <description><![CDATA[- (NSString *)URLEncodedString:(NSString *)string{ NSString *result = (NSString *)CFURLCreateStringByAddingPercentEscapes(kCFAllocatorDefault, (CFStringRef)string,NULL,CFSTR(!*'();:@=+$,/?%#[]),kCFStringEncodingUTF8); [result autorelease];]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[.net C# 获取文件详细备注信息]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6314</link>
    <description><![CDATA[C# 获取文件的属性已经有了，在这里，介绍如何获取文件的备注信息， 这一点特别在媒体文件上有用，可以读取一些需要的信息，并可以进行修改操作（我们将在以后介绍） 看这个例]]></description>
    <pubDate>2011-01-17</pubDate>
    <category>.Net开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[UITableView]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6313</link>
    <description><![CDATA[－、建立 UITableView DataTable = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 320, 420)]; [DataTable setDelegate:self]; [DataTable setDataSource:self]; [self.view addSubview:DataTable]; [DataTable release]; 二、UITableView各Me]]></description>
    <pubDate>2011-01-14</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>

</channel>
</rss>

