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
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
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(character_expression)去掉前置空格LTRIM(RTRIM())就是把前置和后置空格都去掉。character_expression可以是常量、变量或列。character_expression必须属于某个可隐式转换为varchar的数据类型(text、ntext和im...
分类:
其他好文 时间:
2014-05-26 06:40:10
阅读次数:
193
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
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