积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(990)Java(378)Spring(319)综合其他(256)云计算&大数据(216)Weblate(212)Python(208)数据库(164)VirtualBox(113)C++(108)

语言

全部英语(1692)

格式

全部PDF文档 PDF(1259)其他文档 其他(361)TXT文档 TXT(67)PPT文档 PPT(4)DOC文档 DOC(1)
 
本次搜索耗时 0.200 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • 综合其他
  • 云计算&大数据
  • Weblate
  • Python
  • 数据库
  • VirtualBox
  • C++
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Deploy WAR, EAR files inthe Java EE Server

    Java EE Product Provider Tool Provider Application Component Provider Application Assembler Deployer and System Administrator Sun GlassFish, Oracle BEA WebLogic, IBM WebSphere, JBOSS, Apache files in the Java EE Server. ︎ According to environment, modify and deploy configuration files, then manage Java EE system. ︎ Varify the conformance from structure of EAR files to Java EE standards. Component, JAR, WAR ——�A Java EE EAR �� ����������� ����� �� ������Applet��� Web���EJB
    0 码力 | 1 页 | 51.98 KB | 1 年前
    3
  • pdf文档 Google Java Style Guide

    Google Java Style Guide Google Java Style Guide 1 Introduction This document serves as the complete definition of Google’s coding standards for source code in the Java™ Programming Language. A Java source case-sensitive name of the top-level class it contains (of which there is exactly one), plus the .java extension. 2.2 File encoding: UTF-8 Source files are encoded in UTF-8. 2.3 Special characters ) 4.3 One statement per line Each statement is followed by a line break. 4.4 Column limit: 100 Java code has a column limit of 100 characters. Except as noted below, any line that would exceed this
    0 码力 | 19 页 | 84.76 KB | 1 年前
    3
  • pdf文档 Zabbix 2.0 Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 5 Java gateway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ability to monitor JMX without deploying additional software has been introduced in the form of a Java gateway. 5.1.6 Visible host name Visible host name has been implemented; UTF8 support; new macros proper error message, which will be visible in the item configuration list. 9.3.2 Java gateway improvements Zabbix Java gateway now supports dots in attribute name. To use such an attribute name, dots
    0 码力 | 791 页 | 9.66 MB | 1 年前
    3
  • pdf文档 Zabbix 2.2 Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 5 Java gateway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . zabbix[host,,available] • zabbix[hosts] • zabbix[items] • zabbix[items_unsupported] • zabbix[java„] • zabbix[process,,,] (alerter, db watchdog, escalator, node watcher, time. Since Zabbix 2.2 they will obtain all required information in one operation. Similarly Zabbix Java gateway pollers will retrieve information about all items they should be collecting data for in one
    0 码力 | 918 页 | 11.28 MB | 1 年前
    3
  • pdf文档 Zabbix 2.4 Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 5 Java gateway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . now refuse to start if StartPollersUnreachable configuration parameter is 0, but regular, IPMI or Java pollers are started. Otherwise, hosts that become unreachable would never be checked again. ** Ability Portuguese • Chinese (China) • Italian • Japanese • Polish • Slovak 10.2 Daemon improvements • For Java gateway, it is now possible to specify timeout for JMX network operations using TIMEOUT configuration
    0 码力 | 910 页 | 10.81 MB | 1 年前
    3
  • pdf文档 Spring Framework 2.5.x Reference

    .........................................................................................27 2.6.6.Java5(Tiger)support .................................................................................. ............................................ 91 3.10. Deploying a Spring ApplicationContext as a J2EE RAR file .......................................... 91 3.11.Annotation-basedconfiguration......... into IoC and DI, please do refer to said article : http://martinfowler.com/articles/injection.html. Java applications (a loose term which runs the gamut from constrained applets to full-fledged n-tier server-side
    0 码力 | 590 页 | 4.31 MB | 1 年前
    3
  • pdf文档 Spring Framework 2.5.5 Reference

    .........................................................................................27 2.6.6.Java5(Tiger)support .................................................................................. ............................................ 90 3.10. Deploying a Spring ApplicationContext as a J2EE RAR file .......................................... 91 3.11.Annotation-basedconfiguration......... into IoC and DI, please do refer to said article : http://martinfowler.com/articles/injection.html. Java applications (a loose term which runs the gamut from constrained applets to full-fledged n-tier server-side
    0 码力 | 588 页 | 4.30 MB | 1 年前
    3
  • pdf文档 Spring Framework 2.5.4 Reference

    .........................................................................................27 2.6.6.Java5(Tiger)support .................................................................................. ............................................ 90 3.10. Deploying a Spring ApplicationContext as a J2EE RAR file .......................................... 91 3.11.Annotation-basedconfiguration......... into IoC and DI, please do refer to said article : http://martinfowler.com/articles/injection.html. Java applications (a loose term which runs the gamut from constrained applets to full-fledged n-tier server-side
    0 码力 | 587 页 | 4.30 MB | 1 年前
    3
  • pdf文档 Spring Framework 2.5.3 Reference

    .........................................................................................27 2.6.6.Java5(Tiger)support .................................................................................. ............................................ 90 3.10. Deploying a Spring ApplicationContext as a J2EE RAR file .......................................... 91 3.11.Annotation-basedconfiguration......... into IoC and DI, please do refer to said article : http://martinfowler.com/articles/injection.html. Java applications (a loose term which runs the gamut from constrained applets to full-fledged n-tier server-side
    0 码力 | 587 页 | 4.30 MB | 1 年前
    3
  • pdf文档 Zabbix 3.0 Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 5 Java gateway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . service.perf • web.page.get • web.page.perf • web.page.regexp 5.20.7 Support for IPv6 addresses in Java gateway IPv6 addresses like 2001:db8::6c09 can now be used in JMX interfaces. 5.20.8 Proxy configuration some downtime. • From now on, Zabbix internal item zabbix[java„ping] will not become not supported if java gateway is misconfigured or java gateway is unreachable. 20 What’s new in Zabbix 3.0.15 Item
    0 码力 | 1074 页 | 12.04 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
JavaJava EEGoogleStyleGuideZabbix2.0Manual2.22.4SpringFramework2.5Reference3.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩