using System;using System.Collections.Generic;using
System.Text;using System.Windows;using System.Windows.Controls;using
System.Windows.Data;using Sys...
分类:
其他好文 时间:
2014-05-27 17:59:24
阅读次数:
272
一、基础准备 Imagebutton 继承
Imageview,就是用一个图标代表了一些文字,它没Android:text属性。它由Android:src指定图标的位置
android:src="@drawable/back" Button 继承 Textview,所以TextView的一些属性也适...
分类:
其他好文 时间:
2014-05-27 17:44:23
阅读次数:
256
Element.firstChild ?,是的,这是第一种方法,当然,通常来说支持 W3C
规范的浏览器,如 Firefox 等取到的应该是 TEXT_NODE。很早之前,或者说现在最流行的方法可能是
分类:
其他好文 时间:
2014-05-27 17:41:53
阅读次数:
520
/g意思就是:global可选标志,带这个标志表示替换将针对行中每个匹配的串进行,否则则只替换行中第一个匹配串。如:we.fdffddfwe.加上/g后,则2个we都会出来;/i意思就是
case insensitive,区分大小写小字。如:sw与sW不管;/d意思是digital.是一个数字如:/...
分类:
其他好文 时间:
2014-05-27 16:57:49
阅读次数:
234
/** * 带文本提示的进度条 */public class TextProgressBar
extends ProgressBar { private String text; private Paint mPaint; public
TextProgressBar...
分类:
移动开发 时间:
2014-05-27 16:29:14
阅读次数:
1470
安装Sublime Text 2插件的方法:1.直接安装安装Sublime text
2插件很方便,可以直接下载安装包解压缩到Packages目录(菜单->preferences->packages)。也可以安装package
control组件,然后直接在线安装:按Ctrl+`调出console粘...
分类:
其他好文 时间:
2014-05-27 16:22:37
阅读次数:
427
using System;using System.Windows.Forms;using
System.IO.Ports;using System.Drawing;using System.IO;using System.Text;using
System.Collections;using Sy...
分类:
其他好文 时间:
2014-05-27 15:38:36
阅读次数:
422
按option后会有提示:Do not use the label object to set
the text color or the shadow color. Instead, use the setTitleColor:forState: and
setTitleShadowColor:f...
分类:
其他好文 时间:
2014-05-26 18:47:48
阅读次数:
212
本文目标30分钟内让你明白HTML是什么,并对它有一些基本的了解。一旦入门后,你可以从网上找到更多更详细的资料来继续学习。什么是HTMLHTML是英文Hyper
Text Mark-up Language(超文本标记语言)的缩写,它规定了自己的语法规则,用来表示比“文本”更丰富的意义,比如图片,表格...
分类:
Web程序 时间:
2014-05-26 17:25:28
阅读次数:
364
hadoop 中
的Text类与java中的String类感觉上用法是相似的,但两者在编码格式和访问方式上还是有些差别的,要说明这个问题,首先得了解几个概念;字符集:
是一个系统支持的所有抽象字符的集合。字符是各种文字和符号的总称,包括各国家文字、标点符号、图形符号、数字等。例如 unicode就是...
分类:
编程语言 时间:
2014-05-26 16:46:37
阅读次数:
398