文字格式设置:
字体颜色设置:
Program.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace ColorDialog
{
static class Program
{...
分类:
其他好文 时间:
2014-04-27 20:38:47
阅读次数:
576
写Demo程序的时候能表带自定义的数据结构对象吗?
--低级程序猿
前情提要:网上介绍TextView+SpannableString的文章真心太长,真心看不懂。
====原文=====
下面是一个20行的完整Demo代码:基本原理是使用一个SpannableString并设置其ClickableSpan来响应点击事件。
TextView useInfo ...
分类:
其他好文 时间:
2014-04-27 20:33:09
阅读次数:
580
可以在Ext.QuickTips.init();后加入如下代码:
Ext.MessageBox.buttonText = {
ok : "确定",
cancel : "取消",
yes : "是",
no : "否"
};...
分类:
Web程序 时间:
2014-04-27 19:44:57
阅读次数:
1058
1、什么是ArrayListArrayList就是传说中的动态数组,是Array的复杂版本,它提供了如下一些好处:动态的增加和减少元素实现了ICollection和IList接口灵活的设置数组的大小2、如何使用ArrayList最简单的例子:ArrayList
List = new ArrayLis...
分类:
其他好文 时间:
2014-04-27 17:37:45
阅读次数:
689
这段代码,主要用于给标题转换默认样式,其他的可以自行修改参考/*标题*/#cnblogs_post_body h2 { background: none
repeat scroll 0% 0% rgb(43, 102, 149); border-radius: 6px 6px 6px 6...
分类:
其他好文 时间:
2014-04-27 17:29:46
阅读次数:
642
1、安装linux摄像头应用软件cheesesudo apt-get install
cheese2、Ubuntu Tweak Ubuntu
Tweak是一款专门为Ubuntu(GNOME桌面)准备的配置、调整工具。主要面向新手级的普通用户。它可以设置很多并不能在系统首选项中设置的隐藏选项,以满足用...
分类:
其他好文 时间:
2014-04-27 16:45:48
阅读次数:
724