博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 73 下一页

2010年11月12日

摘要: http://topic.csdn.net/u/20101023/20/5652CCD7-D510-4C10-9671-307A56006E6D.html答案下载http://download.csdn.net/source/2796735字符串相关 http://www.cnblogs.com/wangbin_ben/archive/2010/11/12/1876097.htmlhttp://topic.csdn.net/u/20101126/10/B4F12A00-6280-492F-B785-CB6835A63DC9.html 把二元查找树转变成排序的双向链表 阅读全文
posted @ 2010-11-12 15:22 Likwo 阅读(441) 评论(0) 推荐(0)

2010年10月22日

摘要: CJLib(mfc扩展开发包,是xtreme toolkit的前生,但xtreme toolkit收费了)http://www.codejock.com/BCGControlBar(收费,mfc扩展开发包,功能很强大)http://www.bcgsoft.comSkinMagic(收费,看起来像Office)http://appspeed.com/html/download.htmlAppFace... 阅读全文
posted @ 2010-10-22 21:42 Likwo 阅读(3055) 评论(0) 推荐(0)

2010年10月12日

该文被密码保护。 阅读全文
posted @ 2010-10-12 10:08 Likwo 阅读(3) 评论(0) 推荐(0)

2010年10月8日

摘要: 构建Android开发环境在本文写作时,Android SDK的最新版本是2.1。现在,我们来看一看如何在Windows平台下构建Android 2.1开发环境。先期需要下载的软件包如下:1、JDK 1.6+2、Android SDK 1.63、Android SDK Setup4、Eclipse IDE for Java Developers看到这些,可能心急的朋友会禁不住问:“不是... 阅读全文
posted @ 2010-10-08 23:40 Likwo 阅读(1053) 评论(1) 推荐(0)

摘要: 1.获取虚拟机内存使用情况方法totalMemory:Runtime.getRuntime().totalMemory() freeMemory:Runtime.getRuntime().freeMemory() 阅读全文
posted @ 2010-10-08 17:27 Likwo 阅读(271) 评论(0) 推荐(0)

2010年9月30日

摘要: 1. 网上先自己创建一个appid,这个ID最好在iphone 网站里手动创建,注意填写indentify com.yourcompany.*部分,info.plist里bundle display name部分应该最好去掉apple自动生成的那些数字,以com.yourcompany开始。2. apple worldwide developer relations certfication au... 阅读全文
posted @ 2010-09-30 11:01 Likwo 阅读(393) 评论(0) 推荐(0)

2010年9月23日

摘要: http://github.com/guicocoa/GCCalendarhttp://github.com/klazuka/Kalhttp://code.google.com/p/iphonecalhttp://nrg.com.bd/blog/archives/36 come fromhttp://stackoverflow.com/questions/997779/is-there-any-r... 阅读全文
posted @ 2010-09-23 22:56 Likwo 阅读(792) 评论(0) 推荐(0)

2010年9月21日

摘要: jemeter 访问外网的时候,如果上网采用代理方式设置,则需要进行代理设置方式启动 阅读全文
posted @ 2010-09-21 15:03 Likwo 阅读(494) 评论(0) 推荐(0)

2010年9月20日

摘要: Deploying iPhone Apps to Real Deviceshttp://mobiforge.com/developing/story/deploying-iphone-apps-real-devices IPhone程序发布到应用程序商店的流程 http://blog.csdn.net/dotphoenix/archive/2010/03/03/5342388.a... 阅读全文
posted @ 2010-09-20 14:50 Likwo 阅读(510) 评论(0) 推荐(0)

2010年9月19日

摘要: Iphone代码片段导航Iphone开发代码片段1Iphone开发代码片段2Iphone开发代码片段3 1.如果您想在应用里添加提示功能,比如让 iPhone 机身震动,可以使用下面这行代码:AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);2.UItextView设置圆角#import <QuartzCore/QuartzCore.h>用layerUITextView.layer.cornerRadius = 6;UITextView.layer.masksToBounds = YES;角度可以自己调3.viewdidunl 阅读全文
posted @ 2010-09-19 10:13 Likwo 阅读(773) 评论(0) 推荐(0)

上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 73 下一页