?? web.config
字號:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="dsn" value="server=localhost;uid=netfriend;password=19771231;database=cnpg_news" />
<add key="dsn1" value="server=localhost;database=cnpg_news;Trusted_Connection=no;user id=netfriend;pwd=19771231;" />
</appSettings>
<system.web>
<compilation defaultLanguage="C#" debug="true"/>
<identity impersonate="true" userName="administrator" password="197869"/>
<pages validateRequest="false" />
<customErrors mode="Off" />
<globalization fileEncoding="gb2312" requestEncoding="gb2312" responseEncoding="gb2312" />
<httpRuntime maxRequestLength="5655648" />
<authentication mode="Windows" />
<sessionState mode="InProc" cookieless="true" timeout="80"/>
<trace enabled="true"/>
</system.web>
</configuration>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -