📄 properties.html
字号:
<BR> This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security, including: Algorithms (such as DSA, RSA, MD5 or SHA-1).</TD></TR></TABLE> <P><A NAME="java.sql"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../java/util/Properties.html">Properties</A> in <A HREF="../../../java/sql/package-summary.html">java.sql</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../java/sql/package-summary.html">java.sql</A> with parameters of type <A HREF="../../../java/util/Properties.html">Properties</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/sql/Connection.html">Connection</A></CODE></FONT></TD><TD><CODE><B>Driver.</B><B><A HREF="../../../java/sql/Driver.html#connect(java.lang.String, java.util.Properties)">connect</A></B>(<A HREF="../../../java/lang/String.html">String</A> url, <A HREF="../../../java/util/Properties.html">Properties</A> info)</CODE><BR> Attempts to make a database connection to the given URL.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/sql/DriverPropertyInfo.html">DriverPropertyInfo</A>[]</CODE></FONT></TD><TD><CODE><B>Driver.</B><B><A HREF="../../../java/sql/Driver.html#getPropertyInfo(java.lang.String, java.util.Properties)">getPropertyInfo</A></B>(<A HREF="../../../java/lang/String.html">String</A> url, <A HREF="../../../java/util/Properties.html">Properties</A> info)</CODE><BR> Gets information about the possible properties for this driver.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../java/sql/Connection.html">Connection</A></CODE></FONT></TD><TD><CODE><B>DriverManager.</B><B><A HREF="../../../java/sql/DriverManager.html#getConnection(java.lang.String, java.util.Properties)">getConnection</A></B>(<A HREF="../../../java/lang/String.html">String</A> url, <A HREF="../../../java/util/Properties.html">Properties</A> info)</CODE><BR> Attempts to establish a connection to the given database URL.</TD></TR></TABLE> <P><A NAME="java.util"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../java/util/Properties.html">Properties</A> in <A HREF="../../../java/util/package-summary.html">java.util</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Fields in <A HREF="../../../java/util/package-summary.html">java.util</A> declared as <A HREF="../../../java/util/Properties.html">Properties</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../java/util/Properties.html">Properties</A></CODE></FONT></TD><TD><CODE><B>Properties.</B><B><A HREF="../../../java/util/Properties.html#defaults">defaults</A></B></CODE><BR> A property list that contains default values for any keys not found in this property list.</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../java/util/package-summary.html">java.util</A> with parameters of type <A HREF="../../../java/util/Properties.html">Properties</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../java/util/Properties.html#Properties(java.util.Properties)">Properties</A></B>(<A HREF="../../../java/util/Properties.html">Properties</A> defaults)</CODE><BR> Creates an empty property list with the specified defaults.</TD></TR></TABLE> <P><A NAME="javax.naming"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../java/util/Properties.html">Properties</A> in <A HREF="../../../javax/naming/package-summary.html">javax.naming</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Fields in <A HREF="../../../javax/naming/package-summary.html">javax.naming</A> declared as <A HREF="../../../java/util/Properties.html">Properties</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected <A HREF="../../../java/util/Properties.html">Properties</A></CODE></FONT></TD><TD><CODE><B>CompoundName.</B><B><A HREF="../../../javax/naming/CompoundName.html#mySyntax">mySyntax</A></B></CODE><BR> Syntax properties for this compound name.</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../javax/naming/package-summary.html">javax.naming</A> with parameters of type <A HREF="../../../java/util/Properties.html">Properties</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../javax/naming/CompoundName.html#CompoundName(java.util.Enumeration, java.util.Properties)">CompoundName</A></B>(<A HREF="../../../java/util/Enumeration.html">Enumeration</A> comps, <A HREF="../../../java/util/Properties.html">Properties</A> syntax)</CODE><BR> Constructs a new compound name instance using the components specified in comps and syntax.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../javax/naming/CompoundName.html#CompoundName(java.lang.String, java.util.Properties)">CompoundName</A></B>(<A HREF="../../../java/lang/String.html">String</A> n, <A HREF="../../../java/util/Properties.html">Properties</A> syntax)</CODE><BR> Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.</TD></TR></TABLE> <P><A NAME="org.omg.CORBA"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../java/util/Properties.html">Properties</A> in <A HREF="../../../org/omg/CORBA/package-summary.html">org.omg.CORBA</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../org/omg/CORBA/package-summary.html">org.omg.CORBA</A> with parameters of type <A HREF="../../../java/util/Properties.html">Properties</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../org/omg/CORBA/ORB.html">ORB</A></CODE></FONT></TD><TD><CODE><B>ORB.</B><B><A HREF="../../../org/omg/CORBA/ORB.html#init(java.lang.String[], java.util.Properties)">init</A></B>(<A HREF="../../../java/lang/String.html">String</A>[] args, <A HREF="../../../java/util/Properties.html">Properties</A> props)</CODE><BR> Creates a new <code>ORB</code> instance for a standalone application.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../org/omg/CORBA/ORB.html">ORB</A></CODE></FONT></TD><TD><CODE><B>ORB.</B><B><A HREF="../../../org/omg/CORBA/ORB.html#init(java.applet.Applet, java.util.Properties)">init</A></B>(<A HREF="../../../java/applet/Applet.html">Applet</A> app, <A HREF="../../../java/util/Properties.html">Properties</A> props)</CODE><BR> Creates a new <code>ORB</code> instance for an applet.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract void</CODE></FONT></TD><TD><CODE><B>ORB.</B><B><A HREF="../../../org/omg/CORBA/ORB.html#set_parameters(java.lang.String[], java.util.Properties)">set_parameters</A></B>(<A HREF="../../../java/lang/String.html">String</A>[] args, <A HREF="../../../java/util/Properties.html">Properties</A> props)</CODE><BR> Allows the ORB implementation to be initialized with the given parameters and properties.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract void</CODE></FONT></TD><TD><CODE><B>ORB.</B><B><A HREF="../../../org/omg/CORBA/ORB.html#set_parameters(java.applet.Applet, java.util.Properties)">set_parameters</A></B>(<A HREF="../../../java/applet/Applet.html">Applet</A> app, <A HREF="../../../java/util/Properties.html">Properties</A> props)</CODE><BR> Allows the ORB implementation to be initialized with the given applet and parameters.</TD></TR></TABLE> <P><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../java/util/Properties.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="Properties.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://java.sun.com/products/jdk/1.3/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.<br>Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road<br>Palo Alto, California, 94303, U.S.A. All Rights Reserved.</font></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -