上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 92 下一页
压缩库为google提供的 Closure Compilerhttps://developers.google.com/closure/compiler/?hl=zh-cnusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;namespace TestProcessDosCmd{ class Program { static void Main(string[] args) { ... Read More
posted @ 2012-03-16 11:52 庚武 Views(993) Comments(0) Diggs(0)
该文被密码保护。 Read More
posted @ 2012-03-15 11:55 庚武 Views(1) Comments(0) Diggs(0)
该文被密码保护。 Read More
posted @ 2012-03-14 11:17 庚武 Views(2) Comments(0) Diggs(0)
https://developers.google.com/closure/compiler/docs/gettingstarted_appGetting Started with the Closure Compiler ApplicationThe Hello World of the Closure Compiler ApplicationThe Closure Compiler application is a Java command-line utility that compresses, optimizes, and looks for mistakes in your Jav Read More
posted @ 2012-03-14 02:02 庚武 Views(718) Comments(0) Diggs(0)
http://code.google.com/p/closure-compiler/http://stackoverflow.com/questions/28932/best-javascript-compressorGoogle releasedClosure Compilerwhich seems to be generating the smallest files so far as seenhereandherePrevious to that the various optionswere as followBasicallyPackerdoes a better job at i Read More
posted @ 2012-03-14 01:41 庚武 Views(293) Comments(0) Diggs(0)
http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger网上表达式生成器:http://www.cronmaker.com/Introductioncronis a UNIX tool that has been around for a long time, so its scheduling capabilities are powerful and proven. TheCronTriggerclass is based on the scheduling capabilities of Read More
posted @ 2012-03-13 17:47 庚武 Views(981) Comments(0) Diggs(0)
var container = new WindsorContainer();container.Register(Component.For<SauceBéarnaise>());SauceBéarnaise sauce = container.Resolve<SauceBéarnaise>();var container = new WindsorContainer();container.Register(Component.For<IIngredient>().ImplementedBy<SauceBéa Read More
posted @ 2012-03-12 12:15 庚武 Views(756) Comments(1) Diggs(1)
I recently wrote a post about how to set up CW’s IOC container for applications. This post covered the most basic implementation to get an IOC container up and running. It is now time to cover a proper architecture for using IOC specifically for web applications / sites.The main problem with the pre Read More
posted @ 2012-03-12 12:13 庚武 Views(419) Comments(0) Diggs(0)
from:http://mvcsharp.wordpress.com/2010/01/09/setting-up-ioc-in-asp-net-mvc-using-castle-windsor/Abstract: This post gathers information needed to setting up Inversion of Control (IoC) in an ASP.NET MVC application using Castle Windsor.Introduction: Inprevious postI summarized how ASP.NET MVC compon Read More
posted @ 2012-03-09 17:29 庚武 Views(693) Comments(0) Diggs(1)
http://msdn.microsoft.com/en-us/library/ms973868Global.asaxThe Global.asax file is similar to the Global.asa file in ASP, albeit that there are many more events available in ASP.NET. Also, Global.asax is compiled instead of interpreted as it is in ASP. You still have event procedures that fire withi Read More
posted @ 2012-03-09 14:01 庚武 Views(180) Comments(0) Diggs(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 92 下一页