书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 382468 个相关结果.
  • Code Comments

    1. [Mandatory] Javadoc should be used for classes, class variables and methods. The format should be ‘/** comment **/‘, rather than ‘// xxx’. Note: In IDE, Javadoc can be se...
  • Writing code

    Writing code Writing code So you'd like to write some code to improve Django. Awesome! Browse thefollowing sections to find out how to give your code patches the bestchances to...
  • Code Review

    Code Review Code Review 的主要关注点 Code Review的途径 Code Review的主要流程? Code Review 众所周知code review有诸多好处,直接影响包括代码质量和项目的稳定性。最主要目的是为了加快开发的进度,避免由于实现中的不一致、不了解历史问题而造成的错误行为,由于低级代码错误造成的返工,...
  • Code style

    Checkstyle Naming and Clear Semantics Class, Method and Variable Naming Method and Variable Naming Consistency Standard word meanings in method or property names Semantic Disti...
  • Go client

    Pulsar Go client Get started What’s next? Reference doc Pulsar Go client You can use a Pulsar Go client to create Pulsar producers, consumers, and readers in Golang. Get s...
  • Go Module

    关于go.mod 使用go.mod 使用Goland IDE vgo(推荐) 使用命令行 使用GoFrame Go Module 是从Go版本1.11.1 开始官方提供的包管理工具,用于解决Go项目的包管理及依赖,类似于PHP的composer 、Nodejs的npm 。本章节会对Go Module 的一些常用的实用的命令/设置进行介绍,更详...
  • Go Client

    Go Client Release Notes Go Client Release Notes Version Release Note Documentation v0.9.x v0.9.0 Documentation v0.8.x v0.8.1 Documentation v0.8.0 Documentation v0.7.x v0....
  • Go client

    Pulsar Go client Get started What’s next? Reference doc Pulsar Go client You can use a Pulsar Go client to create Pulsar producers, consumers, and readers in Golang. Get s...
  • Go Module

    关于go.mod 使用go.mod 使用Goland IDE vgo(推荐) 使用命令行 使用GoFrame Go Module 是从Go版本1.11.1 开始官方提供的包管理工具,用于解决Go项目的包管理及依赖,类似于PHP的composer 、Nodejs的npm 。本章节会对Go Module 的一些常用的实用的命令/设置进行介绍,更详...
  • Go SDK

    为 Go SDK 贡献 示例 文档 为 Go SDK 贡献 Dapr Go SDK 贡献准则 当对Go SDK 做出贡献时,应该遵循以下规则和最佳实践。 示例 examples 目录包含了一些代码示例,供用户运行,以尝试各种 Go SDK 包和扩展的特定功能。 在写新的和更新的示例时,请牢记。 所有的例子都应该可以在 Windows、L...