码迷,mamicode.com
首页 >  
搜索关键字:Enhanced Rich Text    ( 53077个结果
给thinkphp加个分页样式
1、css样式1.fpage{text-align:center;clear:both;padding-top:10px;}2.fpage a{font-size:14px;border:1pxsolid#ccc;padding:3px;box-shadow:0px0px3px#bbb;}3.fpa...
分类:Web程序   时间:2014-05-19 10:27:42    阅读次数:376
Android按钮设置文字变色ColorStateList
Windows平台VC,对于不同的按钮状态,采用不同的颜色显示文字,实现起来比较复杂,一般都得自绘按钮。但是Android里面实现起来非常方便。我们首先添加一个ColorStateList资源XML文件,XML文件保存在res/color/button_text.xml:Java代码Java代码Bu...
分类:移动开发   时间:2014-05-19 07:38:08    阅读次数:426
C#访问配置文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;using System.IO;namespace Hello...
分类:其他好文   时间:2014-05-18 20:16:27    阅读次数:309
CSS样式重置
/*html5doctor.comResetStylesheetv1.6.1LastUpdated:2010-09-17Author:RichardClark-http://richclarkdesign.comTwitter:@rich_clark*/html,body,div,span,obje...
分类:Web程序   时间:2014-05-18 19:33:27    阅读次数:327
OnGetExternal
OnGetExternal
分类:其他好文   时间:2014-05-17 21:47:50    阅读次数:218
Sublime Text 2
Windows下首先安装MinGW, 将C:\MinGW\bin 加入环境变量,重启Sublime在Tools –> Build System –> New Build System…{"cmd":["g++","${file}","-std=c++11","-o","${file_path}/${...
分类:其他好文   时间:2014-05-17 20:53:17    阅读次数:206
c#学习6,命名空间
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using 命名空间.ir;//如果使用的类不在一个namespace,添加using...
分类:其他好文   时间:2014-05-17 20:30:00    阅读次数:227
c#学习7.索引
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 索引{ class Program { static void Main(string[]...
分类:其他好文   时间:2014-05-17 20:10:36    阅读次数:254
object sender, LinkLabelLinkClickedEventArgs e 参数解释
开始是一个LinkLabel 控件,LinkLabel 绑定了Clicke事件 LinkLabel Delete = new LinkLabel(); Delete.Text = "删除";Delete.Tag="我是第"+i+"行"; ...
分类:其他好文   时间:2014-05-17 19:55:44    阅读次数:189
格式控制符
一直以来对各项繁杂的格式控制符掌握的不是很好, 总是知道的大概, 用的时候都是感觉差不多是这个样子....今天终于吃到苦头 = = ............CString strTerminalID; strTerminalID.Format(TEXT("%10u"),m_nTermina...
分类:其他好文   时间:2014-05-17 18:05:18    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!