Programming accumulation for a period of time 2

Source: Internet
Author: User
Tags intl

{Data Warehouse Introduction

Http://www.kuqin.com/datawarehouse/20080505/7901.html}

{Delegate

Http://www.cnblogs.com/muou/archive/2009/04/17/1438107.html}

{ASPX page value transfer method summary

Http://blog.csdn.net/onlyzhangqin/archive/2009/04/21/4096366.aspx}

{Dataset and datatable

Http://blog.csdn.net/onlyzhangqin/archive/2009/04/21/4096364.aspx}

{Create an image server

Http://blog.csdn.net/liuruhong/archive/2009/04/20/4095842.aspx}

{24 beautiful personalized HTML form Technologies

Http://blog.csdn.net/comsharp/archive/2009/04/18/4090294.aspx}

{2008 excellent test tool Summary

Http://www.weste.net/2009/2-23/11302987963.html}

{Plug-in Software

Http://blog.joycode.com/ghj/archive/2004/11/24/39586.aspx}

{A small example to be tested

Http://topic.csdn.net/u/20090421/21/A3D7A5AE-D946-4276-A9D8-67353BDA8A51.html}

{Clustered index and non-clustered Index

Http://blog.joycode.com/ghj/archive/2008/01/02/113291.aspx}

{Vs packaging does not necessarily require. net3.5

Http://www.itwis.com/html/net/kaifagongju/20090218/3388.html}

{Comparison of the two platforms

Http://blog.csdn.net/java060515/archive/2007/07/27/1710867.aspx}

{SQLite3 Introduction (An Introduction to SQLite3)

Http://blog.csdn.net/sunjavaduke/archive/2009/02/26/3939828.aspx}

{Q & A: Microsoft's question

Http://www.cnblogs.com/james.wong/articles/117357.html}

{Create,
Debug, run, and package Windows Azure Server
Now.
Windows
Azure Tools for Microsoft Visual

Studio}
{Microsoft lecture platform video

Http://channel9.msdn.com/pdc2008/

}
{A pretty ugly guy, haha... supports him

Http://martinfowler.com /}

{There is a description of datamapper (a series)

Http://www.cnblogs.com/firstyi}

{IOC concept (DI: dependency injection) refers to the implementation of the human control interface as "injection"

Http://www.cnblogs.com/strgvi/archive/2007/01/16/622028.html}

{Evaluate an ORMapping

Http: // William am_fire.cnblogs.com/archive/2005/03/09/115818. aspx}

{Message and. Net remoting-based distributed processing architecture

Http://wayfarer.cnblogs.com/articles/282161.html}

{O/R Mapping solution Summary

Http://teddyma.cnblogs.com/archive/2005/07/21/197315.html}

{Open-source cross-platform Python single-host games

Http://opensource.csdn.net/p/wesnoth}

{Returns the first n rows of SQL syntax for table data
Take the first N records of a table and write SQL statements for each database

1. Oracle
Select * From Table1 where rownum <= N
2. Informix
Select first N * From Table1
3. DB2
Select * row_number () over (order by col1 DESC) as rownum where rownum <= N
DB2
Select COLUMN FROM TABLE FETCH FIRST N ROWS ONLY
4. SQL SERVER
Select top n * FROM TABLE1
5. SYBASE
Select top n * FROM TABLE1
6. mysql:
Select * from table_name limit N}
{MSSQL, MYSQL, ACCESSl, and Oracle random reading of N records-Athrun-blog

Http://www.cnblogs.com/Athrun/archive/2009/04/25/1443619.html}

{Dll Injection Technology

Http://www.itzhe.cn/news/20080725/185556.html}

{Installshield Overview

Http://www.qqgb.com/Program/VC/VCJC/Program_149769.html}

{Provides several software cracking methods

Http://samblg.spaces.live.com/

}
{The interface implementation methods are divided into display implementation and implicit display implementation (better display implementation). The implicit display implementation interfaces and classes can be accessed,
Only interfaces can access the display implementation:

Http://www.cnblogs.com/pumaboyd/archive/2008/01/12/1036230.html}

How to Implement Multi-inheritance in {C #: Hybrid + Interface

Http://tech.ddvip.com/2009-05/1242187254118869.html}

{Use of installshield

Http://www.iceshi.com/bbs/thread-594-1-1.html}

{C # String Conversion to Enumeration

Http://www.cnblogs.com/ClarkChan/archive/2007/08/26/870365.html}

{Good site

Http://www.csdn.net/

Http://www.mcuol.com/

Http://www.codeproject.com/

Http://www.coderarea.net/

Http://www.cppfans.com /}
{Obtain the metadata of the database from the system table

Http://www.cnblogs.com/highmayor/archive/2007/09/29/910435.html}

{. Net pet shop Analysis

Http://blog.csdn.net/litp/archive/2006/04/17/666998.aspx}

Application scenarios of Dataset and datareader under {ado.net

Http://blog.csdn.net/litp/archive/2006/03/03/614730.aspx}

{Methods for common xml operations under. net

Http://blog.csdn.net/litp/archive/2004/09/17/108244.aspx}

{NUNIT Introduction

Http://blog.csdn.net/litp/archive/2005/11/11/527684.aspx}

{Testing tool ranking 2008

Http://www.weste.net/2009/2-23/11302987963.html}

{TestDriven2.0 is a good vs plugin testing tool.

Http://www.cnblogs.com/terrylee/archive/2007/01/19/testdriven_net_overview.html}

{TerryLee, the top member of cnblogs)

Http://www.cnblogs.com/Terrylee/category/58451.html}

{Here is how to use codesmith (code generation tool)

Http://www.cnblogs.com/Terrylee/category/58451.html}

{Python Summary

Http://blog.chinaunix.net/u2/63996/showart_1815151.html}

{Eclipse dev Installation Method

Http://www.wujianrong.com/archives/2007/07/eclipsepydev.html}

{Download the compressed eclipse dev File

Http://www.fabioz.com/pydev/zips}

{Use of pydev in eclipse

Http://www.ibm.com/developerworks/cn/opensource/os-cn-ecl-pydev}

{Python Development Environment introduction ....

Http://blog.csdn.net/freegodlee/archive/2007/10/17/1830051.aspx}

 

 

 

{Free chart Tool (. net3.5 provides a dedicated chart Tool)

Http://teethgrinder.co.uk/open-flash-chart-2}

{Summary:
In extreme performance requirements, when elements need to be sorted:
When n <~ 5 K, use array instead of list, or write a simple wrapper for array, and implement sort by yourself; or directly use list. sort
If n> 10 k is used, at least 2 ~ can be obtained by implementing your own sort method ~ 4 times faster.

Http://www.cnblogs.com/clayman/archive/2009/06/17/1504704.html}

{
Windows apache django

Http://blog.csdn.net/fww80/archive/2008/12/24/3594652.aspx}

{Hierarchical structure software development under. net

Http://www.cnblogs.com/leoo2sk}

{Javascript and c # background Interaction

Http://www.cnblogs.com/Jefft/archive/2009/06/21/1507638.html}

{. Net c #'s DES encryption and decryption algorithm

Http://www.cnblogs.com/window07/archive/2009/06/20/1507301.html}

{C # several methods to register scripts with the client

Http://www.cnblogs.com/Impulse/archive/2009/06/17/1505249.html}

{Configure Internet access for Microsoft Visual sourcesafe 2005 to read data through webservers

Http://www.cnblogs.com/didasoft/archive/2006/03/29/308311.html}

{LIC file authorization

Http://www.host01.com/article/Net/00020002/20060609132315406.htm}

{A. Net Development Platform

Http://www.cnblogs.com/mrhgw/archive/2009/07/05/1517353.html}

{PDF Programming

Http://www.cnblogs.com/peterzb/archive/2009/07/05/1517364.html}

{
Some winform programming materials include World excel, PDF, rdlc reports, Microsoft SQL reporting services, which are used to develop applications in Business Intelligence System (BI) and data mining, and crystal report ), activereport report, fastreport studio Development Report

Http://topic.csdn.net/u/20090712/13/75E3B7F1-DAF5-4E09-A252-4DD1F55F6A9D.html}

{After oracle is installed, OS authentication is enabled by default. However, you can use "Connect user/pwd as sysdba" to Log On As sysdba no matter whether the user is absent.

Http://52666888.blog.51cto.com/833939/168873}

{A blog about powerdesigner

Http://www.cnblogs.com/hayden/archive/2009/07/20/1526920.html}

{Detailed Java memory overflow Solution

Http://developer.51cto.com/art/200906/129346.htm

Note the differences between memory overflow and buffer overflow:
Memory overflow refers to the situation where all the system memory is occupied and no available memory is allocated to the newly started task. Generally, the system will not crash.
Buffer overflow refers to the unlimited use of the program's buffer. As a result, the data is out of scope and covers the code and data of other programs, if the covered content is system data or code, the system will crash}
{Test interview resources .....

Http://bbs.itcast.net/bbs/viewthread.php? Tid = 11 & extra = Page % 3d1}

{SQL injection and some prevention methods

Http://www.cnblogs.com/Ryu666/archive/2009/07/28/1533248.html}

{Mobile phone gravity Sensing Application Method

Http://www.cnblogs.com/procoder/archive/2009/07/28/1532592.html}

{Configure the CSHARP compiling and running environment in editplus

Http://blog.csdn.net/senophen/archive/2008/10/10/3048655.aspx}

{Some template files of editolus

Http://www.editplus.com/javacpp.html}

{
Some of Google's secret portals are fun. Have you ever seen them?

Http://www.google.com/microsoft
Microsoft style Portal
  
Http://www.google.com/mac
MAC entry
  
Http://www.google.com/linux
Linux Portal
  
Http://www.google.com/bsd
FreeBSD style entry
  
Google has versions in various languages. The following languages may be rare.
  
Http://www.google.com/intl/xx-klingon/
Kernoka language portal (have you ever seen a Star Trek ?)
  
Http://www.google.com/intl/xx-bork/
Political portal?
  
Http://www.google.com/intl/xx-elmer/
Religious Portal
  
Http://www.google.com/intl/xx-piglatin/
Pig Portal
  
Http://www.google.com/intl/xx-hacker/
Hacker portal}

 

 

 

Http://blog.csdn.net/senophen/archive/2008/06/06/2517369.aspx
Basic tutorial introduction-What is SOA}
{Microsoft. net Pet Shop4 Architecture Design Principle Analysis

Http://ce.sysu.edu.cn/hope/Education/ShowArticle.asp? ArticleID = 2749}

{The concept of the program domain used by plug-in hot swapping... because assemby does not have the unload method...

Http://www.360doc.com/content/090327/09/11991_2930682.html

Http://www.360doc.com/content/090327/09/11991_2930682.html

Http://topic.csdn.net/t/20051027/22/4355376.html}

{Ext applications on the net side

Http://extasp.net /}

{A Good Rich Text Editor control (web Part)

Http://freetextbox.com /}

{Mono: An application unrelated to the. net program platform

Http://mono-project.com/Main_Page}

{Company comment

Http://www.coent.cn /}

{Microsoft's open-source tool: Microsoft's one-stop development technical framework solution

Http://cfx.codeplex.com/

Http://www.codeplex.com /}

{Microsoft simplified and Traditional Chinese conversion, PinYin conversion, and strokes
Microsoft Visual Studio International pack 1.0 SR1}

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.