Play with ChainTime Limit: 6000/2000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) 【Problem Description】YaoYao is fond of playing his chai...
分类:
其他好文 时间:
2015-03-28 17:10:07
阅读次数:
137
研究它的原因是在用它提供的`ActionBuilder`,`ActionFilter`,`ActionTransform`的时候,感觉API提供的不够灵活。 play将后台处理前台的请求的过程封装为`Handler`,我们先只看关于http部分的。也就是只看下`Action...
分类:
其他好文 时间:
2015-03-28 14:31:01
阅读次数:
202
git initgit add README.mdgit commit -m "first commit"git remote add origin git@github.com:dengzhaotai/vlc_play.gitgit push -u origin master
分类:
其他好文 时间:
2015-03-28 12:59:32
阅读次数:
106
Description
The cows, as you know, have no fingers or thumbs and thus are unable to play Scissors, Paper, Stone' (also known as 'Rock, Paper, Scissors', 'Ro, Sham, Bo', and a host of other names)...
分类:
其他好文 时间:
2015-03-28 06:29:26
阅读次数:
133
1、 WINCE的网络驱动结构
1.1 WINCE 网络结构
1)WINCE 的NDIS网络接口提供如下能力:
miniport 网卡驱动接口支持802.3(MAC),802.5(RING),IRDA支持广域网动态绑定网卡和Plug and Play支持同一个协议绑定多个网卡支持网卡的MediaSense
2)WINCE的网络结构图
从该通信结构中可以看到,所有的通信协议都使用...
UVA - 10474
Where is the Marble?
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Raju and Meena love to play ...
分类:
编程语言 时间:
2015-03-21 09:53:59
阅读次数:
198
链接:click here~~
题意:
描述
Many of us had played the game "Battle city" in our childhood, and some people (like me) even often play it on computer now.
What we are discussing is a simple edition...
分类:
其他好文 时间:
2015-03-20 23:52:07
阅读次数:
452
上一篇提到了play底层的网络通信基于netty实现,于是粗略地研究了一下netty,总结如下。(netty版本是3.2.5,不同版本的实现可能差异较大) 一、netty的组件 channelBuffer: 传输Buffer和抽象后的逻辑Buffer的结合...
分类:
Web程序 时间:
2015-03-20 18:58:30
阅读次数:
218
基础加强第一天
1、先搭建一个比较丑的界面
2、电脑类
public class Computer
{
///
/// 存储出拳内容的属性
///
public string FistName { get; set; }
//方法
public int Play() ...
分类:
其他好文 时间:
2015-03-20 16:27:50
阅读次数:
111
我觉得play的拦截器有点AOP的思想,相当于struts的filter,play的拦截器使用注解方式实现的。 源码定义了这么几种注解:@before、@after、@catch、@finally 可谓是三百六十度无死角的拦截了。 标注了@Before的方法...
分类:
其他好文 时间:
2015-03-20 13:05:16
阅读次数:
524