06 2012 档案

摘要:1 Activity开启设置 //启用数据库 webSettings.setDatabaseEnabled(true); String dir = this.getApplicationContext().getDir("database", Context.MODE_PRIVATE).getPath(); //设置数据库路径 webSettings.setDatabasePa... 阅读全文
posted @ 2012-06-25 16:29 北风飘 阅读(653) 评论(0) 推荐(0)
摘要:http://www.eygle.com/rss/20111202.html <原文> 启动客户的数据库,遇到: SQL> startup ORA-27125: unable to create shared memory segment Linux-x86_64 Error: 1: Operation not permitted 网上找到了解决方法 在某些操作系统上... 阅读全文
posted @ 2012-06-13 18:03 北风飘 阅读(6132) 评论(0) 推荐(1)