积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(1432)Python(462)综合其他(443)Java(374)Spring(313)Weblate(302)云计算&大数据(238)数据库(197)C++(156)VirtualBox(113)

语言

全部英语(2046)中文(简体)(267)中文(繁体)(21)日语(19)法语(16)韩语(15)西班牙语(13)德语(12)俄语(12)英语(9)

格式

全部PDF文档 PDF(1771)其他文档 其他(596)TXT文档 TXT(62)PPT文档 PPT(6)DOC文档 DOC(3)
 
本次搜索耗时 0.098 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Java
  • Spring
  • Weblate
  • 云计算&大数据
  • 数据库
  • C++
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 法语
  • 韩语
  • 西班牙语
  • 德语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 HBASE-21879 Read HFile ’s Block into ByteBuffer directly.

    HBASE-21879 Read HFile ’s Block into ByteBuffer directly. 1. Background For reducing the Java GC impact to p99/p999 RPC latency, HBase 2.x has made an offheap read and write path. The KV are allocated successfully written to the WAL log and Memstore. The ConcurrentSkipListSet in Memstore does not directly store the Cell data, but reference to cells, which are encoded in multiple Chunks in MSLAB, this pressure. 2. Basic Idea Idea to eliminate the Young GC is: ​read the block of HFile to offheap directly​. We didn’t accomplish this before because HDFS does not support the ByteBuffer pread interface
    0 码力 | 18 页 | 1.14 MB | 1 年前
    3
  • pdf文档 Apache Karaf Container 4.x - Documentation

    mechanism for console and JMX access. • Instances: multiple instances of Apache Karaf can be managed directly from a main instance (root). • OSGi frameworks: Apache Karaf is not tightly coupled to one OSGi @Completion, @Parsing, @Reference. It allows you to completely define the command in the command class directly. To simplify the generation of the code and OSGi headers, Karaf 4.x provides the karaf-services- features installation and lifecycle. The new resolver now checks the feature requirements (defined directly in the features XML), and check which bundles provides the capabilities to satisfy these requirements
    0 码力 | 370 页 | 1.03 MB | 1 年前
    3
  • pdf文档 Inkscape Beginners’ Guide 1.1

    . . . . . . . 14 3 Installing Inkscape on Windows 15 3.1 Method 1: Downloading and installing directly from Inkscape . . . . . . 15 3.2 Method 2: Installing from the Microsoft App store . . . . . . distro’s app store . . . . . . . . . . . . . . . . . . . . . . . . . 49 5.3 The latest stable version directly from the Inkscape project . . . . . . . . 49 6 The User Interface 50 7 Managing the Workspace Inkscape onto computers with a Windows operating system. One method is downloading and installing directly from Inkscape and the other is installing it from the Microsoft App store. A description of both
    0 码力 | 239 页 | 12.65 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 1.3.0 User Manual

    format - it only defines a programmatic API so JMS clients and servers from different vendors cannot directly interoperate since each will use the vendor's own internal wire protocol. Apache ActiveMQ Artemis User Application 1 is using the JMS API, while User Application 2 is using the core client API directly. You can see from the diagram that the JMS API is implemented by a thin facade layer on the client functionality internally but you don't want to expose that as an Apache ActiveMQ Artemis server you can directly instantiate and embed Apache ActiveMQ Artemis servers in your own application. For more information
    0 码力 | 247 页 | 1.47 MB | 1 年前
    3
  • pdf文档 Apache Karaf 3.0.5 Guides

    Control) mechanism for console and JMX. • Instances: multiple instances of Apache Karaf can be managed directly from a main instance (root). APACHE KARAF OVERVIEW 5 • OSGi frameworks: Apache Karaf is not tight confirmation step, you can use the -f (--force) option: karaf@root()> shutdown -f You can also use directly halt which is an alias to shutdown -f -h. 24 START, STOP, RESTART, CONNECT The shutdown command you can integrate Apache Karaf directly in your operating system service control. Apache Karaf provides the "Service Wrapper". The service wrapper allows you to directly integrate Apache Karaf: • like
    0 码力 | 203 页 | 534.36 KB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 1.2.0 User Manual

    format - it only defines a programmatic API so JMS clients and servers from different vendors cannot directly interoperate since each will use the vendor's own internal wire protocol. Apache ActiveMQ Artemis User Application 1 is using the JMS API, while User Application 2 is using the core client API directly. You can see from the diagram that the JMS API is implemented by a thin facade layer on the client functionality internally but you don't want to expose that as an Apache ActiveMQ Artemis server you can directly instantiate and embed Apache ActiveMQ Artemis servers in your own application. For more information
    0 码力 | 244 页 | 1.46 MB | 1 年前
    3
  • pdf文档 Inkscape Beginners’ Guide latest

    . . . . . . . 14 3 Installing Inkscape on Windows 15 3.1 Method 1: Downloading and installing directly from Inkscape . . . . . . 15 3.2 Method 2: Installing from the Microsoft App store . . . . . . distro’s app store . . . . . . . . . . . . . . . . . . . . . . . . . 47 5.3 The latest stable version directly from the Inkscape project . . . . . . . . 47 6 The User Interface 48 6.1 Interface Areas . . Inkscape onto computers with a Windows operating system. One method is downloading and installing directly from Inkscape and the other is installing it from the Microsoft App store. A description of both
    0 码力 | 237 页 | 13.11 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.1 Documentation

    prevent mermory leaks. And the important thing is that we can use all ES6/7 feature in the project directly. Sails is another Node.js framework that also provides complete solution. It’s convinient because or Promise . These treatments will increase a level of scope, making it impossible to use this directly in the callback function, the simple approach to solve it is to define a variable at the top, this = this in each Action must be very trouble. To solve this problem, ThinkJS provides a parameter directly in Action, which is equivalent to var self = this , as follows: Of course, the recommended and
    0 码力 | 148 页 | 1.69 MB | 1 年前
    3
  • mobi文档 Computer Programming with the Nim Programming Language

    library, each of which can be used independently. On the other hand, statically linked libraries are directly glued with a single computer program. This simplifies the distribution of the program, as it can need some form of user interface. Traditional user interfaces are text-centric and often provided directly by the OS as one single text screen filling the whole display: The user has to enter textual commands computer through simple actions like clicking on buttons or using drag or swipe gestures, performed directly on a touch-sensitive display or with a device called a mouse, which mirrors its mechanical movement
    0 码力 | 865 页 | 7.45 MB | 1 年前
    3
  • epub文档 Computer Programming with the Nim Programming Language

    library, each of which can be used independently. On the other hand, statically linked libraries are directly glued with a single computer program. This simplifies the distribution of the program, as it can need some form of user interface. Traditional user interfaces are text-centric and often provided directly by the OS as one single text screen filling the whole display: The user has to enter textual commands computer through simple actions like clicking on buttons or using drag or swipe gestures, performed directly on a touch-sensitive display or with a device called a mouse, which mirrors its mechanical movement
    0 码力 | 784 页 | 2.13 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
HBASE21879ReadHFileBlockintoByteBufferdirectlyApacheKarafContainerDocumentationInkscapeBeginnersGuide1.1ActiveMQArtemis1.3UserManual3.0Guides1.2latestThinkJS2.1ComputerProgrammingwiththeNimLanguage
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩