自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Mobidogs Blog

Better master one than engage with ten.

  • 博客(10)
  • 资源 (5)
  • 收藏
  • 关注

原创 SQL Server中临时表与表变量的区别

<!--google_ad_client = "pub-3555979289815451";/* 468x15, 创建于 08-12-5 */google_ad_slot = "4663571998";google_ad_width = 468;google_ad_height = 15;//-->我们在数据库中使用表的时候,经常会遇到两种使用表的方法,分别就是使用

2008-12-31 16:33:00 942

原创 varchar(max)、nvarchar(max)和varbinary(max)数据类型

<!--google_ad_client = "pub-3555979289815451";/* 468x15, 创建于 08-12-5 */google_ad_slot = "4663571998";google_ad_width = 468;google_ad_height = 15;//-->Microsoft SQL Server 2005 中引入了 m

2008-12-30 21:30:00 2345 4

原创 C#动态编译、执行代码

C#动态编译、执行代码 Compiling and Running code at runtime<!--google_ad_client = "pub-3555979289815451";/* 468x15, 创建于 08-12-5 */google_ad_slot = "4663571998";google_ad_width = 468;google_ad_height =

2008-12-22 22:11:00 1407 1

原创 javascript中StringBuilder类实现

一个简单的StringBuilder类实现<!--google_ad_client = "pub-3555979289815451";/* 468x15, 创建于 08-12-5 */google_ad_slot = "4663571998";google_ad_width = 468;google_ad_height = 15;//-->// Initialize

2008-12-22 10:53:00 1121

原创 javascript中的哈希表(hashtable)实现

javascript中的hashtable实现javascript中没有像c#,java那样的哈希表(hashtable), 然而,javascript中的Array也只有一些类似于哈希表的非常简单功能, 如下: var arr = new Array(); arr[item1] = the value of item 1 ; arr[item2] = the value of 

2008-12-15 14:09:00 10845 4

原创 javascript中的trim()函数实现

How can I trim a string in JavaScript?<!--google_ad_client = "pub-3555979289815451";/* 468x15, 创建于 08-12-5 */google_ad_slot = "4663571998";google_ad_width = 468;google_ad_height = 15;//-->

2008-12-15 13:45:00 1285 1

原创 C语言变长数组

C语言变长数组<!--google_ad_client = "pub-3555979289815451";/* 468x15, 创建于 08-12-5 */google_ad_slot = "4663571998";google_ad_width = 468;google_ad_height = 15;//-->我们知道,传统的C语言是不能像C++那样支持变长数

2008-12-10 14:53:00 7067 7

原创 HTML导出Excel换行问题

在Excel 中, 它有自己的Style样式标准,换行的方法在HTML中用如下style: br style=mso-data-placement:same-cell;/>Cell and row breaksThe BR tag has a mso-data-placement style attribute specifying where the data is stored.

2008-12-09 16:06:00 7039 1

原创 Internet Explorer文件下载监视

你是否想过类似下面的一些问题: 如何过滤IE中的flash 如何过滤在网页中嵌入email的病毒 如何实现像netants、flashget那样的下载监视  看到上面问题,你会很快认为这很简单:  “对IE的下载进行监视不就得了?发现后缀是”.swf”的文件就不进行下载。这样就过滤了flash.同理,发现后缀是”.eml”的下载也做同样处理……”  那么,话说回来,如何彻底监视IE的下载呢?你不会

2008-12-07 18:11:00 2049 1

原创 The base class includes the field '...', but its type (...) is not compatible with the type of control (...)

When you try to run a Microsoft ASP.NET 2.0 Web application that is built on the Microsoft .NET Framework 2.0, you may receive an error message that resembles one of the following error mess

2008-12-05 13:50:00 3357

jQueryAPI_CHM手册

本款jQueryAPI_CHM手册是jQuery 1.3 中文参考文档是由html转换成chm的哦。

2009-04-25

需求分析文档模板(英文版)

需求分析文档模板 英文版 需求分析文档模板

2009-02-05

C语言变长数组之剖析

我们知道,与C++等现代编程语言不同,传统上的C语言是不支持变长数组功能的,也就是说数组的长度是在编译期就确定下来的,不能在运行期改变。不过,在C99标准中,新增的一项功能就是允许在C语言中使用变长数组。然而,C99定义的这种变长数组的使用是有限制的,不能像在C++等语言中一样自由使用。

2009-01-21

C/C++常见试题深入剖析

C/C++常见试题深入剖析

2008-03-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除