摘要:
首先看这个 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 可以想象成一... 阅读全文
摘要:
http://processors.wiki.ti.com/index.php/Category:BluetoothLE#iOS 阅读全文
摘要:
没成功,把几篇不错的文章先记录下地址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 阅读全文