登录
首页 » Java » NettyInAction

NettyInAction

于 2014-12-31 发布 文件大小:6046KB
0 258
下载积分: 1 下载次数: 12

代码说明:

  netty开发指南,入门提升,适合大家了解NIO,netty比MINA性能更好(netty Development Guide, Getting upgrade for us to know the NIO, netty better performance than MINA)

文件列表:

Netty In Action中文版
.....................\第一章:Netty介绍.pdf,940343,2014-08-05
.....................\第七章:编解码器Codec.pdf,3254619,2014-08-05
.....................\第三章:Netty核心概念.pdf,2635083,2014-08-05
.....................\第九章:引导Netty应用程序.pdf,997301,2014-08-05
.....................\第二章:第一个Netty程序.pdf,759381,2014-08-05
.....................\第五章:Buffers(缓冲).pdf,814344,2014-08-05
.....................\第八章:附带的ChannelHandler和Codec.pdf,1658416,2014-08-05
.....................\第六章:ChannelHandler.pdf,1034563,2014-08-05
.....................\第十一章:WebSocket.pdf,1104751,2014-08-05
.....................\第十三章:通过UDP广播事件.pdf,2754943,2014-08-05
.....................\第十二章:SPDY.pdf,4865851,2014-08-05
.....................\第十章:单元测试代码.pdf,810666,2014-08-05
.....................\第四章:Transports(传输).pdf,3155694,2014-08-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mschar
    MSchar报表控件,简历在.net 3.5SP1基础上的报表控件。(Used to handle data report! )
    2012-05-15 09:36:36下载
    积分:1
  • pachong
    说明:  java的一个爬虫抓取物流信息的小demo,本demo测试抓取快递100的物流轨迹信息(Java crawler to grab logistics information of the small demo, this demo test to grab express 100 logistics trajectory information)
    2020-06-23 08:20:02下载
    积分:1
  • Exe4_3
    3.已知车辆(Vehicle)包括机动车(MotoVehicle)和非机动车(NonMotorVehicle)2种。小汽车(Car)、公交车(Bus)等属于机动车,自行车(Bicycle)等属于非机动车。随着能源技术的发展,出现了电动自行车(ElectricBicycle)、电动小汽车(ElectricCar)、天然气公交车(NaturalGasBus)等新型车辆。车辆的共同特征是都能够运行(run),并且有唯一的5位车牌号(LicenseNumber)。机动车的共同特征是采用燃油发动机(FuelEngine),且能够驾驶(drive)。自行车的共同特征是能够骑行(ride)。电动车辆的共同特征是由电池(Battery)驱动。天然气车辆的共同特征是采用天然气(NaturalGas)作为动力。 要求: (1)设计一个类体系描述上述车辆,写出它们的属性和方法。 (2)一家公司(Company)拥有10辆普通小汽车、5辆公交车、2辆电动小汽车和1辆天然气公交车,要求写一个方法listVehicles()显示所有车辆的信息(车牌号以及采用的动力)。 程序文件命名为Exe4_3.java。(3. Known vehicle (Vehicle) including motor vehicle (MotoVehicle) and non-motorized (NonMotorVehicle) 2 species. Cars (Car), bus (Bus), etc. to motor vehicles, bicycles (Bicycle), etc. are non-motor vehicles. With the development of energy technologies, the emergence of electric bicycles (ElectricBicycle), electric cars (ElectricCar), natural gas buses (NaturalGasBus) and other new vehicles. A common feature of the vehicle is able to run (run), and there are only five license plate number (LicenseNumber). Common feature is the use of a motor vehicle fuel engine (FuelEngine), and is capable of driving (drive). Common feature is the ability to ride a bike (ride). Common characteristics of the electric vehicle is driven by a battery (Battery). A common feature is the use of natural gas vehicles (NaturalGas) as the driving force. Claim: (1) describe the design of a class system of the vehicle, write their properties and methods. (2) a company (Company) owns 10 ordinary cars, five buses, )
    2015-06-14 18:22:51下载
    积分:1
  • LogWriter
    A wrapper around log4j that is used for logging debug and errors.
    2013-11-04 10:19:44下载
    积分:1
  • 1
    说明:  SOA 是一种 IT 体系结构样式,支持将您的业务作为链接服务或可重复业务 任务进行集成,可在需要时通过网络访问这些服务和任务。(SOA is an IT architectural style, support your business as linked services, or can be integrated repeat business task, you can access these services when needed and tasks over a network.)
    2014-04-25 14:26:30下载
    积分:1
  • sourcefiles
    window下使用j2ee的jms工具做的网络应用的一个架构程序(window using the jms Providing the tools to do a network application framework procedures)
    2005-06-29 19:04:25下载
    积分:1
  • SPPanAdmin
    1、该权限管理系统包括用户管理,角色管理,资源链接管理模块,可以动态分配权限和角色。 2、使用springboot、springdata jpa、shiro等服务端技术,使用freemarker模版渲染页面。 3、系统中对springdata的查询条件Specification做了简单的封装,更加方便查询条件的灵活使用。 4、前端技术:使用Hadmin系统模版,数据表格使用bootstrap table插件,弹窗使用layer插件,日期选择使用laydate插件。表单验证使用jQuery validate插件等等。 5、系统部署: 1)使用mysql数据库,先建立一个空数据库base,最好编码使用utf-8字符集,不然会乱码。 2)把application.properties中的数据库连接信息修改成自己数据库的连接信息。 3)修改spring.jpa.hibernate.ddl-auto为create,目的是让系统自动建表同时初始化相关集成数据。如果不需要自动初始化数据,可以删除resource目录下的import.sql文件。 6、系统启动后,访问:127.0.0.1/admin/会自动跳转到后台登录页面。 7、初始用户名和密码为:admin/111111。(Running environment: jdk8 (jdk7 can also), mysql, Maven build)
    2019-05-26 10:26:31下载
    积分:1
  • Splitter
    splitter sample which can be used to demonstrate how to use split panel in java swing(splitter sample)
    2010-05-12 16:10:30下载
    积分:1
  • ssd7_Ex4
    this is answer for ssd7 exercise 4
    2013-10-13 17:34:41下载
    积分:1
  • tss
    一个吞食蛇得游戏,用JAVA写的。7KB大小,学习的可以下载看下(Snake swallowed a very game, written using JAVA. 7KB size, learning can be downloaded Kanxia)
    2009-11-17 21:27:03下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载