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

无数据

分类

全部后端开发(226)数据库(138)Python(120)Julia(87)数据库工具(47)云计算&大数据(45)PostgreSQL(40)Celery(37)phpMyAdmin(35)系统运维(33)

语言

全部英语(407)中文(简体)(40)中文(繁体)(21)英语(3)德语(2)葡萄牙语(1)俄语(1)

格式

全部PDF文档 PDF(389)其他文档 其他(85)PPT文档 PPT(1)
 
本次搜索耗时 0.044 秒,为您找到相关结果约 475 个.
  • 全部
  • 后端开发
  • 数据库
  • Python
  • Julia
  • 数据库工具
  • 云计算&大数据
  • PostgreSQL
  • Celery
  • phpMyAdmin
  • 系统运维
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 德语
  • 葡萄牙语
  • 俄语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Pipes: How Plumbing Can Make Your C++ Code More Expressive

    Jonathan Boccara @JoBoccara THE PIPES LIBRARY HOW PLUMBING CAN MAKE YOUR CODE EXPRESSIVE At the beginning of time…2 WORKING WITH COLLECTIONS IN C++ -∞ Now3 WORKING WITH COLLECTIONS IN C++ -∞ PUSH PUSH ?10 inputs pipes::transform(f) pipes::filter(p) >>= >>= 1 2 3 4 5 6 >>= pipes::push_back(results)f(5) f(2) f(1) f(3) f(6) f(4) 11 inputs pipes::transform(f) pipes::filter(p) >>= >>= 5 6 >>= pipes::push_back(results) push_back results12 push_back results auto const inputs = std::vector{1, 2, 3, 4, 5, 6}; auto results = std::vector{}; inputs >>= pipes::transform([](int
    0 码力 | 61 页 | 9.52 MB | 5 月前
    3
  • pdf文档 Angular 8 - Reviewed

    ............................................................................ 47 8. Angular 8 — Pipes ................................................................................................. . 53 Chained pipes ................................................................................................................................................ 54 Built-in Pipes .............. ...................................................................................... 182 Use pipes .................................................................................................
    0 码力 | 231 页 | 4.00 MB | 1 年前
    3
  • pdf文档 Embracing an Adversarial Mindset for Cpp Security

    + 0x30 2. Create a spray of pipes with CreatePipe ○ 0x5000 x pipe pairs ○ 0x4000 x pipe pairs 3. Write to those pipes with the array created earlier 4. Now free pipes of size 0x90 of those 0x5000 bytes for the CLFS_METADATA_BLOCK array rgBlocks. These 0x90 blocks will occupy in gaps where the pipes were released Released Pipe Memory (Spray)*(UINT64*)0x5000040 = 0x5000000; *(UINT64*)0x5000000 = will loop until it find the System token Using the NtFsControlFile function that will read the pipes attributes. Using that pipe address + eprocess address to system + addr of the tokenCVE-2023-28252
    0 码力 | 92 页 | 3.67 MB | 5 月前
    3
  • pdf文档 Pandoc User’s Guide (April 7, 2024)

    . . . . 39 Breakable spaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 Pipes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 iii Contents Variables may break if the document is rendered with a short line length.$~$ Pipes A pipe transforms the value of a variable or partial. Pipes are specified using a slash (/) between the variable name (or partial) $employee:name()/uppercase$ 40 Template syntax Pipes may be chained: $for(employees/pairs)$ $it.key/alpha/uppercase$. $it.name$ $endfor$ Some pipes take parameters: |----------------------|------------|
    0 码力 | 168 页 | 475.29 KB | 1 年前
    3
  • pdf文档 The Linux Commands Handbook

    useful information about a file or input it receives via pipes. echo test >> test.txt wc test.txt 1 1 5 test.txt Example via pipes, we can count the output of running the ls -al command: for global regular expression print You can use grep to search in files, or combine it with pipes to filter the output of another command. For example here's how we can find the occurences of the remove them: 48 sort does not just works on files, as many UNIX commands it also works with pipes, so you can use on the output of another command, for example you can order the files returned by
    0 码力 | 135 页 | 14.14 MB | 1 年前
    3
  • pdf文档 The Linux Commands Handbook

    useful information about a file or input it receives via pipes. echo test >> test.txt wc test.txt 1 1 5 test.txt 30 Example via pipes, we can count the output of running the ls -al command: stands for global regular expression print You can use grep to search in files, or combine it with pipes to filter the output of another command. For example here's how we can find the occurences option to remove them: sort does not just works on files, as many UNIX commands it also works with pipes, so you can use on the output of another command, for example you can order the files returned by
    0 码力 | 112 页 | 13.74 MB | 1 年前
    3
  • pdf文档 Web and Mobile Code Sharing with Angular and NativeScript

    get(url); } } Code Sharing How to do it? Shared Project Structure Monorepo Services Pipes SASS Variables Directives Web Style {N} Style Navigation Modules Components Web ngModule Web HTML {N} HTML TS Class Build Process Shared Project Structure Monorepo Services Pipes SASS Variables Directives Web Style Navigation Modules Components Web ngModule Navigation Build Process {N} Style {N} ngModule {N} HTML Shared Project Structure Monorepo Services Pipes SASS Variables Directives {N} Style Navigation Modules Components {N} ngModule Navigation
    0 码力 | 55 页 | 1.14 MB | 1 年前
    3
  • pdf文档 firebird gbak

    parameter separator is a colon, as in -service server_name:service_mgr. Named pipes When using named pipes, the parameter requires two leading back slashes and the separator is another back slash use processing that will not seek on the input or output channels, making them suitable for use in pipes — as per the examples in the recipes section above. These file names, while they appear to be POSIX
    0 码力 | 34 页 | 191.73 KB | 1 年前
    3
  • pdf文档 Reference guide for FCL units. Document version 3.2.2

    TNullStream.Create . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713 29 Reference for unit ’Pipes’ 714 29.1 Used units . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Chapter 29 Reference for unit ’Pipes’ 29.1 Used units Table 29.1: Used units by unit ’Pipes’ Name Page Classes ?? System ?? sysutils ?? 29.2 Overview The Pipes unit implements streams that are from another. 29.3 Constants, types and variables 29.3.1 Constants ENoSeekMsg = 'Cannot seek on pipes' Constant used in EPipeSeek (715) exception. EPipeMsg = 'Failed to create pipe.' Constant used
    0 码力 | 953 页 | 2.21 MB | 1 年前
    3
  • pdf文档 Getting Started with Ubuntu

    processes – Kill → killing processes Connecting processes-- Pipes and Redirections – Stdin, stdout and stderr – Power of Shell – Redirections and Pipes Thank You Abhinav Upadhyay Twitter: iamabhi9 er.abhianv
    0 码力 | 27 页 | 313.87 KB | 1 年前
    3
共 475 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 48
前往
页
相关搜索词
PipesHowPlumbingCanMakeYourC++CodeMoreExpressiveAngularReviewedEmbracinganAdversarialMindsetforCppSecurityPandocTheLinuxCommandsHandbookWebandMobileSharingwithNativeScriptfirebirdgbakReferenceguideFCLunitsDocumentversion3.2GettingStartedUbuntu
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩