📄 config.inc
字号:
<%
Dim bDebug : bDebug = false
'if bDebug then
' SetUserId("s10072") '' 用户名,即登录账号
' SetEmpSerial(54) '' 用户流水号,即用户在T_Employee中的唯一标识
' SetUserName("周秋舫") '' 用户姓名
' SetRoleID(1) '' 用户角色标识
' SetCoId(1) '' 用户所在公司的公司标识
' SetCoName("上海阿尔卡特") '' 用户所在公司的公司名称
' SetOnline() '' 用户在岗状态
'end if
'===============================
' Obtain the path where this site is located on the server
'-------------------------------
'Dim sAppPath : sAppPath = left(Request("PATH_TRANSLATED"), instrrev(Request("PATH_TRANSLATED"), "\"))
'===============================
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -