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

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

原创 Error 11011: Association End key property 'xxx' is not mapped

/*By Jiangong SUN*/This error probably occurs when you modify your tables and their relationships with other tables in your data model.  I've seen this error several times today when i update my

2011-09-28 22:48:11 1566

原创 Data Transfer Object (DTO)

/*By Jiangong SUN*/DTO pattern is used to "transfer data" using objectsDTO vs. VO(Value Objects)Value Object must be immutable, serializable and it’s content must be publicly accessi

2011-09-13 22:32:59 1019

原创 ASP.NET access modifiers

/*By Jiangong SUN*/publicThe type or member can be accessed by any other code in the same assembly or another assembly that references it. It is accessible for all.privateThe

2011-09-13 16:51:45 804

原创 Introduction to SVN(subversion)

/*By Jiangong SUN*/SVN (Subversion)Orgnization: - trunk- branches- tagsTrunk would be the main body of development, originating from the the start of the project until the pr

2011-09-13 16:30:33 667

原创 ASP.NET forms authentication

/*By Jiangong SUN*/To implement a form authentication, you need add the following code in web.config: enableCrossAppRedirects means authenticated users in this app

2011-09-07 00:01:57 815

原创 Browser cache problem(IE) for displaying new uploaded image with same name

/*By Jiangong SUN*/In images management page of my back office, all the uploaded images are displayed in it.But when i upload a new image with the same name for a existing image, the new uploaded

2011-09-06 22:29:58 843

原创 Use regular expression in notepad++

/*By Jiangong SUN*/Notepad++ is a good tool to use in daily work. It has strong fonctionalities. Here i want to introduce the usage of notepad++ in my work.1)  Replace the rest of the line

2011-09-01 23:38:46 1467

原创 ASP.NET程序向Event Viewer写入Event Log

/*By Jiangong SUN*/在web.config中的appsettings中写入在项目中global.asax中protected void Application_Start(object sender, EventArgs e){ Log.Configure(Settings.EventSource, Settings.EventLo

2011-09-01 23:20:46 1644

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

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