12 2015 档案
摘要:内容来源:高成珍、钟元生《Android编程经典案例解析》 SQLite 数据库是Android 中内嵌的轻量级关系型数据库,本质上只是一个文件。SQLite 内部只支持NULL,INTEGER, REAL,TEXT 和BLOB 这五种数据类型,在SQLite 中可以把各种类型的数据保存到任何字段中
阅读全文
摘要:error opening trace file: No such file or directory (2)
阅读全文
摘要:WPF 取出richTextBox里面的内容,赋值给richTextBox,清空RichTextBox的方法,如何将一个String类型的字符串赋值给richTextBox,如何将richTextBox中的内容以rtf的格式完全取出,RichTextBox的操作:
阅读全文
摘要:android中的 Toast 和 AlertDialog
阅读全文
摘要:android:autoLink, android:ellipsize, android:textColor,android:gravity 和 android:layout_gravity的区别,5.android:padding 和 android:layout_margin 的区别
阅读全文
摘要:Config path ‘C:\Users\Administrator\.AndroidStudio1.5\config’ is invalid.
If you have modified the ‘idea.config.path’ property please make sure it is correct,
otherwise please re-install the IDE.
阅读全文