您现在的位置:首页 >> 搜索"YO"
站内搜索
  • ViewTreeObserver示例(二) 2013-05-28 点击:27 评论:0
  • main.xml如下:[html] LinearLayout xmlns:android=https://schemas.android.com/apk/res/android a...
  • 界面布局-RelativeLaYOut 2013-05-24 点击:25 评论:0
  • res/layout/activity_my.xml[html] RelativeLayout xmlns:android=https://schemas.android.com/...
  • 界面布局-TableLaYOut 2013-05-24 点击:18 评论:0
  • res/layout/activity_my_fifth.xml[html]TableLayout xmlns:android=https://schemas.android.co...
  • Activity之startActivityForResult 2013-05-19 点击:41 评论:0
  • main.xml如下:[html] RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android ...
  • NOJ[1093] HTML 即HDU1088 对字符串的处理 2013-05-15 点击:28 评论:0
  • [1093] HTML时间限制: 1000 ms 内存限制: 65535 K问题描述If you ever tried to read a html document on a M...
  • EditText中插入图片 2013-04-25 点击:27 评论:0
  • main.xml如下:[html]RelativeLayout xmlns:android=https://schemas.android.com/apk/res/android ...
  • HtmlaYOut对话框程序输入法切换问题解决方案 2013-04-16 点击:19 评论:0
  • 一、背景: Htmlayout的附载容器是dialog时候中文无法输入(无法切换输入法程序),包括SDK中封装的dialog类。二、原因: 1、调用的某个dll(初步怀疑是Html...
  • CSS最佳实践 2013-04-12 点击:40 评论:0
  • CSS最佳实践(or规范):1.命名:1.1、采用通俗易懂的英文单词并按内容/功能命名; {常用命名英文:page、wrap、layout、header(head)、footer(...
  • 获取WebView加载HTML时网页中的内容 2013-03-08 点击:29 评论:0
  • main.xml如下:[html] RelativeLayout xmlns:android=https://schemas.android.com/apk/res/android...
  • 4行CSS实现表格内容超过一行的部分,用省略号代替
    4行CSS实现表格内容超过一行的部分,用省略号代替 2013-02-25 点击:46 评论:0
  • Html代码table{   table-layout: fixed; } td{   white-space: nowrap;   overflow: hidden;   tex...