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

无数据

分类

全部后端开发(1129)Python(417)综合其他(398)Java(312)Weblate(302)Spring(260)云计算&大数据(222)数据库(202)VirtualBox(113)C++(111)

语言

全部英语(1718)中文(简体)(290)中文(繁体)(21)日语(6)英语(6)韩语(3)德语(2)西班牙语(2)法语(2)

格式

全部PDF文档 PDF(1486)其他文档 其他(555)TXT文档 TXT(12)DOC文档 DOC(2)PPT文档 PPT(1)
 
本次搜索耗时 0.038 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Java
  • Weblate
  • Spring
  • 云计算&大数据
  • 数据库
  • VirtualBox
  • C++
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 英语
  • 韩语
  • 德语
  • 西班牙语
  • 法语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Curve Detail Introduction for CNCF

    0 码力 | 23 页 | 6.53 MB | 6 月前
    3
  • pdf文档 A (Short) Tour of C++ Modules

    SimpleModule; // non-exported declarations struct detail { int answer = 42; }; export namespace SimpleModule { void f(const detail &); std::vector<detail> g(); } 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 SimpleModule { void f(const detail & D) { // do something with D } } 1 2 3 4 5 6 7 8 9 module; #include module SimpleModule; namespace SimpleModule { std::vector<detail> g() { return {{ 42 f(const detail & D) { // do something with D } } 1 2 3 4 5 6 7 8 9 10 module; #include module LargeModule : impl.g; import : iface.g; namespace LargeModule { std::vector<detail> g() {
    0 码力 | 62 页 | 4.20 MB | 6 月前
    3
  • pdf文档 Custom Views for the Rest of Us

    common type to compose closure objects. You can’t use the type because it’s unspeci�ed. 118namespace detail { template concept can_construct_all_pairs_view = requires(T&& t) { all_pairs_view{ } // namespace detail inline constexpr detail::all_pairs_fn all_pairs; 1 2 3 4 5 6 7 8 9 std::ranges::_Pipe::_Base 10 11 12 13 14 15 16 17 18 19 20 119namespace detail { template (rng) }; } }; } // namespace detail inline constexpr detail::all_pairs_fn all_pairs; 1 2 3 4 5 6 7 8 9 std::ranges::_Pipe::_Base
    0 码力 | 187 页 | 13.25 MB | 6 月前
    3
  • pdf文档 Template Metaprogramming: Type Traits

    pointer template struct is_pointer : std::true_type { };is_pointer 73 namespace detail { template struct is_pointer_impl : std::false_type { }; template struct struct is_pointer_impl : std::true_type { }; } template using is_pointer = detail::is_pointer_impl>;is_union 74is_union 74 // This metafunction is actually impossible Resolution 78 namespace detail { std::true_type is_nullptr(std::nullptr_t); std::false_type is_nullptr(...); } template using is_null_pointer = decltype(detail::is_nullptr(std::declval()));Function
    0 码力 | 403 页 | 5.30 MB | 6 月前
    3
  • pdf文档 Django 官方教程翻译项目

    views.month_archive), 10. url(r'^articles/([0-9]{4})/([0-9]{2})/([0-9]+)/$', views.article_detail), 11. ] 上面的代码将 URL 的正则表达式映射到 views 里的回调函数。正则表达式通过括号来提取 URL 中的参数值。当一个用户请求页面时,Django 会顺序遍历这些匹配模式,直至模式和请求的 达式匹配到的 那些参数值。 比如,如果用户请求了“/articles/2005/05/39323/”这样的 URL,Django 就会这样调用函 数:news.views.article_detail(request, ‘2005’, ‘05’, ‘39323’)。 视图函数的执行结果只可能有两种:返回一个包含请求页面内容的 HttpResponse 对象;或者是抛 出 Http404 以获取更多 内容。 现在让我们添加更多的视图进 polls/view.py,这些视图都有点不一样,因为它们都接受一个参 数: 1. # polls/views.py 2. 3. def detail(request, question_id): 4. return HttpResponse("You're looking at question %s." % question_id)
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • pdf文档 Python AdminUI

    创建表单 CHAPTER 3 页面操作 如果要在表单提交后将用户重定向到另一个页面,则可以在窗体的 on_submit 回调中返回页面操作: def on_detail(): return NavigateTo('/detail') AdminUI 支持 NavigateTo 和 Notification 作为页面操作: class adminui.NavigateTo(url=’/’) on_click=on_change_content), Button('Change Element', on_click=on_change_self), ]), Card(id='detail_card'), Card('Paragraph Card', [ Paragraph('This is the original content', id='paragraph') ]) The following code changes the content value of “detail_card”element when the users click the “Change Content”button.: return UpdateElement('detail_card', content=[ DetailGroup('Refund Request', content=[
    0 码力 | 67 页 | 653.37 KB | 1 年前
    3
  • pdf文档 ThinkJS 2.1 Documentation

    response to an user request. Such as if URL is /home/article/detail , the module is /home , the controller is article ,and the Action is detail , so the Action to be executed is the detailAction method For URL home/article/detail , after parsed, the module is home , the controller is article , the operation is detail , then the corresponding view file is home/article_detail.html . Default view configuration default { auto_reload: true, log_request: true, gc: { on: false }, error: { detail: true } } JavaScript locale // config/locale/en.js export default { CONTROLLER_NOT_FOUND:
    0 码力 | 148 页 | 1.69 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.0 中文文档

    */ __before(){ … } } ”` �� Action ������������� url � /home/article/detail �������� /home �� ��� article � Action � detail ������ Action ���� src/home/controller/aritcle �� detailAction ��� ������ view/ � ������������ ��/���_��.html � �� URL home/article/detail ������� home ����� article ���� detail � ���������� home/article_detail.html � ���������������� src/common/config/view.js ���� �� default { auto_reload: true, log_request: true, gc: { on: false }, error: { detail: true } } JavaScript locale // config/locale/en.js export default { CONTROLLER_NOT_FOUND:
    0 码力 | 238 页 | 1.87 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.0 Documentation

    response to an user request. Such as if URL is /home/article/detail , the module is /home , the controller is article ,and the Action is detail , so the Action to be executed is the detailAction method For URL home/article/detail , after parsed, the module is home , the controller is article , the operation is detail , then the corresponding view file is home/article_detail.html . Default view configuration default { auto_reload: true, log_request: true, gc: { on: false }, error: { detail: true } } JavaScript locale // config/locale/en.js export default { CONTROLLER_NOT_FOUND:
    0 码力 | 141 页 | 1.61 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.2 Documentation

    response to an user request. Such as if URL is /home/article/detail , the module is /home , the controller is article ,and the Action is detail , so the Action to be executed is the detailAction method For URL home/article/detail , after parsed, the module is home , the controller is article , the operation is detail , then the corresponding view file is home/article_detail.html . Default view configuration default { auto_reload: true, log_request: true, gc: { on: false }, error: { detail: true } } Th config/env/testing.js and config/env/produciton.js have no default configuration
    0 码力 | 156 页 | 2.62 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
CurveDetailIntroductionforCNCFShortTourofC++ModulesCustomViewstheRestUsTemplateMetaprogrammingTypeTraitsDjango官方教程翻译项目onPythonAdminUIThinkJS2.1Documentation2.0中文文档2.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩