文章列表
 
您正在查看 "iphone 开发" 分类下的文章

2012年02月18日 星期六 1:08

A great way to improve the performance of your site is to optimize the size of your images. Smaller image sizes require less bandwidth, disk space and load time, and ultimately improve visitor experience. In this article, I share my effective 5-minute technique for optimizing PNG images. This is a two-step, lossless optimization process that removes as much extraneous data as possible without sacrificing any image quality whatsoever.

 
2012年02月09日 星期四 19:57

https://developer.apple.com/library/ios/#qa/qa1686/_index.html

 
2011年12月20日 星期二 11:15

https://bitbucket.org/sfoster/iphone-tts

 
2011年11月23日 星期三 12:01

行距(Leading):又称行间距。指的是行的基线到另一行基线之间的距离(Leading的史称来源于旧式排版时用铅条隔开行之间的距离,读作”ledding”)。

合成(Composition):是一种通篇字符间距的调整以求更好的视觉效果。多数程序都是按行排列文本的,这样可

 
2011年09月28日 星期三 12:09
  @"Times",                       WebKitStandardFontPreferenceKey,
        @"Courier",                     WebKitFixedFontPreferenceKey,
        @"Times",                       WebKitSerifFontPreferenceKey,
        @"Helvetica",                   WebKitSansSerifFontPreferenceKey,
        @"Apple Chancery",              WebKitCursiveFontPreferenceKey,
        @"Papyrus",        
 
2010年09月27日 星期一 11:32
一、获取系统所支持的国际化信息 在国际化之前,你可以在iphone中的”设置->通用->多语言环境->语言”中来查看你的iphone支持哪些语言,当然也可以写一段代码测试一下你的iphone都支持哪些语言.测试代码如下: NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; NSArray *languages = [defaults objectForKey:@"AppleLanguages"]; NSLog(@"%@", languages); 注:NSUserDefaults类用来取得用户人默认信息. 二、在Xcode中建立多语言文档 1.在Resources分类下新建文档(右鍵/Add/New File…) 2.在模板对话框中选择
 
2010年09月27日 星期一 10:32
获取所有html:NSString *lJs = @"document.documentElement.innerHTML"; 获取网页title:NSString *lJs2 = @"document.title"; UIWebView *lWebView = [self getCurrentWebView]; NSString *lHtml1 = [lWebView stringByEvaluatingJavaScriptFromString:lJs]; NSString *lHtml2 = [lWebView stringByEvaluatingJavaScriptFromString:lJs2];
 
2010年09月19日 星期日 21:41
http://www.apple.com.cn/developer/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/ApplicationEnvironment/ApplicationEnvironment.html#//apple_ref/doc/uid/TP40007072-CH7-SW2
 
2010年09月07日 星期二 10:25
基础就是mac自带库libSystem中的CCCrypt
例:
@interface NSData (AESAdditions)
- (NSData*)AES256EncryptWithKey:(NSString*)key;
- (NSData*)AES256DecryptWithKey:(NSString*)key;
@end


#import <CommonCrypto/CommonCryptor.h>

@implementation NSData (AESAdditions)
- (NSData*)AES256EncryptWithKey:(NSString*)key {
// 'key' should be 32 bytes for AES256, will be null-padded otherwise
char keyPtr[kCCKeySizeAES256 + 1]; // room fo
 
2010年08月23日 星期一 11:10

iphone应用程序名的国际化

在前面的文章,有一文章叫做《

 
   
 
 
文章存档
 
     
 
最新文章评论
  

[表情]
 

回复ientry:是的.有办法打广告吗?
 

回复myguru:日访问量上万??
 

回复ientry:NND,不能广告呀。日访问量上万
 

偶尔看到,不错。。。搬家了博客竟然。。。
   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu