搜索到与相关的文章
编程技术

使用缓存构建更快的 Web 应用程序

使用Java™技术的Web开发人员可以使用缓存实用程序快速提升他们的应用程序的性能。Java缓存系统(JavaCachingSystem,JCS)是一个用于Java应用程序的强大分布式缓存系统,它是拥有简单API的高度可配置的工具。本文将概述JCS并展示如何使用它来提高Web应用程序的速度。

编程技术

Draw2d 学习笔记一 helloworld

先来个hellloworld入门啊。publicclassHelloWorld{publicstaticvoidmain(Stringargs[]){Shellshell=newShell();shell.setText("Draw2dHelloWorld");shell.pack();shell.open();//createcontent4shell.createContent4Shell(shell);while(!shell.isDisposed(

系统 2019-08-29 22:44:27 2468

编程技术

是谁扼杀了员工的敬业度?[转]

来自:严睿来自:AMT原文见:http://www.iteer.net/modules/newschina/article.php?storyid=813桃子是某报社的记者,入行三年就凭借着自己出众的工做作能力和勤奋的工作态度在单位颇得领导和同事的赞赏。可最近她却有些郁闷,原因是由于报社内部晋升首席记者,呼声、人气极高的桃子意外落选了。原本争强好胜的桃子满心欢喜的作好了迎接新挑战的准备,这下可蔫了。桃子落选的原由很简单,因为报社领导觉得桃子虽然完全具备了做

系统 2019-08-29 22:26:43 2468

编程技术

WCF中神秘的“8731“端口和“Design_Time_Addre

WCF中神秘的“8731"端口和“Design_Time_Addresses”如果使用VisualStudio2008SP1开发WCF应用程序时,会发现当使用VisualStudio2008的新建“WCF服务”模板向项目中添加WCF服务时,VisualStudio2008总是使用wsHttpBinding绑定,并且使用以下格式的地址:

系统 2019-08-29 22:21:01 2468

编程技术

装饰器模式

【转】http://www.iteye.com/topic/317132装饰器涉及四个名词1、接口或者抽象基类2、被装饰对象,也就是一个简单的实现了1中提到的接口或者抽象基类的实现类。3、装饰对象,就是去装饰被装饰对象的对象4、继承装饰对象类的子类,也就是具体的装饰器类了。说了这么多,估计你基本跟没听说过一样。好了,来段代码,看看//这是第一类名词publicinterfaceIDecorate{publicvoidsayHello();}//这是第二类名

系统 2019-08-29 22:08:25 2468

各行各业

How to: Specify a Test Run Configuration

Youcancontrolthewaytestrunsproceedbyspecifyingsettingsthatarestoredintestrunconfigurations.Testrunconfigurationsettingsaresavedtodiskinfilesthathavethe.testrunconfigextension.Youcancreateandsavemultiplerunconfigurations,andthenmak

系统 2019-08-12 09:26:59 2468

数据库相关

Weka EM 协方差

WekaEMcovariancedescription1:DearAll,IamtryingtofindoutwhatistherealmeaningoftheminStdDevparameterintheEMclusteringalgorithm.Cananyonehelpme?Ihavenotlookedatthecode,butIsuspectthattheminStdDevisusedasthefirstestimateofthecovarianc

系统 2019-08-12 01:55:12 2468

数据库相关

Partitioning: how to split data among multip

Partitioning:howtosplitdataamongmultipleRedisinstances.–RedisPartitioning:howtosplitdataamongmultipleRedisinstances.PartitioningistheprocessofsplittingyourdataintomultipleRedisinstances,sothateveryinstancewillonlycontainasubsetofy

系统 2019-08-12 01:54:14 2468