码迷,mamicode.com
首页 >  
搜索关键字:text gsv outline    ( 53354个结果
多线程简单示例
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading; 6 using System.Runtime.Remoti....
分类:编程语言   时间:2014-05-26 09:07:50    阅读次数:270
Sublime Text 3 破解+ 汉化包
破解:第一步:打开主文件搜索十六进制F7D81AC02005修改1AC0为B001第二步:搜索F3FF8BC7E895修改其中的8BC7为33C0第三步:过阻拦未注册提示搜索0F8591000000535657将其中的85修改为84汉化:运行SublimeText3 点击 Preferneces -...
分类:其他好文   时间:2014-05-26 08:53:01    阅读次数:339
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!