查询
1 词典释义:
sort code
时间: 2025-05-04 18:00:45

n.分码(指用于区分票据签发行的一组号码)

双语例句
  • If the profile is not found, use the sort code to fetch defaults for this customer.

    如果没有找到,使用排序代码取得该客户的默认信息。

  • For example, use a sort code and bank account number to access a customer? S profile.

    例如,使用排序代码和银行账户号码访问客户的简介。

  • Messages commonly contain information about the value of a transaction, where it originated (which store or ATM), card account number, and bank sort code.

    消息通常包含有关交易金额、交易的发起位置(商店或atm)、卡帐号和银行代码的信息。

  • Stokoe had been taught a sort of gestural code, each movement of the hands representing a word in English.

    斯托克学过一种手势密码,每一个手势代表一个英语单词。

  • Let's run merge sort on it, and then we'll look at the code.

    让我们在这个列表上运行归并排序,然后我们在看一下代码。

  • As a learning exercise, try writing the code for the fourth use case yourself, but this time, sort by artist rather than by title.

    作为一个练习,请自己试图为第四个使用案例编写代码,对艺术家而不是标题进行排序。

  • They should indicate that they are responsible for triggering some sort of code generation.

    它们应当指出它们负责触发一些类型的代码生成。

  • You can think of it as a sort of interface, but one that can include code.

    您可以将其作为一种接口,一种可包含代码的接口。

  • This technique relies on the compiler compiling the member variables in the same order as they are found in source code, so be wary of code formatting utilities that automatically sort your code.

    这个技术依赖于编译器以代码中出现的先后顺序来编译成员变量的特点,所以要小心那些会自动排序代码的代码格式化工具。

  • Provided with the framework code to sort the list.

    提供了框架代码来将列表分类。

  • Two people working on a small project together will adopt some sort of mechanism for assigning work, managing their source code, documenting their work, and so on.

    一个两人团队一起从事于一个小项目会采用一些机制来分配工作,管理他们的资源代码,给他们的工作归档等等。

  • If the code is clean enough, this sort of commenting should be sufficient.

    如果代码足够清晰,如上所示的注释应该就已经足够。

  • Of course, with some changes to the code provided you could apply the same sort of analysis to methods as well as fields, and that way the analysis could include interfaces.

    当然,对本文提供的代码做些修改,也可以把同样的分析像用于字段一样用于方法,而且这种分析方法也能包含接口。

  • One of the purposes of this sort of debugging is to find out where your mental model of the code diverges from reality.

    这类调试的目标之一是发现代码思维模型偏离实际的地方。

  • Frequent use, and the sort of understanding of a code base that open source provides, allows you to tailor the way you work to what your software does best.

    经常的使用以及对开源所提供的基础代码的了解让您能够调整自己的工作方式以发挥软件的最佳性能。

  • The default option for generating the code is to sort by visibility order. The sort by visibility order dumps the code generated by the transform according to its visibility.

    生成代码在默认情况下是根据可见性进行排序的。

  • This is definitely getting better — the code is starting to read more like the problem statement "sort people by last name."

    这个代码的确好了很多,它开始读取更多像 “按姓氏对人们进行分类” 之类的问题语句。

  • Depending on the sort order that you need, the code that you write for this bean specifies whether that column should be sorted in ascending or descending order or not sorted.

    对于您所需要的排序顺序,您为这个bean所编写的代码要么可以以升序或降序的方式排序,要么不能排序。

  • Note that this is not the sort of deadlock you get in multithreaded code — errno and its friends definitely can't help you track those down.

    请注意,这与从多线程代码中获得的死锁类型不同——errno及其相关项一定能够帮助您跟踪到这些。

  • The sampleModel.zip file (see Download) contains code to sort on the Change, Percentage, and Symbol columns only.

    zip 文件 (请看 下载部分) 只包括对 Change、Percentage,以及 Symbol 列进行排序的代码。

  • The code in Listing 4 shows how you can sort an array of Czech words differently based on the locale used for the collator.

    清单4内的代码显示了如何基于为这个collator所用的locale来对由捷克文组成的一个数组进行排序。

  • If the application you are testing ever changes, you have to sort through all this code (and all the code in all the other scripts you use to test it) to find and fix problems.

    如果您正在测试的应用程序曾经发生变化,您必须将所有这些代码(以及您用来进行测试的所有其它脚本中的代码)进行排序,以发现和修复问题。

  • This sort of vestigial code can also be found by static code analysis tools like PMD and FindBugs.

    这种类型的残留代码也可以通过静态代码分析工具如pmd和FindBugs找到。

  • Before building the rows of the table, the code USES the array_multisort function to sort the array of rules by the starting port number of each rule.

    在构建表格行之前,以上代码使用array _ multisort函数根据每个规则的起始端口号对规则数组排序。

  • Well basically, they are only used by code generators for a sort of lightweight event handling. As Alexander Jung explains.

    这个问题问得好,基本上,分部方法仅被代码生成器在处理轻量级事件的时候使用。

  • The code generated with the sort by visibility order.

    根据可见性顺序排列所生成的代码。

  • You've identified both the surname and zip code, so you can sort the address_rec components using the contents of those elements.

    您已经标识了surname和zip code,因此您可以使用这些元素的内容来对address_rec元素排序。

  • This sort of thinking requires a decoupling of interaction code from business logic, which (as you already know) is a best practice to begin with!

    这种思路需要把交互代码从业务逻辑中分离出来,正如您已经了解的,这是最佳的入门实践!

  • You can also optionally write code to sort the columns on plug-in ID like in the sample code.

    我们也可以编写一些代码根据插件id列进行排序,就像是我们的样例代码一样。

  • So validation serves as a check-sort of like compiling your code every time you make a change.

    因此验证可以作为一种检查—有点像每次更改代码之后进行编译一样。