- 博客(6)
- 收藏
- 关注
转载 RFC1321 MD5算法信息介绍
Network Working Group R. RivestRequest for Comments: 1321 MIT Laboratory for Computer Science and RSA
2016-05-01 15:41:38
2775
转载 SQL四种语言:DDL,DML,DCL,TCL
1.DDL(Data Definition Language)数据库定义语言statements are used to define the database structure or schema.DDL是SQL语言的四大功能之一。用于定义数据库的三级结构,包括外模式、概念模式、内模式及其相互之间的映像,定义数据的完整性、安全控制等约束DDL不需要commit.CR
2016-03-30 15:36:52
328
转载 获取EditText里的数值整形内容
想要和整数比较,就要先把EditText中得内容变为整数,才具有比较性。editable型 ->string型 editText.getText().toString()string型->int型 Integer.parseInt(editText.getText().toString())然后再去比较
2016-02-27 09:52:03
1791
转载 android 让TextView自带滚动条
android 让 TextView 自带滚动条一、Xml代码 android:id="@+id/textview" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="false" and
2016-02-27 09:39:53
440
原创 Android疯狂讲义中,基于回调的事件处理,报错Binary XML file line #8: Error inflating class org.crazyit.event.MyButton
菜鸟一枚,正在学习Android 开发,照着李刚的疯狂Android 讲义按部就班的一点点接触,里面的代码自己敲进去后总会或多或少有些错误,需要自己调试,今天分享一下最新遇到的。在第三章,基于回调的事件监听器中,模拟运行时报错:Binary XML file line #8: Error inflating class org.crazyit.event.MyButton,表示使用回调按钮出错
2016-02-26 10:10:10
526
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人