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

无数据

分类

全部综合其他(124)Weblate(90)后端开发(57)系统运维(40)区块链(23)数据库(22)Linux(17)httpd(17)TiDB(16)Blender(13)

语言

全部中文(简体)(248)

格式

全部PDF文档 PDF(164)其他文档 其他(84)
 
本次搜索耗时 0.123 秒,为您找到相关结果约 248 个.
  • 全部
  • 综合其他
  • Weblate
  • 后端开发
  • 系统运维
  • 区块链
  • 数据库
  • Linux
  • httpd
  • TiDB
  • Blender
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Laravel 6.0 中文文档

    这样我们在浏览器中访问 http://blog.test/user/1,就会得到以 下输出: User 1 可以根据需要在路由中定义多个路由参数: Route::get('posts/{post}/comments/{comment}', functio n ($postId, $commentId) { return $postId . '-' . $commentId; }); 根据上面的示例,路由参数需要通过花括号 Illuminate\Database\Eloquent\Model; class Post extends Model{ /** * 获取博客文章的评论 */ public function comments() { return $this->hasMany('App\Comment'); } } 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun 模型上的外键是 post_id。 关联关系被定义后,我们就可以通过访问 comments 属性来访问评论 集合。由于 Eloquent 提供了“动态属性”,我们可以像访问模型的属 性一样访问关联方法: $comments = App\Post::find(1)->comments; foreach ($comments as $comment) { // } 当然,由于所有关联同时也是查询构建器,我们可以添加更多的条件
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • epub文档 Weblate 4.2 用户文档

    translation. 注释 The comments can be posted in two scopes - source string or translation. Choose the one which matches the topic you want to discuss. The source string comments are good for providing for example that it should be rephrased or it is confusing. You can use Markdown syntax in the comments and mention other users using @mention. 变体 Variants are used to group variants of the string in information can be shown on this page, most of which coming from the project source code (like context, comments or where the message is being used). When you choose secondary languages in your preferences, translation
    0 码力 | 648 页 | 9.34 MB | 1 年前
    3
  • epub文档 Weblate 4.2.1 用户文档

    translation. 注释 The comments can be posted in two scopes - source string or translation. Choose the one which matches the topic you want to discuss. The source string comments are good for providing for example that it should be rephrased or it is confusing. You can use Markdown syntax in the comments and mention other users using @mention. 变体 Variants are used to group variants of the string in information can be shown on this page, most of which coming from the project source code (like context, comments or where the message is being used). When you choose secondary languages in your preferences, translation
    0 码力 | 650 页 | 9.34 MB | 1 年前
    3
  • epub文档 Weblate 4.2.2 用户文档

    translation. 注释 The comments can be posted in two scopes - source string or translation. Choose the one which matches the topic you want to discuss. The source string comments are good for providing for example that it should be rephrased or it is confusing. You can use Markdown syntax in the comments and mention other users using @mention. 变体 Variants are used to group variants of the string in information can be shown on this page, most of which coming from the project source code (like context, comments or where the message is being used). When you choose secondary languages in your preferences, translation
    0 码力 | 650 页 | 9.34 MB | 1 年前
    3
  • pdf文档 Weblate 4.2.1 用户文档

    发布 4.2.1 1.3.4 注释 The comments can be posted in two scopes - source string or translation. Choose the one which matches the topic you want to discuss. The source string comments are good for providing for example that it should be rephrased or it is confusing. You can use Markdown syntax in the comments and mention other users using @mention. 1.3.5 变体 Variants are used to group variants of the string information can be shown on this page, most of which coming from the project source code (like context, comments or where the message is being used). When you choose secondary languages in your preferences, translation
    0 码力 | 411 页 | 4.60 MB | 1 年前
    3
  • pdf文档 Weblate 4.2.2 用户文档

    发布 4.2.2 1.3.4 注释 The comments can be posted in two scopes - source string or translation. Choose the one which matches the topic you want to discuss. The source string comments are good for providing for example that it should be rephrased or it is confusing. You can use Markdown syntax in the comments and mention other users using @mention. 1.3.5 变体 Variants are used to group variants of the string information can be shown on this page, most of which coming from the project source code (like context, comments or where the message is being used). When you choose secondary languages in your preferences, translation
    0 码力 | 411 页 | 4.60 MB | 1 年前
    3
  • pdf文档 Weblate 4.2 用户文档

    发布 4.2 1.3.4 注释 The comments can be posted in two scopes - source string or translation. Choose the one which matches the topic you want to discuss. The source string comments are good for providing for example that it should be rephrased or it is confusing. You can use Markdown syntax in the comments and mention other users using @mention. 1.3.5 变体 Variants are used to group variants of the string information can be shown on this page, most of which coming from the project source code (like context, comments or where the message is being used). When you choose secondary languages in your preferences, translation
    0 码力 | 410 页 | 4.56 MB | 1 年前
    3
  • epub文档 Weblate 4.3 用户文档

    translation. 注释 The comments can be posted in two scopes - source string or translation. Choose the one which matches the topic you want to discuss. The source string comments are good for providing for example that it should be rephrased or it is confusing. You can use Markdown syntax in the comments and mention other users using @mention. 变体 Variants are used to group variants of the string in information can be shown on this page, most of which coming from the project source code (like context, comments or where the message is being used). When you choose secondary languages in your preferences, translation
    0 码力 | 667 页 | 9.36 MB | 1 年前
    3
  • epub文档 Weblate 4.3.1 用户文档

    translation. 注释 The comments can be posted in two scopes - source string or translation. Choose the one which matches the topic you want to discuss. The source string comments are good for providing for example that it should be rephrased or it is confusing. You can use Markdown syntax in the comments and mention other users using @mention. 变体 Variants are used to group variants of the string in information can be shown on this page, most of which coming from the project source code (like context, comments or where the message is being used). When you choose secondary languages in your preferences, translation
    0 码力 | 667 页 | 9.36 MB | 1 年前
    3
  • pdf文档 KiCad IDF 导出器 5.1

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 4.2 Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . END_ELECTRICAL Example IDF File 2: # an upside -down T # a comment added for the sake of adding comments .ELECTRICAL "Capital T" "5x8x10mm , upside down" MM 10 0 -0.5 8 0 0 -0.5 0.5 0 0 -2.5 0.5 0 manufacturer’s part number and a prefix to indicate the class of device are adequate. 4.2 Comments Use comments in the IDF file to give users more information about the outline, for example a reference
    0 码力 | 15 页 | 219.00 KB | 1 年前
    3
共 248 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 25
前往
页
相关搜索词
Laravel6.0中文文档Weblate4.2用户用户文档4.3KiCadIDF导出5.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩