?? createschema.aspx
字號:
<%@ Page Language="C#" MasterPageFile="~/MasterPageTest.master" AutoEventWireup="true" CodeFile="CreateSchema.aspx.cs" Inherits="CreateSchema" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="m_contentBody" Runat="Server">
<br />
<ol>
<li>Create a database in SQL2005</li><li>Open "hibernate.cfg.xml" and make sure that the "connection.connection_string" value
is set properly. Make sure that the "Initial Catalog" is set to the name of
the database you created in step #1.</li>
<li>Copy "hibernate.cfg.xml" to the "bin" directory of the web site project.</li>
<li>Press create schema.</li></ol>
<br />
<asp:Button ID="m_btnCreateSchema" runat="server" OnClick="m_btnCreateSchema_Click"
Text="Create Schema" />
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -