摘要: 很多朋友希望在体验或学习iPhone开发,但是iphone开发环境一般需要安装在mac计算机下Mac OS中。这给许多朋友带来了额外成本投入。网上已经有各种破解方法,在非苹果电脑上安装iphone开发环境,给我们带来了佳音。但是各种版本比较杂乱,可能会费时费力而无果。最近,苹果推出了新的开发环境版本。我将新版开发环境在Windows XP下VMWare虚拟机中安装开发环境过程贴出来,让大家分享。本文在Windows Xp + VMware Workstation 7.0 + MAC OS X Snow Leopard 10.6 环境下安装iPhoneSDK3.1.2成功!两种安装MAC OS的 阅读全文
posted @ 2013-03-25 15:06 残星 阅读(563) 评论(0) 推荐(0) 编辑
摘要: <html><head><title> Drag Demo 1 </title><style type="text/css"><!--#drag{ width:100px; height:20px; background-color:#eee; border:1px solid #333; position:absolute; top:30px; left:200px; text-align:center; cursor:default; }//--></style><script t 阅读全文
posted @ 2013-03-25 13:37 残星 阅读(234) 评论(0) 推荐(0) 编辑
摘要: function CurentTime(){ var now = new Date(); var year = now.getFullYear(); //年 var month = now.getMonth() + 1; //月 var day = now.getDate(); //日 var hh = now.getHours(); //时 var mm = now.getMinutes(); //分 var clock = year + "/"; ... 阅读全文
posted @ 2013-03-25 10:47 残星 阅读(343) 评论(0) 推荐(0) 编辑