自定义博客皮肤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)
  • 资源 (10)
  • 收藏
  • 关注

原创 IIS7.0上传文件大小为30M限制的修改

1. 在用户自己的asp.net应用中修改web config文件,增加或修改以下红色背景内容即可                              2. 打开C:/Windows/System32/inetsrv/config/schema/IIS_schema.xml,找到如下内容:复制内容到剪贴板 程序代码   30000000" />             

2011-06-15 23:47:00 15915 1

原创 修改SQL Server中GO和注释引起的语法错误

今天碰到一个奇怪的问题在SQL Server2008R2中检查sql语句语法时,SQL Server提示 A fatal scripting error occurred.Incorrect syntax was encountered while parsing go.检查了老大一会才发现是GO和/**/注释引起。该问题可以用如下的语句再现go/**/ 解决方法很简单

2011-06-11 17:29:00 10874

原创 《把信送给加西亚》的哈伯德商业信条

我相信我自己我相信我的产品我相信我的公司我相信我的同事和伙伴我相信美国的商业模式我相信产品的生产者、设计者、制造者、销售者以及世界上所有工作着的人们我相信真理的价值我相信好的性情和好的身体我相信成功的必要条件并不是赚钱,而是创造价值,创造了价值,成功就自然而来我相信阳光、新鲜的空气、蔬菜水果以及世界上一切美好的东西我相信世界上最美好的词就是“自信”我相信

2011-06-05 19:22:00 8605

关于SQL注入的资料-3

关于SQL注入的资料-3,讲解常见的sql注入攻击及其防范

2009-05-08

关于SQL注入的资料-2

关于SQL注入的资料-2,讲述sql注入高级技巧

2009-05-08

关于SQL注入的资料-1

关于SQL注入的资料-1,讲述如何通过sql注入操纵SQL Server

2009-05-08

一个Windows界面的TableDiff表比较工具

一个Windows界面的TableDiff表比较工具,可比较表记录差异

2009-04-16

SQL Server DBA best practice

SQL Server DBA best practice by EMC2

2009-04-14

SQL Server 执行计划详解

SQL Server 2005 执行计划详解

2009-04-10

戏说面向对象程序设计C#版.pdf

戏说面向对象程序设计C#版,语言幽默风趣很适合初学者入门面向对象编程。

2009-04-03

SQL Server2005微软认证教材

MCTS Self-Paced Training Kit (Exam 70-431) - Microsoft SQL Server 2005 Implementation and Maintenance

2009-04-03

C# 多线程编程 详解

This book provides an introduction to writing concurrent programs with “threads”. A threads facility allows you to write programs with multiple simultaneous points of execution, synchronizing through shared memory. The paper describes the basic thread and synchronization primitives, then for each primitive provides a tutorial on how to use it. The tutorial sections provide advice on the best ways to use the primitives, give warnings about what can go wrong and offer hints about how to avoid these pitfalls. The paper is aimed at experienced programmers who want to acquire practical expertise in writing concurrent programs. The programming language used is C#, but most of the tutorial applies equally well to other languages with thread support, such as Java.

2009-04-03

C# 技术面试 宝典

C# 技术面试 宝典 What methods are fired during the page load? Init () When the page is instantiated, Load() - when the page is loaded into server memory,PreRender () - the brief moment before the page is displayed to the user as HTML, Unload() - when page finishes loading.

2009-04-03

空空如也

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

TA关注的人

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