XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog
posts - 91,  comments - 1156,  trackbacks - 0
公告
07 2011 档案
Multi-Platform Support for the iPhone and iPad.
摘要: Copy from Beginning iOS 4 Application Development,author:Wei-Meng Lee, Microsoft MVP ,come from Singapore.technique 1 — mODifying the Device tArget SettingThe Targeted Device Family setting provides three different values: iPhone, iPad, or iPhone/iPad.#if (__IPHONE_OS_VERSION_MAX_ALLOWED >= 30200阅读全文
posted @ 2011-07-27 17:07 不及格的程序员-八神 阅读(101) | 评论 (0) 编辑
Emulator And Simulator
摘要: emulator 仿真器。通过软件方式,精确地在一种处理器上仿真另一种处理器或者硬件的运行方式。其目的是完全仿真被仿真硬件在接收到各种外界信息的时候的反应。我们现在常见的MAME、ePSXe等都是这一类。 仿真器多用于电视游戏和街机,也有一些用于掌上电脑。仿真器一般需要ROM才能执行,ROM的最初来源是一些原平台的ROM芯片,通过一些手段将原程序拷贝下来(这个过程一般称之为“dump”)然后利用仿真器加载这些ROM来实现仿真过程。 仿真器运行的程序一般是与目标机器码相同的二进制码,比如arm指令.很明显示的例子就是android 的apk可执行文件,可以装进emulator和真机中,而simu阅读全文
posted @ 2011-07-04 15:36 不及格的程序员-八神 阅读(114) | 评论 (0) 编辑