自定义博客皮肤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.

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

原创 sql查询查所有存储过程(stored procedure)

 sql查询查所有存储过程(stored procedure)   INFORMATION_SCHEMA.ROUTINES view Requirements: Microsoft SQL Server 2000 or later You can use the INFORMATION_SCHEMA.ROUTINES view to retrieve information

2008-07-30 16:24:00 7377 1

原创 用SQL语句恢复备份到新数据库

RESTORE DATABASE YourDB2  /* YourDB2 新数据库*/from disk=D:/YourDB1_backup_200807141721.bak  /* YouerDB1的备份文件*/with move YourDB1_Data  to D:/Invoice/db/YourDB1_200807141721_Data.mdf,move YourDB1_

2008-07-21 13:50:00 1184 2

原创 Learning English - Lesson Four ( Idioms/Proverbs )

Today we listen to some "Idioms". Proverbial phrases,sayings and expressions are common in English.

2008-07-14 21:10:00 1046

原创 Learning English - Lesson 3 ( Saying "Thank you" )

Saying Thank you !  

2008-07-14 21:08:00 1037

原创 Learning English Lesson 2 - ( Accents )

Which is the best way to speak? American English or British English? The truth is that you do not have to sound like anyone! You create your own individual sound. As long as people can understand

2008-07-14 21:03:00 816

原创 Learning English - Lesson One (Introduction)

Lesson one. Introduction to my English lessons.

2008-07-14 20:55:00 928

原创 60个精彩VS插件

[/color]A Visual Studio Add-ins: [color=red]API to .NET Mapping Maps common Win32API functions to their .NET CLR equivalents; and, allows the developer to search either MSDN online or Google for m

2008-07-09 15:29:00 2206

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关注的人

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