摘要:
首先看这个 HelloWorld 类。Java代码public class HelloWorld extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); } } 他继承了 Activity ,前面讲了,一个 Activity 可以想象成一... 阅读全文
posted @ 2013-11-05 18:05
@菜鸟爱学习@
阅读(284)
评论(0)
推荐(0)
摘要:
http://processors.wiki.ti.com/index.php/Category:BluetoothLE#iOS 阅读全文
posted @ 2013-11-05 17:29
@菜鸟爱学习@
阅读(107)
评论(0)
推荐(0)
摘要:
没成功,把几篇不错的文章先记录下地址http://bbs.pcbeta.com/forum.php?mod=viewthread&tid=1437039http://bbs.pcbeta.com/viewthread-1418055-1-1.htmlhttp://blog.zhaojie.me/2010/09/how-to-install-mac-os-x-snow-leopard-on-virtualbox.htmlhttp://cleris.diandian.com/VB-Mountain-Lion 阅读全文
posted @ 2013-11-05 16:25
@菜鸟爱学习@
阅读(106)
评论(0)
推荐(0)