一.劣币驱逐良币(英语:Bad money drives out good),也称作格雷欣法则或格勒善定律(Gresham's Law),是一个经济学定律。托马斯·格雷欣为16世纪的英国伊丽莎白铸币局长,格雷欣观察到,消费者保留储存成色高的货币(undebased money,贵金属含量高),在市面...
分类:
其他好文 时间:
2014-06-28 19:19:36
阅读次数:
221
Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the sp...
struts2获取request、session、application的四种方式//获取map类型的request、session、applicationpublic class LoginAction1 extendsActionSupport {private Map request;priv...
分类:
移动开发 时间:
2014-06-28 10:56:21
阅读次数:
207
在Cisco Server的DRAC中, 创建irtual drive时, 会看到下面的选项. 那么Write back, write through, write back bad BBU之间的区别是什么呢? Cisco官网解释如下: ================= Write back Da...
分类:
其他好文 时间:
2014-06-24 10:43:39
阅读次数:
305
关于easyUI Datagrid 控件 param参数,官方文本很少解释,主要有如下说明:queryParamsobjectWhen request remote data, sending additional parameters also.Code example:$('#dg').data...
分类:
其他好文 时间:
2014-06-24 10:35:11
阅读次数:
268
In May 2011, I read a request for installation Openvswitch on Qemu image. I started to play with Openvswitch and finally became fan of this project. I...
分类:
其他好文 时间:
2014-06-24 10:31:56
阅读次数:
259
案例环境: 启动一台数据库服务器(Windows Server 2003)的Reporting Service(SQL Server 2008 R2)服务时,出现如下错误信息: System.InvalidOperationException: Cannot start service Report...
分类:
其他好文 时间:
2014-06-23 08:24:07
阅读次数:
415
sonObjectRequest actuallyaccepts JSONObject as body.From http://arnab.ch/blog/2013/08/asynchronous-http-requests-in-android-using-volley/final String ...
分类:
Web程序 时间:
2014-06-23 06:01:29
阅读次数:
234
(1)什么是转发?一个web组件(servlet或者jsp)将未完成的处理通过容器交给另一个web组件继续完成。常见的情况是:一个servlet获得数据之后,转发给一个jsp,由这个jsp来负责展现这些数据。(2)如何转发?step1.绑定数据到request(请求)对象上。代码方式:request...
分类:
其他好文 时间:
2014-06-21 14:16:50
阅读次数:
162
转自http://blog.163.com/tsing_hua/blog/static/139622224201101110836644/ 一、调用方式 我们知道,在servlet中调用转发、重定向的语句如下: request.getRequestDispatcher("new.jsp").forw...
分类:
Web程序 时间:
2014-06-20 18:26:27
阅读次数:
239