自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

转载 SQLSERVER 复制表结构

<br /><br />create table dest-tablename <br />as <br />select * from source-tablename where 1=2<br /> <br /><br />SELECT * into dest-tablename from source-tablename where 0=1<br /> <br /><br />select top 0 * into dest_table from source_table<br /> <br /> 

2011-02-26 15:53:00 666

转载 子窗口关闭,刷新父窗口

<br />http://shawpnendu.blogspot.com/2009/02/automaticaly-refresh-parent-window.html<br /> <br /> For data driven web application most of the times we did this job. There are lot of way to handle this issue. Here i am trying to show you few process that ho

2011-02-19 14:55:00 1120

原创 visual studio 2008 试用版评估期已结束的解决方法

<br />visual studio 2008 试用版的评估期已经结束<br /> <br />打开"添加或删除程序",选中VS2008删除,重新输入序列号点升级,成功后再次打开VS2008,没有提示了:)<br /><br />VS2008中英文正式版序列号<br /><br />Visual Studio 2008 Professional Edition:XMQ2Y-4T3V6-XJ48Y-D3K2V-6C4WT<br />Visual Studio 2008 Team Test Load Agen

2011-02-19 14:17:00 4185 1

空空如也

空空如也

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

TA关注的人

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