双语者代码切换的机制已引起心理语言学家和认知神经科学家的广泛关注。
The mechanism of code switching in bilinguals has been addressed by both the psycholinguistic approach and the neuro-cognitive approach.
一条普遍规则是,任何使用常量的地方,例如目前用switch代码切换常量的地方。
As a general rule, anywhere constants are in use, such as in places you are currently using the switch code to switch constants.
编译器运行的次数很难预测,JVM按照自己的想法从解释代码切换到编译代码,而且在运行期间,相同的代码路径可能编译、重新编译不止一次。
The compiler runs at less predictable times, the JVM switches from interpreted to compiled code at will, and the same code path may be compiled and recompiled more than once during a run.
您可以在数据部分和代码部分之间自由切换,但当程序被汇编时,会将所有部分汇编到一起,组成一个单元。
You can switch back and forth between data and code sections, but when the program is assembled it will bring all of each section together into one unit.
切换到一个CDN是一种相对比较简单的代码更改,将会大大改善您的网站上的速度。
Switching to a CDN is a relatively easy code change that will dramatically improve the speed of your web site.
这个函数在不同的小部件类型需要在特定代码路径之间切换。
The function switches over the specific code paths that are needed for the different widget types.
因为宏可以以任何方式展开常规代码,所以如果声明式语言不能满足需要,那么随时可以切换回命令式编程。
Since the macro expands to regular code anyway, you can always switch back to imperative programming if the declarative language doesn't suit your needs.
第三段加粗的代码用于处理数据库故障转移和连接切换。
The third bold section contains code for handling database failover and connection switching.
切换到存储过程编辑器 ASSOC_PROC 并传递进指针声明和指针 “OPEN”语句之间的那些代码。
Switch to the stored procedure editor ASSOC_PROC and pass the code between the cursor declaration and the cursor "OPEN" statement.
从理论上来说,这样不用修改代码就可以进行日志实现的切换。
This, in theory, lets you switch the logging implementations without changing your code.
如果用户改变了文本框中的值或切换了下拉列表中的选定元素,您就能够注册一个事件处理程序,引发事件时,执行代码。
If the user changes the value in a textbox or switches the selected element in a dropdown list, you can register an event handler and have code execute when the event is raised.
通过添加代码来同时在单个进程中管理多个用户的查询缓存,不需要挂起进程,而可以进行切换来为另一个用户执行工作。
By adding code to manage query caches for multiple users at the same time in a single process, the process need not be suspended, but can be switched to perform work for another user.
但是假定类型没问题,那么代码路径首先由多态分派选中,其次由过程切换选中。
But assuming the types are okay, the code path is chosen first by a polymorphic dispatch, and second by procedural switch.
这些元素的解释器代码调用输出器切换到新目的地,然后还原到原始目的地。
The interpreter code for these elements calls the outputter to switch to a new destination and subsequently to revert to the original destination.
然而,这可以让链接器知道有关函数的其他信息,包括它使用的是哪个TOC,这样如果需要,就可以产生代码来在TOC之间进行切换了。
However, this will let the linker know additional information about the function, including which TOC it is using, so it can emit the code to swap these around if necessary.
这一点很重要,因为此代码的第一项功能就是在整个页面内搜索可切换的元素。
This is important, because the first thing the code does is search through the page for swappable elements.
所以尽管XMI可以被认为是模型的标准表示,但是在代码和图形之间来回切换并不会丢失任何信息。
So while XMI might be considered the canonical representation of the model, nothing is lost when round-tripping from code to diagram.
开发者会大大赞赏这种简单易行的操作,因为他们不需要在模型和代码之间来来回回的切换,就可以设计并修改他们的应用软件。
Developers will appreciate the ease with which they can design their application and make changes without having to go back and forth between the model and code.
假设您想找到负责将一个GIMP窗口切换为全屏模式的代码。
Suppose you want to find the code responsible for toggling a GIMP window into full-screen mode.
代码页切换与切换缺省命名空间类似。
Switching code pages is analogous to switching the default namespace.
解释程序中的函数中若使用这标签变量,那么它能被存到线程代码中以获得高效率的线程切换。
The labels within the interpreter function can be stored in the threaded code for super-fast dispatching.
在切换到ActiveScaffold之前,请确保您已经清除了所有的scaffold控件和视图代码。
Please make sure you clean out any scaffold controller and view code before switching to ActiveScaffold.
此时它会应用一项技术,即当前栈替换(On Stack Replacement,OSR),从而切换到新代码的执行上。
It then USES a technique known as on Stack Replacement (OSR) to switch to the execution of the new code.
我发现一个神奇之处就是,你可以在两个架构模型(RESTvs .SOAP)之间切换,而应用程序中90%的代码都是完全相同的。
I find this pretty amazing, that you can switch between two architecture models (REST vs. SOAP) yet still code the same way for the other 90% of an application.
单击位于编辑区域左下角的Source选项卡,以切换到Source编辑器中的XML代码视图。
Click on the Source TAB in the lower left corner of the editing area to switch to the XML code view in the Source editor.
切换回TestClient代码并将地址粘贴到对 setEndpoint()的调用,然后做如下修改
Switch back to the TestClient code and paste the address into the call to setEndpoint() and make the following modifications
切换回Source视图,将能够看到构建程序生成的MXML代码,如清单1中所示。
Switching back to the Source view, you'll see the MXML code that has been generated by the builder, as shown in Listing 1.
令人欣慰的是,除了通过名称来引用 Persistent::MySQL 之外(例如use语句和new 语句),在切换数据库时不需要更改代码。
The good news is that we don't have to change our code if we switch databases, except for the places -- such as the use statement and the new statement -- where we mention Persistent::MySQL by name.
应用程序代码接收新的主题,然后调用 WSSubject.setRunAsSubject(returned_subject)方法为当前线程切换标识。
The application code receives the new subject, then invokes the WSSubject.setRunAsSubject(returned_subject) method to switch identity for the current thread.
应用程序代码接收新的主题,然后调用 WSSubject.setRunAsSubject(returned_subject)方法为当前线程切换标识。
The application code receives the new subject, then invokes the WSSubject.setRunAsSubject(returned_subject) method to switch identity for the current thread.
应用推荐