码迷,mamicode.com
首页 >  
搜索关键字:Enhanced Rich Text    ( 53077个结果
Jquery中val、text、html的区别
html就是你可以添加像、等标记text只能写文本如果写了上面的标记则会以文本形式输出val是属性,只有有该属性的对象才能调用html(), 相当于 innerHTMLtext(), 相当于 innerTEXTval() 只有有value属性的才能取到值1、 这个就需要用 val(),只有当标签中有...
分类:Web程序   时间:2014-05-26 08:18:59    阅读次数:315
字符串转义字符
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleProgamming{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-26 08:00:40    阅读次数:184
MySQL TEXT数据类型的最大长度
TINYTEXT256 bytesTEXT65,535 bytes~64kbMEDIUMTEXT16,777,215 bytes~16MBLONGTEXT4,294,967,295 bytes~4GBhttp://blog.sina.com.cn/s/blog_71f8aa010100vusp.ht...
分类:数据库   时间:2014-05-26 07:47:50    阅读次数:424
一般处理程序ashx结合gdi+处理图片
1 新建一般处理程序 .ashx public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain";context.Response.Write("Hello W...
分类:其他好文   时间:2014-05-26 07:24:18    阅读次数:221
编辑代码
看到别人把代码粘贴在其中的样式很好看,自己想尝试一下怎么弄的,没有显示行号啊 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Runtime.InteropServ...
分类:其他好文   时间:2014-05-26 07:07:58    阅读次数:312
简单数据类型转换
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleProgamming{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-26 07:00:58    阅读次数:182
被LTRIM(RTRIM())害死了,差点
LTRIM(character_expression)去掉前置空格LTRIM(RTRIM())就是把前置和后置空格都去掉。character_expression可以是常量、变量或列。character_expression必须属于某个可隐式转换为varchar的数据类型(text、ntext和im...
分类:其他好文   时间:2014-05-26 06:40:10    阅读次数:193
.net下BerkeleyDB操作封装C#版(附单元测试)
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Runtime.Serialization.Formatters.Binary;using System.Text...
分类:数据库   时间:2014-05-26 06:18:47    阅读次数:443
NVelocity 类操作模板
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;using System.IO;using NVelocity.App;using NVelocity...
分类:其他好文   时间:2014-05-24 13:17:32    阅读次数:198
整理常用函数
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace WindowsAPI{class CSha...
分类:其他好文   时间:2014-05-24 12:59:58    阅读次数:366
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!