Spring in Action 4th,第4版英文版PDF,非扫描版,文字可拷贝,以及第1章到21章各章的源代码。
2023-01-27 02:51:09 6.16MB Spring
1
Spring in action第四版 中文版 pdf
2023-01-27 02:44:32 22.31MB Spring in action 第四版
1
MBean:通常是一个java类,它提供接口可以使这个类具有管理功能(如standard MBean,接口中定义的方法使MBean具有管理功能)。 MBean server:是管理MBean的一个java类,你需要向MBean server注册一个MBean后,这个MBean才会具有管理功能,MBean server还提供了查询功能和注册监听器的功能,sun提供的只是接口,不同的jmx实现中的MBean server实现也不同。 JMX agent:JMX agent是为了管理一系列的MBean,而提供的一系列的服务,通常有MBean relationships, dynamically loading classes, simple monitoring services, timers。Agent可以利用Protocol adapters(例如HTTP 和SNMP)和connectors(RMI 和Jini)使不同的客户端可以访问MBean。 Protocol adapters 和connectors: 适配器和连接器主要使不同的协议和客户端可以使用这个agent,一个agent中可以有多个Protocol adapters 和connectors,这样管理起MBean来就更方便了(有多种类型的客户端和协议可以操作MBean)。注意,Protocol adapters 和connectors通常也是MBean。
2023-01-11 15:16:28 4.76MB MBean MBean server JMX
1
动作识别研究 该存储库包含用于动作识别的6种代表性2D和3D方法的一般实现,包括I3D [1],ResNet3D [2],S3D [3],R(2 + 1)D [4],TSN [5]和TAM [ 6]。 这些代码用于我们对动作识别的分析。 陈春福(Richard)Chen *,Rameswar Panda *,Kandan Ramakrishnan,Rogerio Feris,John Cohn,Aude Oliva和Fanquanfu *,“对基于CNN的时空表示进行动作识别的深入分析”。 *:均摊 如果您使用此仓库中的代码和模型,请引用我们的工作。 谢谢! @inproceedings{chen2020deep, title={Deep Analysis of CNN-based Spatio-temporal Representations for Action Recog
2022-12-17 17:17:25 64KB Python
1
Android 屏幕唤醒 + 屏幕解锁 + 开机服务监听(android.intent.action.BOOT_COMPLET) 添加权限:{ //开机监听 //如需启动应用则添加 //如需开启浮窗则添加 }
2022-12-03 19:20:41 2KB Android AndroidStudio BOOT_COMPLET
1
介绍了Eplan API编程中的一些关键性功能代码,此文档是自己在摸索Eplan 的Action编程时做的笔记
2022-12-01 13:48:35 220KB Eplan API Action
1
Action!屏幕录制软件概述 1. 界面最友好最时尚屏幕录制软件! Action! 屏幕录制软件设计紧凑,时尚,用户使用界面友好。内置屏幕和游戏录制管理器允许浏览,删除所选项目并将录制视频导出为主流的格式和设备。Action! 屏幕录制软件为游戏基准测试,游戏和Windows桌面实时录制软件定义了新的用户体验标准。 Mirillis Action!屏幕录制软件提供绿色屏幕录制模式。在视频录制中录制的摄像头画面时可删除背景。无需专业相机,只需要Action! 屏幕录制软件和任意纯色背景,最佳视频录制服务最便宜的解决方案。 3. 摄像头或USB/HDMI视频录制设备 可在游戏机,电脑,电视,摄像头或摄像机上选择设备录制模式录制视频。可添加您自己的LOGO,摄像头画面,麦克风声音,并且录制视频保存到本地磁盘或在热门直播服务平台进行直播。 4. 使用可选应用录制选项进行屏幕录制 这种全新的录制模式允许您在完全隐私的情况下录制您的Windows桌面屏幕!在屏幕录制时只录制您要向其他人显示的应用程序,而桌面屏幕的其余部分将被黑化而不会录制在您的视频上。
2022-11-27 21:04:00 106.73MB 高清视频录像工具
unity RPG游戏Action-RPG Starter Kit 5.1 unity RPG动作游戏源码Unitypackage包 unity RPG游戏Action-RPG Starter Kit 5.1 unity RPG动作游戏源码Unitypackage包 Unity精品游戏源码
2022-11-23 14:30:32 40.15MB unity unity3D unity游戏源码 Unity游戏
1
HBase实战(HBase In Action) 中文版 PDF
2022-11-06 19:36:19 20.34MB HBase实战 中文版 PDF
1
中文名: Camel 实战 原名: Camel in Action 作者: Claus Ibsen Jonathan Anstey 资源格式: PDF 版本: 英文文字版/更新源代码 出版社: Manning书号: 9781935182368发行时间: 2010年12月 地区: 美国 语言: 英文 简介: 内容介绍: Apache Camel is a Java framework that lets you implement the standard enterprise integration patterns in a few lines of code. With a concise but sophisticated DSL you snap integration logic into your app, Lego-style, using Java, XML, or Scala. Camel supports over 80 common transports such as HTTP, REST, JMS, and Web Services. Camel in Action is a Camel tutorial full of small examples showing how to work with the integration patterns. It starts with core concepts like sending, receiving, routing, and transforming data. It then shows you the entire lifecycle and goes in depth on how to test, deal with errors, scale, deploy, and even monitor your app—details you can find only in the Camel code itself. Written by the developers of Camel, this book distills their experience and practical insights so that you can tackle integration tasks like a pro. 目录: Part 1 First steps 1 Meeting Camel 2 Routing with Camel Part 2 Core Camel 3 Transforming data with Camel 4 Using beans with Camel 5 Error handling 6 Testing with Camel 7 Understanding components 8 Enterprise integration patterns Part 3 Out in the wild 9 Using transactions 10 Concurrency and scalability 11 Developing Camel projects 12 Management and monitoring 13 Running and deploying Camel 14 Bean routing and remoting appendix A Simple, the expression language appendix B Expressions and predicates appendix C The producer and consumer templates appendix D The Camel community appendix E Akka and Camel
2022-11-04 11:48:26 3.89MB Camel
1