摘要: 1. AndroidManifest.xml中必须使用许可 "android.permission.INTERNET", 否则会出Web page not available错误。 <uses-permission android:name="android.permission.INTERNET" 阅读全文
posted @ 2016-01-30 01:05 天羽飞龙 阅读(550) 评论(0) 推荐(0)
摘要: 在使用JDBC编程时需要连接数据库,导入JAR包是必须的,导入其它的jar包方法同样如此,导入的方法是 打开eclipse 1.右击要导入jar包的项目,点properties 2.左边选择java build path,右边选择libraries 3.选择add External jars 4.选 阅读全文
posted @ 2016-01-30 00:50 天羽飞龙 阅读(3491) 评论(0) 推荐(0)