摘要: 老师给了我们一个python文件让我们看懂,然后里面有一句import pygraphviz as pgv为了能让程序在自己的电脑上,跑起来,我像往常一样,用pip install pygraphviz 来安装,然后,另人苦逼的是各种报错哇。然后在github 下载了包(https://github... 阅读全文
posted @ 2015-12-05 15:37 青萝乱舞 阅读(12705) 评论(1) 推荐(0) 编辑
摘要: 之前在网上搜的影藏Actionbar的方法,一共有三种:ActionBar bar=this.getActionBar(); bar.hide();或者requestWindowFeature(Window.FEATURE_NO_TITLE);setContentView(R.layout.acti... 阅读全文
posted @ 2015-10-07 15:55 青萝乱舞 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: Your problem probably is that you haven'tinstalledpython. Meaning that, if you are using Windows, you have not downloaded the installer for Windows, t... 阅读全文
posted @ 2015-10-03 23:14 青萝乱舞 阅读(2846) 评论(0) 推荐(0) 编辑
摘要: 今天学习sqlite的时候,用到了simpleCursorAdapter.SimpleCursorAdapter是Android专门为了连接数据库与视图而产生的。他是将从数据库表中获取的数据显示到ListView的桥梁。按照网上教程,我利用ListView体现SimpleCursorAdapter的... 阅读全文
posted @ 2015-08-04 14:34 青萝乱舞 阅读(2471) 评论(0) 推荐(0) 编辑
摘要: 单个Activity: 应用开启时调用:onCreate(),onStart(),onResume(); 按下返回键:onPause(),onStop(),onDestory();多个Activity之间交互时: 跳转至第二个Activity时:FirstActivitySecondAct... 阅读全文
posted @ 2015-07-15 21:48 青萝乱舞 阅读(646) 评论(0) 推荐(1) 编辑