自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

SUN Jiangong's technical blog

新博客:www.sunjiangong.com

  • 博客(15)
  • 资源 (29)
  • 收藏
  • 关注

原创 SQL Server Management Studio Tips : How to activate saving table modifications

How to activate saving table modifications

2013-06-28 18:19:08 739

原创 SQL 2008 Installation error: Impossible de charger le fichier ou l'assembly System, Version=4.0.0.0

/*Author: Jiangong SUN*/The error:Impossible de charger le fichier ou l'assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' ou une de ses dépendances. Le f

2013-06-28 17:09:51 1566

原创 What is Index and how it works in SQL Server?

What is Index and how it works in SQL Server?

2013-06-27 21:05:32 1525

原创 SQL Optimization

Table should have primary keyTable should have minimum of one clustered indexTable should have appropriate amount of non-clustered indexNon-clustered index should be created on columns of table

2013-06-19 02:02:21 734

原创 交流技巧

/*Author: Jiangong SUN*/好的交流者:积极的倾听者,印象深刻的演讲者,快速的思考者,双赢的协商者。经济的成功15%来自个人的只是,85%来自和人的相处技巧和带来的信任和尊重。面对面的交流中, 身体语言占到50%,声音声调占到40%,话语占到10%。我们更喜欢和好的倾听者说话,而不是演讲者。 80% vs 20%好

2013-06-10 03:27:56 676

原创 Design patterns IV : Decorator/Wrapper Pattern

Design patterns IV : Decorator/Wrapper Pattern

2013-06-08 01:55:18 1319

原创 Refactoring - Bad Smells in Code

/*Author: Jiangong SUN*/There is a list of refactoring techniques with examples.http://www.refactoring.com/catalog/1. Duplicated codeExtract method or Extract class2. Long meth

2013-06-05 06:53:26 1019

原创 Refactoring - replace Switch statement with state/strategy

/*Author: Jiangong SUN*/switch statements is procedural structure, not object programming, it can be replaced by strategy pattern with implementation of interface/abstract strategy, with con

2013-06-05 02:11:58 1440

原创 Knowledge Conclusion - PART VI: WCF

/*Author: Jiangong SUN*/Last update: 18/06/20131. What is WCF and how it works?Windows Communication Foundation is a framework for intercommunication between different applications reg

2013-06-03 19:20:09 746

原创 NET Framework 4.0 new features

/*Author: Jiangong SUN*/Named and optional parameters: public class NamedOptionalParameter { public int Add(int x, int y, int z) { return x + y + z;

2013-06-03 18:46:13 809

原创 CSharp - Value types vs reference types

/*Author: Jiangong SUN*/public class CompareValueTypeAndReferenceType { public class ReferenceClass { public string Value { get; set; } } pu

2013-06-03 04:12:20 867

原创 CSharp - Collections(List, Dictionary) vs Generic collections(ArrayList, HashTable)

/*Author: Jiangong SUN*/I'll add 5 million numbers using ArrayList, List and List.                        We will compare the time used for each iteration.ArrayLi

2013-06-01 20:13:02 1786

原创 CSharp - Modifiers

Access Modifiers:publicprivateinternalprotectedModifiers:abstract: Indicates that a class is intended only to be a base class of other classes.async: Indicates that the modified

2013-06-01 05:30:53 730

原创 CSharp - Unsafe code

/*Author: Jiangong SUN*/To maintain type safety and security, C# does not support pointer arithmetic, by default. However, by using the unsafe keyword, you can define an unsafe context in wh

2013-06-01 05:16:45 913

原创 CSharp - Anonymous method

/*Author: Jiangong SUN*/In versions of C# previous to 2.0, the only way to declare a delegate was to use named methods. C# 2.0 introduces anonymous methods.Creating anonymous methods is essent

2013-06-01 04:20:25 1191

wcf service sample code for c#

a simple wcf service for c# developers

2012-12-27

Unit Test Sample Code

a demostration for unit test in c#

2012-12-10

JavaScript DOM 编程艺术(含源码)

英文原版DOM Scripting Web Design with JavaScript and the Document Object Model,语言通俗易懂,适合dom和javascript初学者。

2010-01-14

Excel VBA 开发技巧 800例

Excel VBA 开发技巧 800例。 一共有20章,下载的不是最全,缺一章,但经过我计算,一共有将近1100的例子。 非常好的资源,和大家共享!!

2009-12-18

jquery reference guide 英文原版

jquery 参考指南。详细的jquery方法使用指南。包括dom操作,event方法,ajax方法等。

2009-11-16

PHP Programming with PEAR XML, Data, Dates, Web Services, and Web APIs

PHP Programming with PEAR XML, Data, Dates, Web Services, and Web APIs 推荐!!!!

2009-10-17

PHP and Smarty on Large-Scale Web Development

PHP and Smarty on Large-Scale Web Development PHP Smarty 开发

2009-10-17

Core PHP Programming, Third Edition

Core PHP Programming, Third Editionchm 核心php编程,第三版。

2009-10-16

Beginning Javascript with DOM Scripting and Ajax (From Novice to Professional)

Beginning Javascript with DOM Scripting and Ajax (From Novice to Professional) Javascript DOM和Ajax编程,从新手到专家!! 推荐!!!

2009-10-16

Beginning PHP and MySQL From Novice to Professional, Third Edition PDF

Beginning PHP and MySQL From Novice to Professional, Third Edition PDF PHP,mysql从新手到专家,第三版。 推荐!!!

2009-10-13

Beginning PHP and MySQL 5 From Novice to Professional, Second Edition

Beginning PHP and MySQL 5 From Novice to Professional, Second Edition.pdf php从新手到专家,第二版。推荐!

2009-10-13

Advanced PHP for Web Professionals 2002

Advanced PHP for Web Professionals 高级php编程指导

2009-10-13

php manual 英文版 2009年3月

php manual 英文版 2009年3月27日。 很不错的资料。可离线学习。

2009-10-10

10dayphp rar版本

10dayphp rar版本, 给初学者一个基础的框架知识。

2009-10-10

大话设计模式 之 小菜编程成长记

伍迷戏说面向对象程序设计 C#版 大话设计模式 之 小菜编程成长记

2009-10-09

PHPfor Dummies, 2nd Edition 英文版

PHP for Dummies, 2nd Edition 英文版 初学者的不错选择。

2009-10-09

vb精华文摘,共分10篇。

vb精华文摘,共分10篇。 《VB精华文摘-其他篇》 《VB精华文摘-图形篇》 《VB精华文摘-字符串篇》 《VB精华文摘-控件篇》 《VB精华文摘-数据库篇》 《VB精华文摘-文件篇》 《VB精华文摘-游戏篇》 《VB精华文摘-窗体篇》 《VB精华文摘-系统篇》 《VB精华文摘-网络篇》

2009-10-08

Windows 错误代码表查询

Windows 错误代码表查询 实用的错误查询工具。

2009-10-08

EXCEL.2007.MACROS.MADE.EASY.Oct.2008

EXCEL.2007.MACROS.MADE.EASY.Oct.2008 VBA学习的经典书籍,与大家共勉!!

2009-10-08

正则表达式30分钟入门教程

正则表达式30分钟入门教程。 版本:v2.31 (2009-4-11) 作者:deerchao

2009-10-08

Thinking in java 3rd edition 中文版

Thinking in java 3rd edition 中文版。 共16章,950页。

2009-10-08

High.Performance.Web.Sites.Sep.2007

High.Performance.Web.Sites.Sep.2007 高性能的网站

2009-10-07

Pro. PHP Patterns, Frameworks, Testing and More

OOP PHP,模式,框架,测试。 Patterns, Frameworks, Testing and More,OOP PHP5

2009-10-07

空空如也

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

TA关注的人

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