Char string according to the active code page for a calling thread.
根据调用线程的active codepage,调用函数WideCharToMultiByte把wchar _ t变为char字符串。
Let us change the active code page to 1252 by typing CHCP 1252 and run the program again. The result is.
让我们输入chcp 1252,将活动编码页改为1252,并再次运行这个程序。
This is because the active code page 1252 does not have the code points for non-ASCII Chinese characters.
这是因为活动编码页1252不包含非ascii中文字符的编码点。
Current, the occupational disease range that our country active code sets shares 10 kinds big, 115 kinds.
目前,我国现行法规规定的职业病范围共有十大类、115种。
Broadly speaking, there are two different types of code generators: passive code generators and active code generators.
一般来说,代码生成有两种,被动代码生成和主动代码生成。
Scheduling algorithm for complicated resources management is not fit for active code, it debases transmission speed of capsules.
复杂的资源管理调度算法对主动代码的运行并不合适,相反会降低信包的传输速率。
For non-ASCII characters, users should ensure that the same conversion tables are used by binding and executing with the same active code page.
对于非ascii字符,用户应该确保具有相同活动代码页的绑定和执行使用相同的转换表。
According to the security characteristics of active node and active code, a model which based on the active node is constructed, and relative security technology and mechanism are presented.
从对主动节点和主动代码两方面的安全特性入手,构建了一个基于节点的安全模型,给出了相关的安全技术和机制。
The encryption and digital signature solve the problem in integrity and confidentiality of active code. The application of decode-binding realizes the scalability in systematic encryption methods.
加密与数字签名解决了主动代码的完整性、机密性问题,这里使用解码绑定方式,实现了系统加密方法的可扩展。
Because the hint is before the loop body, this code leaves your hint active for every iteration of the loop, but it only has to use one cycle.
由于提示位于循环体之前,因此这段代码将使提示对于循环的每次迭代都保持活动状态,不过它只使用了一个周期。
We've taken a look at why pattern matching is important, it helps us build cleaner more maintainable code, and seen how these ideas are extended by active patterns.
我们看到了模式匹配为什么是重要的,它帮助我们构建更清晰更容易维护的代码,并看到了这个思想是如何被活动模式进行扩展的。
In a JVM with an active JIT compiler, this cost is eventually eliminated by compiling "around the edges" of the compiled code until the number of transitions is too small to impact performance.
在具有活动JIT编译器的JVM中,会通过不断编译编译代码的“边缘部分”,直到转换次数不会影响性能为止,最终消除这种代价。
Code-centric Settings are automatically added for the active component after code is reverse-engineered.
在代码被反向工程化之后,会自动为活动组件添加以代码中心的设置。
The pseudo code in Listing 1 shows a simplified SQL query that retrieves employee names for all active employees and lists them with the English names of their organizations.
清单1中的伪代码是一个简化的SQL查询,它获取所有活跃职员的姓名并列出他们及英语的组织名称。
I leave this type of code active in production builds because the thread check is cheap.
在构建产品时我会保留此类代码,因为线程检查很开销较低。
For the UNIX operating system, the active environment will be derived from locale setting including language, territory, and code set.
对于UNIX操作系统,将从地区设置推导出环境,包括语言、区域和编码集。
All I had to do was find out how to check the username and password using Active Directory Server, create a class to extend this interface, and add the code to perform the authentication.
我要做的只是了解如何使用ActiveDirectoryServer检查用户名和密码,创建一个类来扩展这个接口,并添加执行身份验证的代码。
Active Record doesn't require a mapping file, as Hibernate does; in fact, a developer working with Active Record doesn't need to code getters or setters, or even the properties of the class.
与Hibernate一样,ActiveRecord不需要映射文件;实际上,使用Active Record的开发人员不需要对getter或setter、甚至类的属性进行编码。
This code passes the ubiquitous "Hello, world!" text string to the active document at the current cursor location.
上述代码向活动文档的当前光标位置输入了经典的文本“Hello,world !”
If you get a crash and the top of the active stack contains a GC function, start looking for PInvokes in your code and see if you might be passing buffers that are too small.
若在一个含有垃圾回收器功能的活动堆栈上发生崩溃,应查询代码中的PInvokes函数,查是否因缓冲区太小而发生穿越行为。
Using the code we just created, you will use Sajax to quickly convert your album from a multiple page application to an active ajax application.
利用刚刚创建的代码,我们将用Sajax迅速把相册从多页面应用程序转化成活动的ajax应用程序。
Still, it's a style that fits certain situations, and I'm finding that active filesystems are at least occasionally easier to code than the makefiles and scripts they replace.
然而,它这种样式仍适合某些情形,而且我发现活动文件系统至少有时候要比它们所替代的makefile和脚本更容易编码。
Your code interacts with the model objects, and Active Record creates the SQL to make the database do what you want.
你的程序码与model物件互动,然后ActiveRecord产生SQL让资料库如你所写。
This change in design helped remove many lines of shell code that attempted to determine whether or not a faked process was available, and if so, whether it was the active process for a given build.
这个设计变动有助于简化shell代码。在fakeroot中,可以通过许多行shell代码检查是否有faked进程可用,如果有,再检查改进程是否是针对某个给定构建的活跃进程。
For your lock Report, you will display a list of the current active sessions on the database server and the number of locks associated with each session. Here is the code to do this.
您将为LockReport显示数据库服务器上当前活动会话的列表,以及与每个会话相关的锁的数量。
DB2 UDB for Linux, UNIX, and Windows can implicitly determine the code page based on an active environment variable.
DB 2UDB forLinux,UNIX,andWindows可以根据一个环境变量来隐式地决定编码页。
Let's make this application slightly more realistic by forcing the garbage-collector subsystem to be active while TaskHandler code is running. Listing 7 shows this GCStressThread class.
我们使此应用程序稍微真实一些,在运行TaskHandler代码时激活垃圾收集器子系统。
Unless you absolutely have to, a good practice to follow is not to compile software off of trunk in active development, as you might be put in a situation of fixing broken code yourself.
除非在不得已的情况下,否则最好不要对处于活动开发阶段的版本进行编译,因为这样做,您将需要自己动手修复有问题的代码。
Perhaps, the most active discussions relate to the detailed Suggestions on how code should be formatted.
或许,最激烈的争论是关于代码应以何种格式出现的细节意见。
As you debug your code, you'll notice the middle view provides the PHP file with the active line of code currently being computed as highlighted.
在对代码进行调试时,您会注意到,显示PHP文件的中间视图会将当前计算的代码行突出显示。
应用推荐