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

无数据

分类

全部后端开发(1168)综合其他(416)Python(401)Java(302)Weblate(302)Spring(247)云计算&大数据(215)数据库(185)VirtualBox(112)UML(96)

语言

全部英语(1667)中文(简体)(318)中文(繁体)(20)法语(16)日语(16)德语(13)西班牙语(13)韩语(13)俄语(12)英语(8)

格式

全部PDF文档 PDF(1558)其他文档 其他(537)PPT文档 PPT(5)DOC文档 DOC(2)
 
本次搜索耗时 0.103 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • Python
  • Java
  • Weblate
  • Spring
  • 云计算&大数据
  • 数据库
  • VirtualBox
  • UML
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 法语
  • 日语
  • 德语
  • 西班牙语
  • 韩语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Get off my thread: Techniques for moving k to background threads

    moving work to background threads Anthony Williams Just Software Solutions Ltd https://www.justsoftwaresolutions.co.uk September 2020Get off my thread: Techniques for moving work to background threads Why need to prevent blocking on our event-handling threads. void event_handler(){ auto handle=spawn_background_task(); handle.wait(); // no benefit }Aside: Non-Blocking vs Lock-free In lots of cases, short-term work off the current thread: Spawn a new thread for each event handler Pass data to a dedicated background threadHow do we move work off the current thread? Possible ways to move the work off the current
    0 码力 | 90 页 | 6.97 MB | 5 月前
    3
  • pdf文档 The CSS Handbook

    attribute to any HTML tag, and add CSS into it.
    ...
    Example: 16
    ...
    5. Selectors A selector allows us to associate one or more declarations You set the body tag font, and every children inherits it, along with other properties. The background-color property, on the other hand, makes little sense to be inherited. 28 8.1. Properties that the property value to the special keyword inherit . Example: body { background-color: yellow; } p { background-color: inherit; } 8.3. Forcing properties to NOT inherit On the contrary
    0 码力 | 184 页 | 1.96 MB | 1 年前
    3
  • pdf文档 The Gimp User’s Manual version 1.0.1

    139 The Airbrush Tool 139 The Clone Tool 140 The Convolver 141 The Foreground/Background Icons 142 Chapter 9: Edit And View ............................................. 145 Cut 727 Crash Course 728 Chapter 45: A Tutorial For Perl Gimp Users ................. 735 Background 736 What You Need 736 The Gimp Module 736 The Gimp PDB 737 Object-Oriented TWISTED PERSONALITY To create the statue emblem I started out with a black-and-white photo. The background was iso- lated with the Bezier tool, removed and replaced with a gradient fill. The image was rotated
    0 码力 | 924 页 | 9.50 MB | 1 年前
    3
  • ppt文档 THE FIRST EXPLORATION OF PROJECT SPARROW

    Runtimes, Network, Virtualization, RISC-V, EDA, 5G/6G… Who Am I Agenda I. Background  Tech Stack  Project Sparrow  Testbed II. Practicing Sparrow  CantripOS(KataOS)  Rust Wrap-up 1) Tech Stack 1.1 Microkernel Overview I. Background  https://en.wikipedia.org/wiki/Microkernel Security I. Background  Difference Between Microkernel and Monolithic Kernel: rating-systems.html I. Background  . Source: https://os.inf.tu-dresden.de/Studium/MkK//SS2021/01_intro.pdf Architecture & Design 1.2 L4 Overview I. Background  https://en.wikipedia.
    0 码力 | 68 页 | 13.14 MB | 1 年前
    3
  • pdf文档 GNU Image Manipulation Program User Manual 2.4

    LANGUAGE=en gimp or LANG=en gimp replacing en by fr, de, ... according to the language you want. Background: By using LANGUAGE=en you’re setting an environment variable for the executed program gimp here described systematically in the Tools chapter. v 3 Foreground/Background colors: The color areas here show you GIMP’s current foreground and background colors, which come into play in many operations. Clicking the window, surrounded by a yellow dotted line showing the image boundary, against a neutral gray background. You can change the zoom level of the image display in a variety of ways, including the Zoom setting
    0 码力 | 653 页 | 19.93 MB | 1 年前
    3
  • pdf文档 GNU Image Manipulation Program User Manual 2.10

    . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 3.4.10 Separating an Object From Its Background . . . . . . . . . . . . . . . . . . . . . . . 39 3.5 How to Draw Straight Lines . . . . . . . LANGUAGE=en gimp or LANG=en gimp replacing en with fr, de, ... according to the language you want. Background: Using LANGUAGE=en sets an environment variable for the executed program gimp. Under Windows Control Contains a set of icon buttons used to select tools. By default, it also contains the foreground and background colors. You can add brush, pattern, gradient and active image icons. Use Edit → Preferences → Toolbox
    0 码力 | 1070 页 | 44.54 MB | 1 年前
    3
  • pdf文档 Navicat Charts Creator Version 1 User Guide (Windows)

    customize the chart by changing its properties: Option Description General Background Color Set the background color of the chart area. Show border Display the outer chart border. Border Color customize the chart by changing its properties: Option Description General Background Color Set the background color of the chart area. Show border Display the outer chart border. Border Color customize the chart by changing its properties: Option Description General Background Color Set the background color of the chart area. Show border Display the outer chart border. Border Color
    0 码力 | 112 页 | 1.64 MB | 1 年前
    3
  • pdf文档 Navicat Charts Viewer Version 1 Linux User Guide

    customize the chart by changing its properties: Option Description General Background Color Set the background color of the chart area. Show border Display the outer chart border. Border Color customize the chart by changing its properties: Option Description General Background Color Set the background color of the chart area. Show border Display the outer chart border. Border Color customize the chart by changing its properties: Option Description General Background Color Set the background color of the chart area. Show border Display the outer chart border. Border Color
    0 码力 | 110 页 | 2.28 MB | 1 年前
    3
  • pdf文档 Navicat Charts Creator Version 1 User Guide (Mac)

    customize the chart by changing its properties: Option Description General Background Color Set the background color of the chart area. Show border Display the outer chart border. Border Color customize the chart by changing its properties: Option Description General Background Color Set the background color of the chart area. Show border Display the outer chart border. Border Color customize the chart by changing its properties: Option Description General Background Color Set the background color of the chart area. Show border Display the outer chart border. Border Color
    0 码力 | 111 页 | 2.34 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.2.0 Document

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.1.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 Vertical Sharding Distributed Transaction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 3.2.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 3.2.2 Challenge Readwrite‐splitting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 3.3.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 3.3.2 Challenges
    0 码力 | 483 页 | 4.27 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
GetoffmythreadTechniquesformovingtobackgroundthreadsTheCSSHandbookGimpUserManualversion1.0李枫2023RustChinaConf__SparrowFengLi20230614aofficialtemplateGNUImageManipulationProgram2.42.10NavicatChartsCreatorVersionGuideWindowsViewerLinuxMacApacheShardingSphere5.2Document
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩