|
| 1 | +<title>四川大学信号与信息处理实验室</title> |
| 2 | +<link href="https://fonts.googleapis.com/css?family=Hind|Lobster|Roboto|Noto+Sans" rel="stylesheet"> |
| 3 | +<style> |
| 4 | +.Font-Lobster { |
| 5 | + font-family: 'Lobster', cursive; |
| 6 | + } |
| 7 | + |
| 8 | + .Font-Hind { |
| 9 | + font-family: 'Hind', sans-serif; |
| 10 | + } |
| 11 | + |
| 12 | + .Font-Roboto { |
| 13 | + font-family: 'Roboto', sans-serif; |
| 14 | + } |
| 15 | + |
| 16 | + .Font-Noto { |
| 17 | + font-family: 'Noto Sans', sans-serif; |
| 18 | + } |
| 19 | + |
| 20 | + .Font-KaiTi { |
| 21 | + font-family: 'KaiTi' |
| 22 | + } |
| 23 | + |
| 24 | + .Font-YaHei { |
| 25 | + font-family: 'Microsoft YaHei' |
| 26 | + } |
| 27 | + |
| 28 | + .Font-SimSun { |
| 29 | + font-family: 'SimSun' |
| 30 | + } |
| 31 | + |
| 32 | + .Font-SimHei { |
| 33 | + font-family: 'SimHei' |
| 34 | + } |
| 35 | + |
| 36 | + .white-text { |
| 37 | + color: rgb(255, 255, 255); |
| 38 | + } |
| 39 | + |
| 40 | + .red-text { |
| 41 | + color: rgb(255, 0, 0); |
| 42 | + } |
| 43 | + |
| 44 | + .black-text { |
| 45 | + color: rgb(0, 0, 0); |
| 46 | + } |
| 47 | + |
| 48 | + .gray-text { |
| 49 | + color: rgb(118, 118, 118); |
| 50 | + } |
| 51 | + |
| 52 | + .white-text { |
| 53 | + color: rgb(255, 255, 255); |
| 54 | + } |
| 55 | + |
| 56 | + .violet-text { |
| 57 | + color: rgb(108, 113, 196); |
| 58 | + } |
| 59 | + |
| 60 | + .text-center { |
| 61 | + text-align: center; |
| 62 | + } |
| 63 | + |
| 64 | + .text-justify { |
| 65 | + text-align: justify; |
| 66 | + } |
| 67 | + |
| 68 | + .alt-lead { |
| 69 | + -webkit-font-smoothing: antialiased; |
| 70 | + font-weight: 300; |
| 71 | + } |
| 72 | + |
| 73 | + .main-text { |
| 74 | + margin-top: 10px; |
| 75 | + margin-bottom: 10px; |
| 76 | + margin-left: 20px; |
| 77 | + margin-right: 20px; |
| 78 | + padding-top: 10px; |
| 79 | + padding-bottom: 10px; |
| 80 | + } |
| 81 | + |
| 82 | + .black-background { |
| 83 | + background-color: rgb(0, 0, 0); |
| 84 | + } |
| 85 | + |
| 86 | + .SCU_background { |
| 87 | + background-color: rgb(186, 42, 43); |
| 88 | + } |
| 89 | + |
| 90 | + .gray-background { |
| 91 | + background-color: rgb(131, 148, 150); |
| 92 | + } |
| 93 | + |
| 94 | + .white_background { |
| 95 | + background-color: rgb(255, 255, 255); |
| 96 | + } |
| 97 | + |
| 98 | + .white-circle-border { |
| 99 | + border-color: rgb(255, 255, 255); |
| 100 | + border-width: 2px; |
| 101 | + border-style: solid; |
| 102 | + border-radius: 2px; |
| 103 | + } |
| 104 | + |
| 105 | + .normal-image { |
| 106 | + width: 200px; |
| 107 | + border-radius: 15%; |
| 108 | + } |
| 109 | + |
| 110 | + .small-image { |
| 111 | + width: 20px; |
| 112 | + display: inline-block; |
| 113 | + vertical-align: text-center; |
| 114 | + } |
| 115 | + |
| 116 | + .slim-gray-banner { |
| 117 | + background-color: rgb(131, 148, 150); |
| 118 | + border-style: none; |
| 119 | + padding: 0.5px; |
| 120 | + } |
| 121 | + |
| 122 | + h1 { |
| 123 | + font-family: 'Hind', sans-serif; |
| 124 | + margin-top: 5px; |
| 125 | + margin-bottom: 5px; |
| 126 | + padding-top: 15px; |
| 127 | + padding-bottom: 5px; |
| 128 | + } |
| 129 | + |
| 130 | + p { |
| 131 | + font-size: 20px; |
| 132 | + font-family: 'Roboto', sans-serif; |
| 133 | + margin-top: 15px; |
| 134 | + margin-bottom: 15px; |
| 135 | + padding-top: 15px; |
| 136 | + padding-bottom: 15px; |
| 137 | + } |
| 138 | + |
| 139 | + footer { |
| 140 | + font-size: 15px; |
| 141 | + font-family: 'Hind', sans-serif; |
| 142 | + } |
| 143 | + |
| 144 | + .text-footer { |
| 145 | + font-size: 15px; |
| 146 | + font-family: 'Hind', sans-serif; |
| 147 | + margin-top: 0px; |
| 148 | + margin-bottom: 0px; |
| 149 | + padding-top: 0px; |
| 150 | + padding-bottom: 0px; |
| 151 | + } |
| 152 | + |
| 153 | + .octicon { |
| 154 | + display: inline-block; |
| 155 | + vertical-align: text-center; |
| 156 | + fill: currentColor; |
| 157 | + } |
| 158 | + |
| 159 | + .mr-2 { |
| 160 | + margin-right: 6px; |
| 161 | + } |
| 162 | + |
| 163 | + .mb-2 { |
| 164 | + margin-bottom: 6px !important; |
| 165 | + } |
| 166 | +} |
| 167 | + |
| 168 | +</style> |
| 169 | +<div class="white_background"> |
| 170 | + <div style="line-height:150%" class="SCU_background white-text"> |
| 171 | + <div class="gray-background white-text"> |
| 172 | + <h1 style="font-size:40px" class="text-center Font-KaiTi">四川大学信号与信息处理实验室</h1> |
| 173 | + <h1 style="font-size:20px" class="text-center Font-Lobster">Signal & Information Processing Laboratory, Sichuan University</h1> |
| 174 | + <p class="text-center"> |
| 175 | + <a href="//server.scu611.edu.cn"><img class="normal-image gray-circle-border" src="//server.scu611.edu.cn/Resources/SCU_SIPL_LOGO-01.png" alt="scu611.edu.cn"></a> |
| 176 | + </p> |
| 177 | + <div class="alt-lead text-center"> |
| 178 | + <p style="font-size:35px" class="Font-YaHei">域: scu611.edu.cn 使用说明</p> |
| 179 | + </div> |
| 180 | + </div> |
| 181 | + <p class="alt-lead white-text text-center main-text Font-YaHei" style="font-size:30px">通过接下来几步简单的设置,你就能充分使用服务器上的资源!</p> |
| 182 | + <hr width="100%" size="1" noshade="noshade" /> |
| 183 | + <p class="alt-lead white-text main-text Font-YaHei" style="text-indent:8em; font-size:20px">1. 初次使用的用户,请修改您的密码(登陆信息和初始密码请咨询管理员); <button onclick="window.open('https://server.scu611.edu.cn/adfs/portal/updatepassword')">修改密码</button></p> |
| 184 | + <p class="alt-lead white-text main-text Font-YaHei" style="text-indent:8em; font-size:20px">2. 添加服务器证书信任:</p> |
| 185 | + <li class="alt-lead white-text main-text Font-YaHei" style="text-indent:10em; font-size:20px"> 使用你的用户名(不带域名)和密码登陆<a href="https://server.scu611.edu.cn/certsrv/certcarc.asp" target="view_window">这里</a>点击“安装CA证书”;</li> |
| 186 | + <li class="alt-lead white-text main-text Font-YaHei" style="text-indent:10em; font-size:20px">打开下载好的证书,选择“安装”;</li> |
| 187 | + <li class="alt-lead white-text main-text Font-YaHei" style="text-indent:10em; font-size:20px">选择在“本地计算机”上导入证书,并指定证书存放在“受信任的根证书颁发机构”存储区域内;</li> |
| 188 | + <p class="alt-lead white-text main-text Font-YaHei" style="text-indent:8em; font-size:20px">3. 在 Windows “文件资源管理器” 地址栏中输入“ \\server.scu611.edu.cn ”并提供你的登陆信息;</p> |
| 189 | + <p class="alt-lead white-text main-text Font-YaHei" style="text-indent:8em; font-size:20px">4. 双击打印机进行安装,并可以将有权限访问的文件夹映射为网络驱动器;</p> |
| 190 | + <p class="alt-lead white-text main-text Font-YaHei" style="text-indent:8em; font-size:20px">5. Windows 7 及以上的操作系统支持 “工作文件夹” 功能,在控制面板中直接设置 URL 为 https://server.scu611.edu.cn:444 ;</p> |
| 191 | + <p class="alt-lead white-text main-text Font-YaHei" style="text-indent:8em; font-size:20px">6. 需要使用服务器计算资源请联系管理员获得远程桌面登陆账户;</p> |
| 192 | + </div> |
| 193 | + <footer class="text-center gray-text"> |
| 194 | + <p class="slim-gray-banner"></p><svg aria-hidden="true" class="octicon" height="18" version="1.1" viewBox="0 0 16 16" width="20"> |
| 195 | + <path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path> |
| 196 | + </svg> <svg aria-hidden="true" class="octicon" height="18" version="1.1" viewBox="0 0 45 16" width="60"> |
| 197 | + <path d="M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 0 0-.146-.18zm23.696-2.2c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61H33.84c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z"></path> |
| 198 | + </svg> <img class="small-image" src="//server.scu611.edu.cn/Resources/SCU_SIPL_LOGO-01.png" alt="avatar"> |
| 199 | + <p class="text-footer">Signal and Information Proceesing Laboratory, Sichuan University, 2016</p> |
| 200 | + <p class="text-footer" style="font-size:10px">24#, 1st South Sect. 1st Ring Rd., Wuhou District, Chengdu, Sichuan, PRChina, 610065</p> |
| 201 | + </footer> |
| 202 | +</div> |
| 203 | +</footer> |
| 204 | +</div> |
0 commit comments