搜索资源列表
Links
- 这是个关于URI的程序,大家来看看啊。很好用
JAVA-Lexer
- java实现的词法分析器,手工生成,输入源程序后,可分离出标志符,分割符,运算符,保留字-achieve the lexical analyzer, artisanal production, import source, can be broken down into URI, Segmentation website Operators, reservations word
php-openid-2.1.2
- OpenID 是一个以用户为中心的数字身份识别框架,它具有开放、分散、自由等特性。 OpenID 的创建基于这样一个概念:我们可以通过 URI (又叫 URL 或网站地址)来认证一个网站的唯一身份,同理,我们也可以通过这种方式来作为用户的身份认证。由于URI 是整个网络世界的核心,它为基于URI的用户身份认证提供了广泛的、坚实的基础。 OpenID 系统的第一部分是身份验证,即如何通过 URI 来认证用户身份。目前的网站都是依靠用户名和密码来登录认证,这就意味着大家在每个网站都需要注册用
uri_access_auditor-1.0.0
- URI访问审核器,可灵活配置URI访问规则,对于不符合规则的访问请求予以拒绝并记入日志,将zip改为jar-URI access auditor
sd1007_ajax_day01all
- substitute the value, e.g. build the URI by concat the strings together, then you can use the java.lang.String.format method. But in Camel 2.0 we have added two convenient methods in the Java DSL so you can do fromF and toF that uses String formattin
JavaNetworkProgramming-Source-code
- 《Java网络编程》第三版会为你介绍Java网络API的最新特性。本书讨论了JDK 1.4和1.5(现在已命名为J2SE 5)中所做的所有修改和增补。本书内容全面,涵盖了从网络基础知识到远程方法调用(RMI)等各方面的内容,书中章节涉及到TCP和UDP socket、服务器socket、URL和URI、组播以及特殊用途的API(如JavaMail)等等。本书展示了如何使用JSSE编写安全的网络应用程序,解释了如何使用NIO API编写超高性能的服务器。它还涵盖了Java对网络代理、Web coo
hdfs-over-ftp-0.20.0.tar
- FTP server is configurable by hdfs-over-ftp.properties and users.properties. It allows to use secure connection over SSL and supports all HDFS permissions. Installation and running 1. Download and install java, maven 2. Set users in src/main/res
AddressImpl
- Address structure. Imbeds a URI and adds a display name for Andriod.
Authority
- Authority part of a URI structure. Section 3.2.2 RFC2396 for Andriod.
ElementHasAttributeNS
- The method hasAttributeNS returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise for Andriod.
ElementGetElementsByTagNameNS
- The method getElementsByTagNameNS returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
documentgetelementsbytagnameNS01
- The method getElementsByTagNameNS returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
elementsetattributenodens01
- Testing Element.setAttributeNodeNS: If an attribute with that local name and that namespace URI is already present in the element, it is replaced by the new one. -Testing Element.setAttributeNodeNS: If an attribute with that local name and that na
ContentUris
- Utility methods useful for working with content {@link android.net.Uri}s, those with a "content" scheme.
getElementsByTagNameNS10
- The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
UriPermission
- Descr iption of a permission granted to an app to access a particular URI.
elementremoveattributens01
- The method removeAttributeNS removes an attribute by local name and namespace URI.
FilePathToURI
- To escape a file path to a URI, by using HH to represent. -To escape a file path to a URI, by using HH to represent.
elementgetelementsbytagnamens02
- The method getElementsByTagNameNS returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree. -The method getElementsByTagNameNS returns a
uri
- Tests of URI encoding and decoding.