Controller是MVC模式中的三个核心元素之一. MVC模式中的Controller主要负责响应用户的输入, 并在响应时修改Model. MVC提供的是方法调用的结果, 而不是动态生成的页面. 下面新建一个项目名为 MVC Music Store , 以此为例说明一下MVC中的Con...
分类:
Web程序 时间:
2014-08-13 18:26:36
阅读次数:
187
先将下面的代码保存到文本中,存放到一个目录下面,E:\aa.txtpublic sealed class Program{ public static void Main(){ System.Console.WriteLine("Hi"); System.Con...
分类:
其他好文 时间:
2014-08-13 17:59:56
阅读次数:
215
etherchannelloadbalancedst–mac以太网隧道负载方式基于目标MACMST(config)#spanning-treemodemst(config)#spanning-treemstconfiguration(config-mst)#nameCCIE(config-mst)#instance1vlan20,40,60spanning-treemst3rootprimaryspanning-treemst1,2rootsecondaryVLANACL(con..
分类:
其他好文 时间:
2014-08-13 15:06:17
阅读次数:
379
在10g中,可以使用以下几种方法创建备库控制文件
RMAN> backup current controlfile for standby format 'c:\ctl_%U';
RMAN> backup full database format 'c:\backup\full_%U' include current controlfile for standby;
RMAN> co...
分类:
数据库 时间:
2014-08-13 13:04:16
阅读次数:
249
A message containing letters from A-Z is being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message con...
分类:
其他好文 时间:
2014-08-13 12:38:26
阅读次数:
225
1.查看数据库的创建模式SQL> select name,cdb,con_id from v$database;NAME CDB CON_ID--------- --------- ----------ORA12C YES 0显示yes为数据库为CDB模式2.查看ROOT容器名字SQL> sho.....
分类:
数据库 时间:
2014-08-13 00:57:14
阅读次数:
270
(function(){ var tit = $("#changes"), con = $("#wday>ul"), page = con.length, index = 0; tit.click(function(){ if(index < page){ index++; }else{ index...
分类:
Web程序 时间:
2014-08-12 18:54:14
阅读次数:
279
前端配置方法
方法一,HTML中添加sortable:true属性
data-options="field:'AMOUNT_OA',width:60,align:'right', sortable:true">总金额
方法二,JS中添加sortable:true属性
[{
field: 'AS_CON_STA...
分类:
其他好文 时间:
2014-08-12 17:26:04
阅读次数:
194
目的
本指南提供一个HDFS HA特性的综述,描述了如何使用QJM配置和管理一个HA HDFS集群。
本文档假设读者对于HDFS中的通用组件和节点类型有一个大体的认识。请参考HDFS架构指南获取更多信息。
注意:使用QJM或者传统的共享存储
本文档讨论了如何用QJM配置和使用HDFS HA在Active NameNode和Standby NameNode共享edit日志文件...
分类:
其他好文 时间:
2014-08-12 17:18:04
阅读次数:
327
(function(){ var tit = $("#changes"), con = $("#wday>ul"), page = con.length, index = 0; tit.click(function(){ if(in...
分类:
Web程序 时间:
2014-08-12 16:40:34
阅读次数:
218