• 对于代码构建软件还有一些其他有价值技巧

    Here are some other helpful tips for building software from source code.

    youdao

  • 如同沼泽中升起架x战斗机一样,从代码构建软件看起来可能是令人生畏的,特别不是软件开发人员的时候。

    Like lifting an X-wing fighter from a swamp, building software from source might seem intimidating at first, especially if you're not a software developer.

    youdao

  • 另外如果喜欢代码构建软件可以访问GNUScreen项目页面(参考资料中的链接)下载最新代码

    Alternatively, if you prefer to build from source, visit the GNU Screen project page (see Resources for a link), and download the latest code bundle.

    youdao

  • 第一次加入苹果在线商店开发小组时,我一位经验丰富软件工程师搭档,他教会我如何快速地熟悉代码构建流程以及单元测试组件测试

    When I first joined the Apple online store, I was paired up with an experienced software engineer so that I could get up to speed on the code repository, build process, and unit and component testing.

    youdao

  • 然而我们知道创建客户最终使用代码构建脚本中心如果那些脚本败絮其中,那么要想有效地创建软件需要克服重重挑战

    Yet, we all know that build scripts are central to creating the code the customer eventually uses and if those scripts are a big ball of mud, creating that software efficiently becomes challenging.

    youdao

  • 类似地软件开发人员必须注重构建质量代码,同时协调他们活动,使得一切顺利进行。

    Similarly, software developers must focus on building quality code and coordinating their activities so that all of the pieces fit well together.

    youdao

  • 但是第三引入代码上进行构建带来令软件项目处于风险中的新的业务许可关系问题

    But building on code from third parties brings new business and licensing concerns issues that can put software projects at risk.

    youdao

  • 我们我们代码的同时软件仓库自动构建所有应用程序然后它们运行单元测试。

    As soon as we checked in our code, the repository would automatically build all of the applications and run the unit tests against them.

    youdao

  • 每个编写代码构建优秀的软件

    Everybody who writes code wants to build great software.

    youdao

  • 遗留软件系统逆向工程中的关键问题之一了解代码构建架构表示

    One of the key problems in reverse-engineering a legacy software system is to understand the code and build an architectural representation of it.

    youdao

  • 软件代码精确地反映了构建软件就是软件

    Software code accurately reflects your software when it is built: it is the software.

    youdao

  • 没有频繁通过代码修改构建软件倾向定时构建从而不利于构建修复

    Hindering build fixes through a preference for Scheduled Builds, rather than frequently building software with every code change.

    youdao

  • 总的来说虽然构建OO软件习惯不止7个,但是遵循这里7个习惯可以使代码符合基本OO设计标准

    While there are more than seven habits to building OO software overall, the seven habits here are what you need to make your code fit basic OO design criteria.

    youdao

  • 下载tarball(一个gzip压缩了的tar文件),将压缩,然后针对系统配置这些代码构建安装这个软件

    Download the tarball (a gzip-compressed tar file), unpack it, configure the code for your system, and build and install the software.

    youdao

  • 集成测试名开发人员代码我们下列软件构建测试服务器

    For integrating and testing code from multiple developers, we set up a test server with the following software.

    youdao

  • 过去年中领导程序构建小组段时间内亲眼目睹软件概念代码再到用户的方式,已经发生相当变化

    I have led a build team for the past several years, and during this time I have seen a fair number of changes in how software goes from concept to code to customer.

    youdao

  • 可以代码构建它们,如果管理软件提供等效二进制包,也可以直接安装,这会节省时间精力

    You can build from source as instructed, or you can save time and effort if your package-management software provides an equivalent binary bundle.

    youdao

  • 例如如果整合一个遗产系统或者构建定制代码,对打包应用软件选择可能导致不同软件开发实践运用

    For example, the selection of a packaged application may result in different software development practices being applied than if you were integrating a legacy system or building custom code.

    youdao

  • 每次修改这个代码时,这个应用软件就会被构建被证实有足够好的品质开始进行测试

    Every time the source code is modified the application is built and verified to be of sufficient quality to begin testing.

    youdao

  • 软件开发的最后是以构建流程结束的,代码构建控制自动执行应用程序流程。

    Software development ends in a build process, a disciplined and automated process that builds the application from source code.

    youdao

  • 不可构建格式是指来自主机实际代码并不存在中。这种情况可能发生包是软件编辑器构建的情况下。

    Not-built format states that the actual code from the source host does not reside in the package this will only happen if the package is built inside the software package editor.

    youdao

  • 代码复制软件程序难于维护,同理,构建脚本中的复制代码存在这样的问题。

    And just as code duplication can make a software program more difficult to maintain, so too does duplicate code in build scripts.

    youdao

  • 2左侧堆栈演示集成构建除了编译代码、将打包二进制文件、在操作系统上部署软件之外,什么也

    The stack on the left in Figure 2 illustrates an integration build that doesn't do much more than compile source code, package classes into a binary, and deploy software into an operating environment.

    youdao

  • 软件度量复杂性分析工具比较编码代码构建软件度量功能,以决定是否是不必要的复杂性

    Software metrics and complexity analysis tools compare program code to established software metrics to determine whether it is unnecessarily complex.

    youdao

  • 系列第二将会看到可以使用RPM修补代码以及重新构建重新安装软件

    And as you'll see in the second installment of this series, you can also use RPM to patch source code as well as rebuild and reinstall software.

    youdao

  • 必须下载软件解压运行配置脚本探测系统功能构建安装代码

    You must download the package, unpack it, run a configuration script to detect the capabilities of your system, and build and install the code.

    youdao

  • 我们添加几个软件开发包以便传统UNIX系统上那样代码构建程序

    Let's add a few software development packages to prepare for building additional code from source, as you typically do on a traditional UNIX system.

    youdao

  • 下载xinetd代码之后解压压缩文件运行配置脚本(清单2)构建软件

    After you download the xinetd source code, unpack the tarball, run the configuration script (see Listing 2), and build the software.

    youdao

  • usonian Automatic相似,软件框架可以简化代码构建从而允许开发人员精力更多地集中于软件用途不是简单组装工作

    Like the Usonian Automatic, a software framework simplifies construction of code, allowing developers to focus less effort on assembly and more on purpose.

    youdao

  • 软件+服务蓝图包含一个带有代码访问使用指导以及VisualStudio一起使用工具框架使可以轻松构建软件+服务的解决方案。

    Software + services Blueprints that contain a framework with source code access, guidance and tools that work with Visual Studio to enable you to easily build software + services solutions.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定