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
.cc .cpp c++语言源程序.c C语言源程序.o .out C C++ OC编译后生成的文件框架 framework 一系列函数,类等程序单元的集合,可以系统提供某一方面的功能@autoreleasepool{}NS 是前缀 Cocoa对所有函数,变量,类型 前加NS 表示来源于 Coco....
分类:
其他好文 时间:
2015-03-22 00:17:32
阅读次数:
166
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
Kinda similar with another palindrome DP from LeetCode. Feel it, it is a bottom-up DP - palindrome subsequence.str = input()slen = len(str)dp = [[0 fo...
分类:
其他好文 时间:
2015-03-20 06:45:44
阅读次数:
107