摘要: android:singleLine="true" android:ellipsize="marquee" android:focusable="true" android:focusableInTouchMo... 阅读全文
posted @ 2014-04-18 03:00 时间的话 阅读(305) 评论(0) 推荐(0)
摘要: 一、TextView 1.1 结构 java.lang.Object android.view.View android.widget.TextView 直接子类: Button, CheckedTextView, Chronometer, DigitalClock, EditText 间接子类: AutoCompleteTextView, CheckBox, CompoundButton, ExtractEditText,MultiAutoCompleteTextView, RadioButton, ToggleButton 1.2 属性名称描述 android... 阅读全文
posted @ 2013-09-01 21:29 时间的话 阅读(570) 评论(0) 推荐(0)
摘要: 一、文件上传1、上传页面upload.html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head> <title>文件上传</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head><body> <p align="ce 阅读全文
posted @ 2013-05-22 17:45 时间的话 阅读(169) 评论(0) 推荐(0)
摘要: 在eclipse下,package,source folder,folder都是文件夹.它们的区别如下:package:当你在建立一个package时,它自动建立到source folder下,也只能建立在这个目录之下.source folder:存放java源代码的文件夹,当然也包括一些package文件夹,还可以包含其他文件.项目构建后,source folder里面的java自动编译成class文件到相应的/web-inf/classes文件夹中,其他文件也会移到/web-inf/classes相应的目录下.package和sourceFolder比较相同之外:package下除了jav 阅读全文
posted @ 2013-05-22 17:22 时间的话 阅读(138) 评论(0) 推荐(0)