HTML and URL encoding functions.
html和url编码函数。
The %24 is the URL encoding of the $ character.
是 $字符的URL编码。
URL encoding of request-parameter names and values.
请求参数名称和值的URL编码。
Signing should occur before URL encoding the query string.
签名应在查询字符串的URL编码前完成。
Hybrid URL encoding to make search engines and your users happy.
混合的URL编码可以让搜索引擎和你的用户都满意。
commons-codec-1.3.jar: Files for URL encoding and decoding utilities.
commons-codec-1.3.jar:URL编码和解码工具的文件。
The data instance is serialized with URL encoding and appended to the specified URL.
数据实例用url编码序列化并追加到指定url之后。
Whereas %0A is a line feed in URL encoding, so Rails automatically converts it to "file.txtn".
由于%0A在URL编码里是一个换行符,所以Rails会自动将其转为"file.txtnalert(hello)".
An EngineURL represents an URL that contains navigational state (see Understanding URL encoding).
EngineURL表示包含导航状态的URL(请参阅了解url编码)。
URL encoding converts characters that are not valid in a URL to character-entity equivalents;
URL编码方式会将 URL中无效的字元转换为对等的字元实体;
URL encoding converts characters that are not allowed in a URL into character-entity equivalents;
URL编码方式会将 URL中不允许的字元转换为相等的字元实体;
You also have the option to use the POST method, but if you do, make sure to deal with URL encoding the data properly.
同样也可以使用POST方法,但必须确保正确地处理URL编码数据。
This is a valid URL encoding as specified by RFC 1738, but if you submit the encoded string to a server-side script such as a JSP, you will get a space instead of the + character.
这是一个符合RFC 1738 的有效URL编码,但如果将这个已编码的字符串提交给服务器端脚本,例如JSP,结果将是一个空格而不是 + 字符。
By a predefined encoding rule, the Ajax proxy translates the requested URL into a third-party server URL and retrieves contents on behalf of the client.
通过一个预定义的编码规则,Ajax代理将所请求的URL转换为第三方服务器的URL并代表客户检索内容。
(Yes, I appreciate the irony that in this simple case the allegedly tiny URL is longer than the original URL it is encoding.)
(在这个简单的例子中,宣称很小的URL竟然比它要编码的原始url还要长。这非常有趣)。
Before you add any more functionality, let's set up a better way to test the endpoint, because URL-encoding queries and constructing URLs by hand is cumbersome.
增加更多的功能之前,我们先要找一种更好的办法测试端点,因为URL编码查询和手工创建URL都很麻烦。
Now the URL of the PHP script is built, and the image name is appended (escaped, to ensure no funny encoding issues arise in transit).
php脚本的URL已经构建,图像名称也已添加完毕(进行了转义以确保传递过程中不会出现编程问题)。
Request serializers create requests from URL strings, encoding parameters as either a query string or HTTP body.
请求序列化是为了从URL字符串创建出编码后的参数,或者是序列字典,或者是HTTP实体。
Converts a string into a URL-encoded array of bytes using the specified encoding object.
使用指定的编码物件,将字串转换为url编码的位元组阵列。
Converts a URL-encoded string into a decoded string, using the specified encoding object.
使用指定的编码物件,将URL编码的字串转换为解码的字串。
Normalizes string before processing. Normalization includes removing of an URL-encoding, illegal characters, etc. This flag is useful with URLs and URL-encoded headers.
进行处理之前的规格化字符串。规格化包括移除url编码、移除非法字符等操作。此标记对URL和编码后url报头的处理很有效。
URL decoding reverses the encoding.
URL解码会反转此编码过程。
Converts a URL-encoded byte array into a decoded string using the specified encoding object, starting at the specified position in the array, and continuing for the specified number of bytes.
使用指定的编码物件,从阵列中的指定位置开始,一直到指定的位元组数为止,将URL编码的位元组阵列转换为解码的字串。
Converts a URL-encoded byte array into a decoded string using the specified encoding object, starting at the specified position in the array, and continuing for the specified number of bytes.
使用指定的编码物件,从阵列中的指定位置开始,一直到指定的位元组数为止,将URL编码的位元组阵列转换为解码的字串。
应用推荐