码迷,mamicode.com
首页 >  
搜索关键字:Enhanced Rich Text    ( 53077个结果
用reg文件把便携版sublime text 3添加到右键菜单
假设sublime文件夹在C:\\Users\\T430i\\Downloads\\Sublime Text Build 3059 x64\\则:Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\*\shell\Sublime Text 3...
分类:其他好文   时间:2014-05-20 02:42:36    阅读次数:289
c#学习3,构造函数
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 构造函数1{ class Program { static void Main(strin...
分类:其他好文   时间:2014-05-20 02:22:09    阅读次数:299
浏览器兼容性小记-DOM篇(二)
1、DOM中的所有节点都继承自Node类型,IE9之前将DOM节点作为COM对象来实现;每个DOM节点都有一个nodeType属性来表明节点类型,总共有12个类型: 1 Node.ELEMENT_NODE 2 Node.ATTRIBUTE_NODE 3 Node.TEXT_NODE 4 Node.C...
分类:其他好文   时间:2014-05-20 00:53:25    阅读次数:297
简单易懂的程序语言入门小册子(9):环境,引入环境
\[\newcommand{\mt}[1]{\text{#1}} \newcommand{\mE}{\mathcal{E}} \newcommand{\tup}[1]{\left}\]环境类似于其他语言(C++、JAVA等)的“符号表”。 所谓符号表,是一张将变量名与变量代表的内容联系起来的一张表。...
分类:其他好文   时间:2014-05-19 23:06:24    阅读次数:330
What is NicEdit?
NicEdit - WYSIWYG Content Editor, Inline Rich Text ApplicationWhat is NicEdit?NicEdit is a Lightweight, Cross Platform, Inline Content Editor to allow...
分类:其他好文   时间:2014-05-19 22:33:12    阅读次数:391
生成条码
先写一个类#region Using directivesusing System;using System.Text;#endregionnamespace Ean13Barcode2005{public class Ean13{private string _sName = "EAN13";pr...
分类:其他好文   时间:2014-05-17 15:17:03    阅读次数:398
c#学习2,面向对象引用
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 对象引用{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-17 14:30:19    阅读次数:279
个人冲刺计划(二)第一天
第一天:5月11日:今天:通过对于拖拉图片:Gallery、文本切换:TextSwitcher以及图片切换:ImageSwitcher视频的学习,掌握了其中的具体做法。困难:对于文本切换中的横竖屏切换不能理解彻底。有些地方总是会出现问题。
分类:其他好文   时间:2014-05-16 00:56:20    阅读次数:233
UITextField placeholder text color
iOS6 and Later改变UITextField 中占位符 提示文本的文字颜色在新版本中(iOS6以后)iOS提供一种 Key = value 属性的方式,来改变UI的属性内容。以UITextField为例 @property(nonatomic,copy) NSAttributedStri....
分类:其他好文   时间:2014-05-15 22:43:48    阅读次数:436
asp.net 上传XML,txt 直接读取文件内容
if (GetUploadFileContent.PostedFile.InputStream.Length < 1) { Msg.Text = "请选择文件"; return; } string FileNam...
分类:Web程序   时间:2014-05-15 22:15:08    阅读次数:348
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!