码迷,mamicode.com
首页 >  
搜索关键字:netty in action    ( 18136个结果
Unity3d Http Get请求
新浪微博的OpenAPI登录public static IEnumerator LoginRequest(string userid, string passwd, Action action) { xDebug.Log("GetRequest 1"); strin...
分类:其他好文   时间:2014-06-04 17:27:55    阅读次数:236
Windows Phone 8.1 Tiles, Notifications and Action Center
(1)Tiles;(2)Notifications;(3)Action Center。
分类:Windows程序   时间:2014-06-04 17:10:07    阅读次数:418
Struts1中通过DispatchAction实现数的运算
添加支持(即jar包)后的步骤为:(1)创建ActionFormYunsuanForm.javapackagecom.mstf.struts.form;importorg.apache.struts.action.ActionForm;publicclassYunsuanFormextendsActionForm{intnum1;intnum2;publicintgetNum1(){returnnum1;}publicvoidsetNum1(intnum1){this.num1=n..
分类:其他好文   时间:2014-06-02 16:33:15    阅读次数:181
Netty源码学习——Included transports(传输方式)
“zero-file-copy”是仅仅提供给NIO传输方式使用的特性。这个特性允许你以很快并且高效的方式从文件系统之来传输内容。这个特性把本地文件中的字节内容可以不通过从内核空间复制到用户空间的情况下通过网络传输出去。...
分类:Web程序   时间:2014-06-02 15:06:34    阅读次数:365
RabbitMQ in Action(5): Clustering and dealing with failure
Batteries included: RabbitMQ clustering The clustering built in to RabbitMQ was designed with two goals in mind: allowing consumers and producers to k...
分类:其他好文   时间:2014-06-02 06:11:46    阅读次数:392
left join 原理分析
left join 原理分析[转贴 2006-11-15 16:19:50]字号:大中小案例分析user表:id | name---------1 | libk2 | zyfon3 | daodaouser_action表:user_id| action--------------- 1 | jum...
分类:其他好文   时间:2014-06-02 05:43:51    阅读次数:275
Netty源码学习——EventLoopGroup原理:NioEventLoopGroup分析
最后找到了,NioEventLoopGroup,构造这个group的时候传递了一个ThreadFactory参数,所以这个group和Nio学习5——对NIO.2(AIO) Reactor模式封装的拆解中的AsynchronousChannelGroup也是大同小异的!...
分类:Web程序   时间:2014-06-02 05:01:53    阅读次数:412
MVC4 下DropDownList使用方法
与MVC3相比,差别很大: public ActionResult Main() { List items = new List(); items.Add(new SelectListItem { Text = "Action", Value...
分类:Web程序   时间:2014-06-02 01:34:06    阅读次数:338
关于 ASP.NET MVC 中的视图生成
在 ASP.NET MVC 中,我们将前端的呈现划分为三个独立的部分来实现,Controller 用来控制用户的操作,View 用来控制呈现的内容,Model 用来表示处理的数据。从控制器到视图通常,在 Controller 中,我们定义多个 Action ,每个 Action 的返回类型一般是 A...
分类:Web程序   时间:2014-06-02 00:48:09    阅读次数:291
jsonConfig使用方法
1.先编写jsonConfig的初始化代码 private JsonConfigjsonConfig; public action构造方法() {jsonConfig = new JsonConfig();jsonConfig.registerJsonValueProcessor(Date.clas...
分类:Web程序   时间:2014-06-02 00:38:25    阅读次数:462
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!