代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Add this element -->
<configSections>
<section name="hibernate-configuration" type="NHibernate.Cfg.ConfigurationSectionHandler, NHibernate"/>
</configSections>
<!-- Add this element -->
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
<session-factory>
<property name="dialect">NHibernate.Dialect.SQLiteDialect</property>
<property name="connection.driver_class">NHibernate.Driver.SQLite20Driver</property>
<!--接下来的一行指定了数据库的位置,为了保证开发时和发行时均有效,请注意其相对位置-->
<!--
<property name="connection.connection_string">Data Source=..\..\..\MaterialMIS.db</property>
-->
<property name="connection.connection_string">Data Source=WGSF_Data.db</property>
<!--
<property name="show_sql">true</property>
-->
<mapping assembly="DomainModel" />
</session-factory>
</hibernate-configuration>
<!-- SQLite数据库的连接串 -->
<appSettings>
<!--接下来的一行指定了数据库的位置,为了保证开发时和发行时均有效,请注意其相对位置-->
<add key="SQLiteConnectionString" value="Data Source=WGSF_Data.db"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。