XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog
05 2012 档案
Device tokens
摘要:Generated by APNs for each deviceDifferent from UDID entered into Program PortalDevice token value may changeApp is restored to a new deviceSame device is erased then app is reinstalled without restore uniquely identifies deviceCall registration API at each app launch and then send to server every t 阅读全文
posted @ 2012-05-31 15:16 不及格的程序员-八神 阅读(334) 评论(0) 推荐(0)
illustrate ARC with graphs
摘要:Summary ARC works by adding code at compile time to ensure that objects live as long as necessary, but no longer. Conceptually, it follows the same me 阅读全文
posted @ 2012-05-31 15:03 不及格的程序员-八神 阅读(933) 评论(0) 推荐(0)
Including QuickTime Movies In A Web Page
摘要:Including QuickTime Movies In A Web PageNow that you've finished compressing your movie, you can deploy it to the web.QuickTime movies can be included in a web page allowing visitors to your website to experience media seamlessly inside their browser. This is accomplished by adding some HTML to 阅读全文
posted @ 2012-05-30 14:22 不及格的程序员-八神 阅读(261) 评论(0) 推荐(0)
IEEE printf specification, Format Message OutputDebugString C++多行文本字面量
摘要:C++ CString strFormat; strFormat.Format("keyName:%s\r\n ", entity->cKeyName); ::OutputDebugString(strFormat); // typedef CStringT<TCHAR, StrTraitATL<T 阅读全文
posted @ 2012-05-22 14:12 不及格的程序员-八神 阅读(366) 评论(0) 推荐(0)
Core 's Framework
摘要:Core Graphics FrameworkThe Core Graphics framework (CoreGraphics.framework) contains the interfaces for the Quartz 2D drawing API.Quartzis the same advanced, vector-based drawing engine that is used in Mac OS X. It provides support for path-based drawing, anti-aliased rendering, gradients, images, c 阅读全文
posted @ 2012-05-17 09:33 不及格的程序员-八神 阅读(909) 评论(0) 推荐(0)
The Mac Application Environment
摘要:The Mac Application EnvironmentMac OS X incorporates the latest technologies for creating powerful and fun-to-use apps. But the technologies by themselves are not enough to make every app great. What sets an app apart from its peers is how it helps the user achieve some tangible goal. After all, use 阅读全文
posted @ 2012-05-03 11:09 不及格的程序员-八神 阅读(707) 评论(0) 推荐(0)