📄 config.inc
字号:
<%
'****************************************
'* 以下参数需要修改 *
'****************************************
PageTitle = "ABC班级"
PageBaseHref="http://www.abc.org/"
SiteName = "abc"
Webmaster="zhijun_wong@yahoo.com"
'****************************************
'* 以下参数可以不用修改 *
'****************************************
ConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & server.mappath("db/alumni.mdb")
Pagesize=30
Linesize=25
PageBGColor = "#CCFFFF"
TableBgColor = "#EEEEFF"
ButtonBgColor = "#CCCCCC"
DefaultBgColor="#CCCCCC"
LogoImgLocation="gif/logo.gif"
BannerImgLocation = "gif/banner.jpg"
DigitPath = "digits/red_on_white"
DefaultFontFace = "Verdana, Arial, Helvetica"
DefaultFontColor = "#000080"
SpecificFontFace = "楷体_GB2312"
SpecificFontColor = "#FF00FF"
HeadCellColor="#0000A0"
HeadFontColor = "#ffffff"
ForumCellColor = "#f7f7f7"
AltForumCellColor = "#e1e1e1"
ForumFontColor = "#000080"
ForumLinkColor = "#000080"
NewFontColor = "#ff0000"
Smiles = "true" ' True/False to use Smiles
BadWordFiler = "true" ' True / False To use filter
BadWords = "fuck|wank|shit|去你妈|王八蛋|"
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -