时间:5月4日晚上9点地点:信息学院楼组员5月4日今日完成任务5月5日明天计划任务杨波编代码,调试;调试整合代码;周亚豪按钮实现界面跳转,学习了控件的使用;将数据库与界面连接;崔海营完成数据库的录入;帮助周亚豪将数据库与界面连接;闵芮代码调试完成,解决了所有错误;调模拟器;高琪实现了启动软件用图片覆...
分类:
其他好文 时间:
2014-05-07 18:35:55
阅读次数:
325
一、普通1、private String[] method =
null;ArrayAdapter methodAdapter = new
ArrayAdapter(this,android.R.layout.simple_spinner_item, method);methodSpinner =
...
分类:
其他好文 时间:
2014-05-07 18:32:48
阅读次数:
274
以下内容为原创,转载请注明:来自天天博客:http://www.cnblogs.com/tiantianbyconan/p/3709957.html之前写过一篇博客,是使用Fragment来实现TabHost的效果,并且模拟TabHost的切换各个fragment生命周期的调用,见http://ww...
分类:
移动开发 时间:
2014-05-07 18:03:35
阅读次数:
698
"@you bang--- go on
-------"需要做分享内容,前面有段格式固定写死,同时颜色为灰色;后面的内容可以编辑,颜色为黑色,同时支持多行有人用textview做固定格式,edittext做可编辑部分;如果是单行,感觉还没多大问题,但多行,第二行起始位置就无法控制了。1.字体部分颜色...
分类:
移动开发 时间:
2014-05-07 17:37:11
阅读次数:
493
备份站点Backup-SPSite -Identity -Path [-Force]
[-NoSiteLock] [-UseSqlSnapshot] [-Verbose] 那么就按照上面的代码敲吧(注意要有管理员的身份)命令是:
backup-spsite -identity http://po.....
分类:
其他好文 时间:
2014-05-07 10:24:21
阅读次数:
473
要求给定树,与路径和,判断是否存在从跟到叶子之和为给定值的路径。比如下图中,给定路径之和为22,存在路径,因此返回true;否则返回false. 5 / \ 4
8 / / \ 11...
分类:
其他好文 时间:
2014-05-07 10:15:46
阅读次数:
270
Given a binary tree, find the maximum path
sum.The path may start and end at any node in the tree.For example:Given the
below binary tree, 1 ...
分类:
其他好文 时间:
2014-05-07 09:36:09
阅读次数:
300
时间:2014年5月5日十天冲刺第八天:今天完成进度:
帮周亚豪设计了对话框、实现Android自定义对话框(Dialog)位置、大小、插入图片;明天计划进度: 帮助张丹丹一起写文档、了解主程序制作程序流程图。
分类:
其他好文 时间:
2014-05-07 09:33:39
阅读次数:
278
public class StringHandleExampleActivity extends
Activity { /** Called when the activity is first created. */ private TextView
textView; ...
分类:
移动开发 时间:
2014-05-06 14:39:57
阅读次数:
350
1.ubuntu14.04安装依赖sudo apt-get install
build-essential gawk m4 libasound2-dev libcups2-dev libxrender-dev xorg-dev
xutils-dev x11proto-print-dev binuti...
分类:
其他好文 时间:
2014-05-06 14:19:33
阅读次数:
343