2011年5月25日

[转]Android开发中插入新的Activity

摘要: http://www.netvivs.com/how-to-create-a-new-activity-in-eclipse/Learn how to create a new Activity in Eclipse. You can just click on the New Class to create a new activity, but there is another way to do that.1. Go to AndroidManifest.xml in the package explorer.2. Click on the Application tab in the 阅读全文

posted @ 2011-05-25 18:11 freeliver54 阅读(6072) 评论(1) 推荐(0)

[转]解决 webservice 测试窗体只能用于来自本地计算机的请求

摘要: 本文转自:http://www.cnblogs.com/JuneZhang/archive/2010/10/09/1846614.html如果在本地测试webservice可以运行,在远程却显示“测试窗体只能用于来自本地计算机的请求”或者"The test form is only available for requests from the local machine. ",那是因为没有开启远程访问的原因。 大家都知道,Web服务做好后,发布在网上,别人要调用你提供的接口时,是无法打开测试窗体的,这让很多的朋友都蛮郁闷,为什么别人提供的服务接口就能够打开测试窗体,而我的 阅读全文

posted @ 2011-05-25 17:43 freeliver54 阅读(286) 评论(0) 推荐(0)

导航