⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mysqldatastore.html

📁 Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理信息系统。Geotools提供了OGC(Open Geospatial Consortium)规范的一个实现来作为他们的
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<TD><CODE><A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#allowWriteOnVolatileFIDs">allowWriteOnVolatileFIDs</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#config">config</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#listenerManager">listenerManager</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#sqlNameEscape">sqlNameEscape</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#transactionIsolation">transactionIsolation</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#TYPE_MAPPINGS">TYPE_MAPPINGS</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#typeHandler">typeHandler</A></CODE></TD></TR></TABLE>&nbsp;<!-- ======== CONSTRUCTOR SUMMARY ======== --><A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html#MySQLDataStore(org.geotools.data.jdbc.ConnectionPool)">MySQLDataStore</A></B>(<A HREF="../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A>&nbsp;connectionPool)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Basic constructor for MySQLDataStore.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html#MySQLDataStore(org.geotools.data.jdbc.ConnectionPool, java.lang.String)">MySQLDataStore</A></B>(<A HREF="../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A>&nbsp;connectionPool,               <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;databaseSchemaName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor for MySQLDataStore where the database schema name is provided.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html#MySQLDataStore(org.geotools.data.jdbc.ConnectionPool, java.lang.String, java.lang.String)">MySQLDataStore</A></B>(<A HREF="../../../../org/geotools/data/jdbc/ConnectionPool.html" title="class in org.geotools.data.jdbc">ConnectionPool</A>&nbsp;connectionPool,               <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;databaseSchemaName,               <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;namespace)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor for MySQLDataStore where the database schema name is provided.</TD></TR></TABLE>&nbsp;<!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Method Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;<A HREF="../../../../org/geotools/feature/AttributeType.html" title="interface in org.geotools.feature">AttributeType</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html#buildAttributeType(java.sql.ResultSet)">buildAttributeType</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/sql/ResultSet.html" title="class or interface in java.sql">ResultSet</A>&nbsp;rs)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an AttributeType from a row in a ResultSet. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;<A HREF="../../../../org/geotools/data/jdbc/JDBCFeatureWriter.html" title="class in org.geotools.data.jdbc">JDBCFeatureWriter</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html#createFeatureWriter(org.geotools.data.FeatureReader, org.geotools.data.jdbc.QueryData)">createFeatureWriter</A></B>(<A HREF="../../../../org/geotools/data/FeatureReader.html" title="interface in org.geotools.data">FeatureReader</A>&nbsp;reader,                    <A HREF="../../../../org/geotools/data/jdbc/QueryData.html" title="class in org.geotools.data.jdbc">QueryData</A>&nbsp;queryData)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/data/FeatureWriter.html" title="interface in org.geotools.data">FeatureWriter</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html#getFeatureWriter(java.lang.String)">getFeatureWriter</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;typeName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility method for getting a FeatureWriter for modifying existing features, using no feature filtering and auto-committing.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/data/FeatureWriter.html" title="interface in org.geotools.data">FeatureWriter</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html#getFeatureWriterAppend(java.lang.String)">getFeatureWriterAppend</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;typeName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility method for getting a FeatureWriter for adding new features, using auto-committing.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;<A HREF="../../../../org/geotools/data/jdbc/attributeio/AttributeIO.html" title="interface in org.geotools.data.jdbc.attributeio">AttributeIO</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html#getGeometryAttributeIO(org.geotools.feature.AttributeType, org.geotools.data.jdbc.QueryData)">getGeometryAttributeIO</A></B>(<A HREF="../../../../org/geotools/feature/AttributeType.html" title="interface in org.geotools.feature">AttributeType</A>&nbsp;type,                       <A HREF="../../../../org/geotools/data/jdbc/QueryData.html" title="class in org.geotools.data.jdbc">QueryData</A>&nbsp;queryData)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hook to create the geometry attribute IO for a vendor specific data source.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html" title="class in org.geotools.data.mysql">MySQLDataStore</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html#getInstance(java.lang.String, int, java.lang.String, java.lang.String, java.lang.String)">getInstance</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;host,            int&nbsp;port,            <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;schema,            <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;username,            <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;password)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility method for creating a MySQLDataStore from database connection parameters.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html" title="class in org.geotools.data.mysql">MySQLDataStore</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html#getInstance(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">getInstance</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;host,            <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;schema,            <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;username,            <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;password)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A utility method for creating a MySQLDataStore from database connection parameters, using the default port (3306) for MySQL.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/geotools/data/jdbc/SQLBuilder.html" title="interface in org.geotools.data.jdbc">SQLBuilder</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/geotools/data/mysql/MySQLDataStore.html#getSqlBuilder(java.lang.String)">getSqlBuilder</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;typeName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hook for subclass to return a different sql builder. </TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_JDBC2DataStore"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="../../../../org/geotools/data/jdbc/JDBC2DataStore.html" title="class in org.geotools.data.jdbc">JDBC2DataStore</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/data/jdbc/JDBC2DataStore.html#createConnection()">createConnection</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_JDBC1DataStore"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html" title="class in org.geotools.data.jdbc">JDBC1DataStore</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#allowTable(java.lang.String)">allowTable</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#allSameOrder(java.lang.String[], org.geotools.feature.FeatureType)">allSameOrder</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#attributeNames(org.geotools.feature.FeatureType, org.geotools.filter.Filter)">attributeNames</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#buildFIDMapper(java.lang.String, org.geotools.data.jdbc.fidmapper.FIDMapperFactory)">buildFIDMapper</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#buildFIDMapperFactory(org.geotools.data.jdbc.JDBCDataStoreConfig)">buildFIDMapperFactory</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#buildSchema(java.lang.String, org.geotools.data.jdbc.fidmapper.FIDMapper)">buildSchema</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#createFeatureReader(org.geotools.feature.FeatureType, org.geotools.filter.Filter, org.geotools.data.jdbc.QueryData)">createFeatureReader</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#createLockingManager()">createLockingManager</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#createSchema(org.geotools.feature.FeatureType)">createSchema</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#determineFidColumnName(java.lang.String)">determineFidColumnName</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#determineSRID(java.lang.String, java.lang.String)">determineSRID</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#executeQuery(org.geotools.data.jdbc.FeatureTypeInfo, java.lang.String, java.lang.String, org.geotools.data.Transaction, boolean)">executeQuery</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getAttributeIO(org.geotools.feature.AttributeType)">getAttributeIO</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getAttributeTypes(java.lang.String, java.lang.String[])">getAttributeTypes</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getConcurrency(boolean)">getConcurrency</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getConnection(org.geotools.data.Transaction)">getConnection</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getEnvelope(java.lang.String)">getEnvelope</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getFeatureReader(org.geotools.feature.FeatureType, org.geotools.filter.Filter, org.geotools.data.Transaction)">getFeatureReader</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getFeatureReader(org.geotools.data.Query, org.geotools.data.Transaction)">getFeatureReader</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getFeatureSource(java.lang.String)">getFeatureSource</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getFeatureTypeHandler(org.geotools.data.jdbc.JDBCDataStoreConfig)">getFeatureTypeHandler</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getFeatureWriter(java.lang.String, org.geotools.filter.Filter, org.geotools.data.Transaction)">getFeatureWriter</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getFeatureWriter(java.lang.String, org.geotools.data.Transaction)">getFeatureWriter</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getFeatureWriterAppend(java.lang.String, org.geotools.data.Transaction)">getFeatureWriterAppend</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getFIDMapper(java.lang.String)">getFIDMapper</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getFIDMapperFactory()">getFIDMapperFactory</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getJDBCFeatureReader(org.geotools.data.jdbc.QueryData)">getJDBCFeatureReader</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getLockingManager()">getLockingManager</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getNameSpace()">getNameSpace</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getResultSetType(boolean)">getResultSetType</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getSchema(java.lang.String)">getSchema</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getSqlNameEscape()">getSqlNameEscape</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getTransactionIsolation()">getTransactionIsolation</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getTypeNames()">getTypeNames</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#getView(org.geotools.data.Query)">getView</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#propertyNames(org.geotools.data.Query)">propertyNames</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#requireAutoCommit()">requireAutoCommit</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#setAutoCommit(boolean, java.sql.Connection)">setAutoCommit</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#setFIDMapper(java.lang.String, org.geotools.data.jdbc.fidmapper.FIDMapper)">setFIDMapper</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#setFIDMapperFactory(org.geotools.data.jdbc.fidmapper.FIDMapperFactory)">setFIDMapperFactory</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#setSqlNameEscape(java.lang.String)">setSqlNameEscape</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#setTransactionIsolation(int)">setTransactionIsolation</A>, <A HREF="../../../../org/geotools/data/jdbc/JDBC1DataStore.html#updateSchema(java.lang.String, org.geotools.feature.FeatureType)">updateSchema</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -