E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
practices
Enterprise Library – Data Access Application Block 学习手册(最新版)- Part 3
Enterprise Library for .Net Framework 3.5 – EntLib v4.1 是patterns &
practices
小组为.NET Framework 3.5
·
2015-11-10 23:59
application
Enterprise Library – Data Access Application Block 学习手册(最新版)- Part 1
Enterprise Library for .Net Framework 3.5 – EntLib v4.1 是patterns &
practices
小组为.NET Framework 3.5
·
2015-11-10 23:59
application
加快C++编译速度四个方法
Good
practices
to increase compilation speed:(加快编译速度好的做法) forward declaration whenever possible (
·
2015-11-10 23:12
C++
Top 15 Ant Best
Practices
English 1、使用良好的规范编写Ant脚本使用易于阅读的格式编写Build脚本-在每个Target之间插入空行;使用美观易于阅读的缩进;没行不要超过90个字符;为每个Target和属性挑选有意思的,易于理解的名字等等。2、把build.xml放在项目的根目录下把build.xml放在项目根目录下是个好习惯,这样做的好处是,你可以项目工作目录的任何子目录下编译代码,只需使
·
2015-11-09 14:21
ant
一些人关于实践和理论的说法
原帖:http://www.cnblogs.com/JeffreyZhao/archive/2009/10/26/book-review-
Practices
-of-an-Agile-Developer-The-Productive-Programmer-The-ThoughtWorks-Anthology.html
·
2015-11-09 14:43
微软企业库 Enterprise Library
微软企业库 企业库(Enterprise Library)是微软的模式与实践(Patterns &
Practices
)的下一代应用程序块(Application Blocks)。
·
2015-11-09 12:54
library
Prism 概述
Prism是Composite Application Guidance for WPF的简称,是用于WPF和Silverlight的企业级框架,由微软P & P(patterns &
practices
·
2015-11-09 12:52
r
Django 最佳实践
不错的Django实践规范,转自Github: https://github.com/brantyoung/zh-django-best-
practices
/blob/master/readme.rst
·
2015-11-09 12:46
django
推荐系列:2008年第05期 总7期
ASP.NET MVC and LINQ - Part 1 2.Client History Points in ASP.NET 3.5 Extensions 3.ASP.NET AJAX Best
Practices
·
2015-11-09 12:56
2008
Best
practices
for Exception Handling
public void consumeAndForgetAllExceptions(){ try { ...some code that throws exceptions } catch (Exception ex){ ex.printStacktrace(); } } 一旦异常被抛出,正常程序执行将被挂起并且控制权将被转向catch块,catch块捕获异常后仅仅抑制它,catch块执行之后
·
2015-11-09 11:02
exception
Java 反射最佳实践
固定连接:https://github.com/tianzhijiexian/Android-Best-
Practices
/blob/master/20
u013063153
·
2015-11-09 09:02
Java
Microsoft.
Practices
.ObjectBuilder 源代码共享
比较郁闷,一气之下,把给反编译了,但是由于微软做了手脚,编译结果是乱码,如下面这段代码 MethodReflectionStrategy namespace Microsoft.
Practices
.ObjectBuilder
·
2015-11-08 17:51
Microsoft
jQuery&JSON~~
年的一个测试实例: 方法1: using System.IO;using System.Data.SqlClient;using System.Data.Common;using Microsoft.
Practices
.EnterpriseLibrary.Common
·
2015-11-08 17:16
jquery
Enterprise Library 4.1 学习笔记( 三)加密模块
1.加密模块首先要添加引用 using Microsoft.
Practices
.EnterpriseLibrary.Security.Cryptography; 2.创建配置文件
·
2015-11-08 15:04
library
Enterprise Library 4.1 学习笔记(一)缓存模块
要点: 添加引用 using Microsoft.
Practices
.EnterpriseLibrary.Caching; private ICacheManager
·
2015-11-08 15:00
library
SQLIO.exe
SAN Performance Tuning with SQLIO SQL Server Best
Practices
Article param.txt d:\testfile.dat
·
2015-11-08 15:35
sql
Best
Practices
: Using Disposable Windows SharePoint Services Objects
Summary: Learn the appropriate ways to write your code when using Microsoft Windows SharePoint Services objects so that you can avoid retaining the objects in memory with the Microsoft .NET Framework.
·
2015-11-08 12:54
SharePoint
[Reference]NHibernate Best
Practices
with ASP.NET, 1.2nd Ed.
http://www.codeproject.com/aspnet/NHibernateBestPractices.asp Download Basic NHibernate Sample - 1,477.9 KB Download "Enterprise" NHibernate Sample - 2,168.9 KB Preface to the 1.2
·
2015-11-08 11:44
Hibernate
Unity(三):快速入门
http://www.cnblogs.com/kebixisimba/archive/2008/04/08/1142318.html Microsoft patterns &
practices
·
2015-11-08 10:19
unity
Unity(一):从ObjectBuilder说起
www.cnblogs.com/kebixisimba/archive/2008/03/17/1109991.html Unity的Release又拖期了,不过对于patterns &
practices
·
2015-11-08 10:17
builder
Microsoft.
Practices
.Unity依赖注入使用实例
原文地址:http://www.cnblogs.com/ruinet/archive/2010/03/16/1686480.html Unity是微软模式与实践团队开发的一个轻量级、可扩展的依赖注入容器。官方主页是:http://www.codeplex.com/unity,最新版本是1.2,包括在Microsoft Enterprise Library中。 使用
·
2015-11-08 10:16
Microsoft
Perl Best
Practices
中一个缺省参数的例子
直接贴代码,忘了时看看,尤其是红色的部分。 1 Readonly my %PAD_DEFAULTS => ( 2 cols => 78 , 3 centered => 0 ,
·
2015-11-08 10:42
perl
C# 日志框架的添加
C#记录日志主要是用Log4Net和微软自己的 复杂一点的还可以实现自动化Log日志 教程 首先是第二种方式 1.需要添加以下几个DLL 下载 Microsoft.
Practices
.EnterpriseLibrary.Logging.dll
·
2015-11-08 09:20
C#
Web服务软件工厂(WSSF)演练之一:安装Web服务软件工厂
Services Software Factory,Setup Web 服务软件工厂( WSSF )是微软模式与实践 团队( Microsoft Patterns and
Practices
·
2015-11-08 09:09
Web
使用微软企业库-策略注入
using System; using System.Data; // using Microsoft.
Practices
.EnterpriseLibrary.PolicyInjection; using
·
2015-11-07 13:07
企业
使用微软企业库-加密
using Microsoft.
Practices
.EnterpriseLibrary.Security.Cryptography; /// <summary> ///使用微软企业库-加密
·
2015-11-07 13:06
加密
使用微软企业库-日志
using Microsoft.
Practices
.EnterpriseLibrary.Logging; /// <summary> ///使用微软企业库-日志 /// </summary
·
2015-11-07 13:05
日志
使用微软企业库-数据验证
using System; using System.Text.RegularExpressions; // using Microsoft.
Practices
.EnterpriseLibrary.Validation
·
2015-11-07 13:04
验证
使用微软企业库-缓存
using System.Data; // using Microsoft.
Practices
.EnterpriseLibrary.Caching; using Microsoft.
Practices
.EnterpriseLibrary.Caching.Expirations
·
2015-11-07 13:04
缓存
使用微软企业库-异常处理
using System; // using Microsoft.
Practices
.EnterpriseLibrary.ExceptionHandling; /// <summary>
·
2015-11-07 13:02
异常处理
【翻译】Best
Practices
for User interface android 适配不同屏幕、不同分辨率
地址:http://developer.android.com/training/multiscreen/screendensities.html#TaskProvideAltBmp 安卓支持不同的屏幕大小 安卓支持非常多种屏幕,大小不一,有3.5’4.0’,5.0’。为了让写出来的app能够适配这些不同屏幕的大小,写程序时应该注意以下几点: 1.使用”wrap
·
2015-11-07 12:58
interface
Android开发者指南(17) —— Designing For Performance
前言 本章内容为开发者指南(Dev Guide)/Best
Practices
/Designing For Performanc,这里译为“性能优化”,版本为Android3.1 r1
·
2015-11-07 12:10
performance
Android开发者指南(16) —— Activity and Task Design
前言 本章内容为开发者指南(Dev Guide)/Best
Practices
/UI Guidelines/Activity and Task Design,版本为Android3.1
·
2015-11-07 12:09
Android开发
Android开发者指南(11) —— Optimizing Apps for Android 3.0
前言 本章内容为开发者指南(Dev Guide)/Best
Practices
/Optimizing Apps for Android 3.0,译为“为Android 3.0优化应用程序
·
2015-11-07 12:05
Android开发
Prism4.0CTP Silverlight上手实践: Get Started with the Prism Library
准备工作 本实验需要如下Prism类库中的程序集: Microsoft.
Practices
.Composite.dll Microsoft.
Practices
.Composite.Presentation.dll
·
2015-11-07 12:58
silverlight
Web页面的15个测试工具
Developer Network 的 best
practices
for high performance web sites (中文翻译:《Yahoo!
·
2015-11-07 11:39
测试工具
Prism简介
http://www.cnblogs.com/li-xiao/tag/Prism/ Prism简介 Prism是由微软Patterns &
Practices
团队开发的项目,目的在于帮助开发人员构建松散耦合的
·
2015-11-07 11:47
简介
微软新发布的共享设计模式的WIKI
微软的 Patterns &
Practices
小组刚刚发布了一个新的提供设计模式共享的 WIKI , PatternShare.org 。
·
2015-11-07 10:22
设计模式
微软企业库5.0学习-Security.Cryptography模块
二、使用说明 1.使用静态类Cryptographer using Microsoft.
Practices
.EnterpriseL
·
2015-11-06 08:05
Cryptography
我的架构截图~永久更新中...
aop_cache项目的架构 aop_cache项目的架构,主要实现前台项目与后台项目共用缓存,缓存使用 Microsoft.
Practices
.EnterpriseLibrary.Caching
·
2015-11-06 07:06
架构
C# IoC 容器
Unity是Unity是微软patterns&
practices
组用C#实现的轻量级,可扩展的依赖注入容器,它为方便开发者建立松散耦合的应用程序, 有以下优点:
·
2015-11-05 08:02
IOC
Top 10 steps to optimize data access in SQL Server: Part II (Re-factor TSQL and apply best
practices
)
Top 10 steps to optimize data access in SQL Server: Part II (Re-factor TSQL and apply best
practices
)
·
2015-11-05 08:50
SQL Server
《敏捷软件开发-原则、方法与实践》-Robert C. Martin读书笔记
Review of Agile Software Development: Principles, Patterns, and
Practices
本书主要包含4部分内容,这些内容对于今天的软件工程师都非常的重要
·
2015-11-03 22:42
读书笔记
Unity使用
Microsoft.
Practices
.ServiceLocation.dll
·
2015-11-03 22:20
unity
Enterprise Library - Unity Application Block 学习手册(最新版) Part 1
Unity是微软Pattern &
Practices
团队设计和开发的一个轻量级的、可扩展的依赖注入(Dependency Injection)容器,提供了构造器、属性和方法调用的注入。
·
2015-11-03 21:27
application
使用Unity Application block实现Ioc
代码-test.cs Code /* 作者: mxy1028 演示: 使用unity玩转IOC 编译: csc /reference:Microsoft.
Practices
.Unity.Configuration.dll
·
2015-11-03 21:04
application
Prism简介
Prism是由微软Patterns &
Practices
团队开发的项目,目的在于帮助开发人员构建松散耦合的、更灵活、更易于维护并且更易于测试的WPF应用或是Silverlight应用以及Windows
·
2015-11-03 20:01
简介
JavaScript2谁刚开始学习应该知道4最佳实践文章
原版的:24 JavaScript Best
Practices
for Beginners (注:阅读原文的时候没有注意公布日期,觉得不错就翻译了,翻译到JSON.parse那一节觉得有点不正确路才发现是
·
2015-11-03 20:50
JavaScript
【最佳实践】使用sharepoint对象模型编程时候的常见问题
sharepoint对象模型编程时候的常见问题 原文地址:http://msdn.microsoft.com/en-us/library/bb687949.aspx 原文标题: Best
Practices
·
2015-11-02 18:24
SharePoint
[Android]JNI Tips
http://developer.android.com/guide/
practices
/design/jni.html JNI Tips JNI is the Java Native Interface
·
2015-11-02 17:18
android
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他