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

无数据

分类

全部后端开发(1051)Java(346)Spring(303)Python(297)综合其他(237)数据库(191)Weblate(148)系统运维(99)C++(97)云计算&大数据(97)

语言

全部英语(1350)中文(简体)(300)中文(繁体)(21)英语(5)法语(4)日语(4)德语(3)西班牙语(3)中文(简体)(3)

格式

全部PDF文档 PDF(1187)其他文档 其他(445)TXT文档 TXT(67)PPT文档 PPT(2)
 
本次搜索耗时 0.050 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • Python
  • 综合其他
  • 数据库
  • Weblate
  • 系统运维
  • C++
  • 云计算&大数据
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 法语
  • 日语
  • 德语
  • 西班牙语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Nim,A new approach to meta programming

    approach to meta programming Author: Andreas Rumpf A new approach to metaprogramming Copyright © 2013 Andreas Rumpf Talk structure 1.What is Nimrod? 2.Implementation aspects 3."Hello World" 4.Meta programming "Hello World" via term rewriting macros 6.Hoisting via term rewriting macros 7.Summary of Nimrod's meta programming features Talk structure Copyright © 2013 Andreas Rumpf What is Nimrod? What is Nimrod cast[int](gch.stackBottom) • with a clean syntax iterator from1to2(): int = yield 1; yield 2 • and strong meta programming capabilities. template `!=`(x, y: expr): expr = not (x == y) What is Nimrod? Copyright
    0 码力 | 45 页 | 360.68 KB | 1 年前
    3
  • pdf文档 Template-Less Meta-Programming

    1 / 58Template Metaprogramming (TMP) Template Metaprogramming (TMP) template using meta_fun = this_talk; 2 / 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ 3 / 58❓s Value-based TMP ( - Value-based TMP ( *, *, *)*) - - (Circle-lang meta model*) (Circle-lang meta model*) - - (comptime) (comptime) - ... - ... * - this_talk * - this_talk C++ template inline constexpr auto meta = type::id; static_assert(meta == meta); static_assert(meta != meta); static_assert(typeid(meta) == typeid(meta)); 16 / 58Value-based
    0 码力 | 130 页 | 5.79 MB | 5 月前
    3
  • pdf文档 How Meta Made Debugging Async Code Easier with Coroutines and Senders

    0 码力 | 131 页 | 907.41 KB | 5 月前
    3
  • pdf文档 Reflection Based Libraries to Look Forward To

    implementation(s)! 2425We have a reflection operator! using namespace std::meta; auto magic_reflection_method(info obj) { .. do something with “meta” info .. } // ^Lift^ MyType to reflection land auto result = namespace ... 26We have a reflection operator! using namespace std::meta; auto magic_reflection_method(info obj) { .. do something with “meta” info .. } // ^^Lift^^ MyType to reflection land auto result 27We have a std::meta::info! using namespace std::meta; // std::meta::info with std::meta // associated namespace auto magic_reflection_method(info obj) .. do something with “meta” info .. } auto
    0 码力 | 118 页 | 14.33 MB | 5 月前
    3
  • pdf文档 Beyond struct: Programming a Struct Replacement in C++20

    John R. Bandela, MD Beyond struct: Meta- programming a struct Replacement in C++20Disclaimer This is not an official Google library These opinions are my ownStruct struct person { int id = 1; std::string wrappers in C++Let’s Go Beyond Struct u C++20 u No MacrosDefining and accessing members using Person = meta_struct< // member<"id", int>, // member<"name", std::string> // >; Person p; get<"id">(p) - 1>;Meta Struct template struct member { constexpr static auto tag() { return Tag; } using element_type = T; T value; }; template struct meta_struct
    0 码力 | 65 页 | 702.78 KB | 5 月前
    3
  • pdf文档 Hadoop 迁移到阿里云MaxCompute 技术方案

    ....................................................................................... 28 6.4 Meta 和数据迁移 ........................................................................................... ......... 30 6.4.2 方案 A:通过 MMA Agent 迁移 Meta 和数据 ................................................................ 32 6.4.3 方案 B:使用 Dataworks 服务迁移 Meta 和数据 ....................................... .................... 45 7.1.3 运行 meta-carrier 收集 meta 信息 ................................................................................... 46 7.1.4 修改 meta-carrier 的输出,调整 hive 与 odps 的映射 .....
    0 码力 | 59 页 | 4.33 MB | 1 年前
    3
  • epub文档 peewee Documentation Release 2.10.2

    Person(Model): name = CharField() birthday = DateField() is_relative = BooleanField() class Meta: database = db # This model uses the "people.db" database. Note Note that we named our model ForeignKeyField(Person, related_name='pets') name = CharField() animal_type = CharField() class Meta: database = db # this model uses the "people.db" database Now that we have our models, let’s then, any subclasses will automatically # use the correct storage. class BaseModel(Model): class Meta: database = database # the user model specifies its fields (or columns) declaratively, like
    0 码力 | 275 页 | 276.96 KB | 1 年前
    3
  • pdf文档 peewee Documentation Release 2.10.2

    class Person(Model): name = CharField() birthday = DateField() is_relative = BooleanField() class Meta: database = db # This model uses the "people.db" database. Note: Note that we named our model Person = ForeignKeyField(Person, related_name='pets') name = CharField() animal_type = CharField() class Meta: database = db # this model uses the "people.db" database Now that we have our models, let’s connect then, any subclasses will automatically # use the correct storage. class BaseModel(Model): class Meta: database = database # the user model specifies its fields (or columns) declaratively, like django
    0 码力 | 221 页 | 844.06 KB | 1 年前
    3
  • epub文档 Scrapy 1.4 Documentation

    /span>, ... <meta itemprop="datePublished" content="2011-04-01">April 1, 2011 ...
    ... <meta itemprop="worstRating" span>, ... <meta itemprop="datePublished" content="2011-03-25">March 25, 2011 ...
    ... <meta itemprop="worstRating" Request objects class scrapy.http.Request(url[, callback, method='GET', headers, body, cookies, meta, encoding='utf-8', priority=0, dont_filter=False, errback, flags]) A Request object represents an
    0 码力 | 394 页 | 589.10 KB | 1 年前
    3
  • pdf文档 Scrapy 1.6 Documentation

    callback for parsing the response • --meta or -m: additional request meta that will be passed to the callback request. This must be a valid json string. Example: –meta=’{“foo” : “bar”}’ • --pipelines: process itemprop="author">Ellie, ... <meta itemprop="datePublished" content="2011-04-01">April 1, 2011 ...
    ... <meta itemprop="worstRating" itemprop="author">Lucas, ... <meta itemprop="datePublished" content="2011-03-25">March 25, 2011 ...
    ... <meta itemprop="worstRating"
    0 码力 | 295 页 | 1.18 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
NimnewapproachtometaprogrammingTemplateLessMetaProgrammingHowMadeDebuggingAsyncCodeEasierwithCoroutinesandSendersReflectionBasedLibrariesLookForwardToBeyondstructStructReplacementinC++20Hadoop迁移阿里MaxCompute技术方案peeweeDocumentationRelease2.10Scrapy1.4Documentation1.6
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩