You end up with the same data in the client code page for ASCII data, with no data loss.
最后得到使用客户机代码页的完全相同的数据,没有丢失数据。
To avoid this, you can override the default client code page by using the DB2 registry variable DB2CODEPAGE.
为了避免这个问题,可以使用DB 2注册表变量DB 2CODEPAGE覆盖默认的客户机编码页。
The EXPORT utility performs an automatic code page conversion from Unicode (database code page) to 1252 (client code page).
EXPORT实用程序执行从Unicode(数据库编码页)到 1252(客户机编码页)的自动编码页转换。
The whole INSERT statement is converted from the client code page to the database code page, and then the XMLPARSE document string is converted to UTF-8 for parsing into XML.
整个insert语句被从客户机代码页转换到数据库代码页,然后XMLPARSE文档字符串被转换到utf - 8,以便解析为XML。
Whenever any request is sent from a DB2 client to the DB2 server, all character data (such as queries or char host variables) is converted from the client code page to the database code page.
每当从DB 2客户机发生任何请求到DB 2服务器,所有字符数据(例如查询或CHAR主机变量)都要从客户机代码页转换为数据库代码页。
Substitution characters can be introduced at this point as well, if the serialized XML contains characters not representable in the database code page, or not representable in the client code page.
在这个时候,如果串行化XML包含数据库代码页中不能表示的字符,或者在客户机代码页中不能表示的字符,就可能引入替换字符。
When you call this code from your client page, you actually use the async interface, and GWT converts it to the main interface, which is what the server side will see.
当您从客户机页面调用这段代码时,实际上使用的是异步接口,然后GWT将把它转换为服务器端将看到的主接口。
The second camp USES a text editor like Emacs or Vim to code HTML by hand and an FTP client to upload the finished page to a web server for the world to see and, hopefully, appreciate.
第二阵营使用诸如emacs或Vim的文本编辑器来手工编码HTML,然后通过一个FTP客户端将完成的网页上传到一台Web服务器让世界看见并欣赏它,希望如此。
If you export data from a Unicode database to a client that does not use Unicode as its standard code page, you may lose data when the data file is written.
如果将来自unicode数据库的数据导出到一个客户机,但是这个客户机并不使用Unicode作为它的标准编码页,那么在写数据文件时可能会丢失数据。
The code executes after the browser or Lotus Notes client passes the page to the server.
代码在浏览器或LotusNotes客户机将页面传递到服务器后执行。
This code executes on the browser or Lotus Notes client before the page goes to the server.
此代码在页面进入服务器之前,在浏览器或LotusNotes客户机上执行。
The server processes the event code and sends a revised page back to the browser (or the Lotus Notes client).
服务器处理事件代码并将修订的页面发送回浏览器(或LotusNotes 客户端)。
Although functional, this code has a major drawback: you can't use the ASP.NET programming model to retrieve posted data in the action page of the client form. When writing search.aspx.
然而从功能上来讲此代码有一个大的缺陷:不能使用ASP.NET编程模型来检索客户端表单action页面上的提交数据。
The universal JDBC driver client sends data to the database server as Unicode, and the database server converts the data from Unicode to the supported code page.
通用JDBC驱动程序客户端将数据作为Unicode发送给数据库服务器,而数据库服务器则将数据从Unicode转换成所支持的代码页。
If possible, have the client running in the same code page as the database, to avoid conversion costs on the server.
如果可能的话,让客户机与要存取的数据库使用相同的代码页,以避免在服务器上的转换代价。
The client application code page is determined by the active environment variable.
客户机应用程序编码页由活动环境变量决定。
Setting this variable to 1208 (UTF-8) allows DB2 to communicate with the client as if it was operating in code page 1208.
如果将这个变量设置为1208 (utf - 8),那么DB 2就可以像在代码页1208中那样与客户机通信。
All of the client requests are translated into a series of VU commands; therefore, a single click on a Web page may generate thousands of lines of VU code.
所有客户端的请求都被转换成一系列VU指令,因此,在网页上只需点一下鼠标就可以产生数千行VU代码。
The client can temporarily override its code page by use of the DB2CODEPAGE environment variable.
客户机可以临时使用DB2CODEPAGE环境变量覆盖代码页。
If the legitimate server sends a page back to the user including the value of clientprofile, the malicious code will be executed on the client Web browser as shown in Figure 1.
如果合法服务器将一个包含clientprofile值的页面发回给用户,则在客户机Web浏览器上就会执行恶意代码,如图1所示。
Taking a closer look at an implementation design, listing 1 shows part of the client side code listing for an HTML page that USES Dojo.
进一步了解这个实现设计,清单1显示了一个使用Dojo的html页面的部分客户端代码清单。
Listing 4 shows the code for an Ajax-based HTML page, which ACTS as the client to the above RESTful Web service.
清单4显示了一个基于Ajax的html页面的代码,它可以用作上述基于REST的Web服务的客户端。
Everything inside these special tags is processed on the server before the page is returned to the client, so the end user can never see the original Ruby code.
在将页面返回给客户机之前,这些特殊标记内的所有内容都先在服务器上进行处理,因此最终用户永远看不到原始的Ruby代码。
The client will send its code page in the DDM request (DDM Layer). At the OS400 level, the CCSID is determined following this priority.
客户机将在DDM请求(ddm层)中发送其代码页。
If client code in the Web page detects that the URL contains history state data, it makes a request to the server page.
如果网页中的用户端程序码侦测到URL有包含记录状态资料,它会对伺服器网页提出要求。
This is useful if dynamic updating on the client creates problems with the layout of the page, or if you want to execute some server code before validation takes place.
如果用户端上的动态更新产生网页配置的问题,或者您要在进行验证之前执行某些伺服端程式码,这会很有帮助。
This is useful if dynamic updating on the client creates problems with the layout of the page, or if you want to execute some server code before validation takes place.
如果用户端上的动态更新产生网页配置的问题,或者您要在进行验证之前执行某些伺服端程式码,这会很有帮助。
应用推荐