你好烦大白兔

导航

2016年3月6日 #

linux下配置lamp时候出现The requested URL /info.php was not found on this server问题

摘要: 在经历修改各种配置文件和各种文件权限后,发现了怎么解决 On newer versions of Ubuntu, the document root is set to /var/www/html instead of /var/www. You might have followed an old 阅读全文

posted @ 2016-03-06 09:26 你好烦大白兔 阅读(1503) 评论(0) 推荐(0)

2016年2月13日 #

android Sqlite select * from myDatabase没有内容的问题

摘要: 没什么好说的,但是却在初学的时候弄了很久,百度google查了很多资料。后来才发现,竟然是少了个分号结束符的原因。 开始怀疑人生了。。。 阅读全文

posted @ 2016-02-13 13:35 你好烦大白兔 阅读(305) 评论(0) 推荐(0)

2016年2月10日 #

关于android R.layout.没有出现自己写的布局解决方法

摘要: 直接上解决方法 1.若import了androi.R直接删除,导入自己包下的R文件,例如com.example.my.R 2.若上面的做了后还有错误,应该是包名不一致导致的,即com.example.my.R会报错,找到R.java的包名 3.R.的下拉选项中选择l为自己包名的layout,第一个一 阅读全文

posted @ 2016-02-10 21:46 你好烦大白兔 阅读(1710) 评论(0) 推荐(0)