书栈网 · BookStack 本次搜索耗时 0.054 秒,为您找到 641 个相关结果.
  • 第一个模块类UserModule

    第一个模块类UserModule 新建一个类,名为UserModule, package为net.wendal.nutzbook.module 配置Ioc相关注解及属性,即IocBean,Inject和Dao属性,哦哦,还有At 再加一个count方法, 测试用 启动Tomcat,验证一下 可能出现的问题: 手册关联(选修) 第一个模块类...
  • 03. Channel通道

    1223 2018-04-13 《Java NIO 简明教程》
    03. Java NIO Channel通道 Channel的实现(Channel Implementations) Channel的基础示例(Basic Channel Example) 03. Java NIO Channel通道 原文链接:http://tutorials.jenkov.com/java-nio/channels.html...
  • Route Arguments

    Route Arguments Chunk Data Types Whole Data Types Route Arguments How the files are received by your method is determined by the type of the arguments. Data can be received a...
  • Route Arguments

    Route Arguments Chunk Data Types Whole Data Types Route Arguments How the files are received by your method is determined by the type of the arguments. Data can be received a...
  • Route Arguments

    Route Arguments Chunk Data Types Whole Data Types Route Arguments How the files are received by your method is determined by the type of the arguments. Data can be received a...
  • Route Arguments

    Route Arguments Chunk Data Types Whole Data Types Route Arguments How the files are received by your method is determined by the type of the arguments. Data can be received a...
  • 采样模式

    采样模式 基于固定采样率的采样模式 在 application.properties 中增加采样相关配置项 验证方式 自定义采样模式 自定义采样规则类 在 application.properties 中增加采样相关配置项 采样模式 更新时间: 2019-06-21 目前 SOFATracer 提供了两种采样模式,一种是基于 BitSe...
  • 案例研究:Transport 的迁移

    1364 2018-02-22 《Netty 实战(精髓)》
    案例研究:Transport 的迁移 没有用 Netty 实现 I/O 和 NIO 采用 Netty 实现 I/O 和 NIO Netty NIO 版本 案例研究:Transport 的迁移 为了让你想象 Transport 如何工作,我会从一个简单的应用程序开始,这个应用程序什么都不做,只是接受客户端连接并发送“Hi!”字符串消息到客户端,发...
  • Route Arguments

    Route Arguments Chunk Data Types Whole Data Types Route Arguments Method argument types determine how files are received. Data can be received a chunk at a time or when an upl...
  • 4.5 IO

    1398 2018-05-01 《互联网面试笔记》
    Java IO Java IO 分类 名词解释 BIO、NIO、AIO适用场景分析 Java NIO和IO的主要区别 参考资料 Java IO Java IO 分类 Java BIO : 同步并阻塞,服务器实现模式为一个连接一个线程,即客户端有连接请求时服务器端就需要启动一个线程进行处理,如果这个连接不做任何事情会造成不必要的线程开销...