docs: CS-DIT and apply student email further details
This commit is contained in:
parent
3b4eb18783
commit
d171f232f1
@ -1,6 +1,6 @@
|
||||
# 项导文档
|
||||
|
||||
人人为我,我为人人。身在互联网的开源时代,我们深知互帮互助、共同进步的重要意义,这篇文档凝聚了同学和老师们的
|
||||
人人为我,我为人人。身在互联网的开源时代,我们深知互帮互助、共同进步的重要意义,这篇文档凝聚了同学和老师们的集体智慧,希望能对您有所帮助。
|
||||
|
||||
## 依赖环境
|
||||
- Node.js v18.20.0+
|
||||
|
@ -45,7 +45,7 @@ export const navbar = defineNavbarConfig([
|
||||
{icon: '/openai.svg',text: '生成式人工智能',link: '/notes/公共服务/生成式人工智能/README.md'},
|
||||
{icon: 'fluent-color:data-area-20', text: '数据中心', link: '/notes/公共服务/生成式人工智能/README.md'},
|
||||
{icon: '/mirror.svg', text: '重庆医科大学开源软件镜像站', link: '/notes/公共服务/重医校级开源软件镜像站/README.md'},
|
||||
{icon: '/overleaf.svg', text: 'Overleaf在线协作企业版', link: '/notes/公共服务/Overleaf在线协作企业版/README .md'},
|
||||
{icon: '/overleaf.svg', text: 'Overleaf在线协作企业版', link: '/notes/公共服务/Overleaf在线协作企业版/README.md'},
|
||||
{text: '', link: ''}
|
||||
]
|
||||
},
|
||||
@ -55,8 +55,8 @@ export const navbar = defineNavbarConfig([
|
||||
items: [
|
||||
{icon: '/email.svg', text: '申请学生邮箱', link: '/notes/大学百科/申请学生邮箱.md'},
|
||||
{icon: '/teacher.svg', text: '老师们说', link: '/notes/大学百科/老师们说/README.md'},
|
||||
{icon: '/software.svg', text: '常用软件', link: '/notes/大学百科/常用软件/README.md'},
|
||||
{icon: '/cert.svg', text: '证书及技能考试', link: '/notes/大学百科/证书及技能考试/README.md'}
|
||||
{icon: 'carbon:container-software', text: '常用软件', link: '/notes/大学百科/常用软件/README.md'},
|
||||
{icon: '/cert.svg', text: '证书及技能考试', link: '/notes/大学百科/证书及技能考试/README.md'},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -5,7 +5,7 @@ import notes from './notes'
|
||||
// 首页异步检查各服务在线状态
|
||||
async function checkStatus() {
|
||||
try {
|
||||
const response = await fetch('https://status.cqmu.online/api/badge/35/status');
|
||||
const response = await fetch('https://status.cqmu.online/api/badge/14/status');
|
||||
if (response.ok) {
|
||||
const svgText = await response.text();
|
||||
if (svgText.includes('Status: Up')) {
|
||||
@ -23,7 +23,7 @@ async function checkStatus() {
|
||||
|
||||
async function getFooterMessage() {
|
||||
const statusMessage = await checkStatus();
|
||||
return `${statusMessage} <a href="https://status.cqmu.online/" target="_blank"><img src="https://status.cqmu.online/api/badge/35/status" alt="Status Badge" style="vertical-align: middle; display: inline-block;"></a>`;
|
||||
return `${statusMessage} <a href="https://status.cqmu.online/" target="_blank"><img src="https://status.cqmu.online/api/badge/14/status" alt="Status Badge" style="vertical-align: middle; display: inline-block;"></a>`;
|
||||
}
|
||||
|
||||
|
||||
|
BIN
docs/.vuepress/public/jetbrains-edu.png
Normal file
BIN
docs/.vuepress/public/jetbrains-edu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 276 KiB |
Binary file not shown.
@ -11,6 +11,7 @@ permalink: /cs-diy/
|
||||
Missing Semester可以帮助你找到学习计算机的乐趣
|
||||
|
||||
@[bilibili](BV1Eo4y1d7KZ)
|
||||
|
||||
---
|
||||
|
||||
一本关于计算机各方向的自学指南,无论天南或海北,希望可以帮到你,灵感和部分素材来自CS自学指南。
|
||||
|
@ -3,6 +3,7 @@ home: true
|
||||
title: README
|
||||
createTime: 2025/03/02 16:47:42
|
||||
permalink: /csdiy/popular-framework/
|
||||
icon: mdi:iframe-cog-outline
|
||||
config:
|
||||
-
|
||||
type: features
|
||||
|
@ -15,6 +15,8 @@ list:
|
||||
socials:
|
||||
- icon: qq
|
||||
link:
|
||||
- icon: github
|
||||
link: https://github.com/emptyelse
|
||||
- name: Elysia_Realme
|
||||
link: https://chenhy.pguide.studio/
|
||||
avatar: https://chenhy.pguide.studio/githubFindNew/pictures/CircleElysia.jpg
|
||||
@ -23,7 +25,7 @@ list:
|
||||
desc: 兄弟你好香,今夜星光闪闪,爱你的♥满满。
|
||||
socials:
|
||||
- icon: qq
|
||||
link:
|
||||
link: https://qm.qq.com/q/VKCsG13ww8
|
||||
- icon: github
|
||||
link: https://github.com/MenTouGouMouse
|
||||
- name: DKwms
|
||||
|
@ -11,6 +11,13 @@ icon: /overleaf.svg
|
||||
## 简介
|
||||
Overleaf在线协作企业版是一款支持多人在线同步编辑、审议的LaTeX编辑器,支持Zotero、Github等现代应用集成,极大便利了广大科研工作者。
|
||||
|
||||
## Overleaf使用
|
||||
|
||||
中文官网:https://cn.overleaf.com/
|
||||
|
||||
使用账号密码登录后:
|
||||
|
||||
|
||||
|
||||
## LaTeX
|
||||
|
||||
|
@ -5,3 +5,16 @@ permalink: /public-service/data-center/pguide-alist/
|
||||
icon: https://alist.nn.ci/logo.svg
|
||||
---
|
||||
|
||||
为了帮助同学们解决下载某些软件、数据、包库等资源时存在的下载速度慢、安全性问题等,我们开设了基于Alist的软件镜像站,校园网内下载带宽为千兆,征集范围如下:
|
||||
|
||||
* 学术研究相关软件
|
||||
* 数据库或数据集
|
||||
* 编程语言或工具的包库
|
||||
* 其他学习或科研相关资源
|
||||
|
||||
## 参与方式
|
||||
请大家填写[金山文档](https://www.kdocs.cn/l/crT33WW5UIT9)链接,具体描述所需资源名称及下载来源
|
||||
|
||||
重医校园网内网地址:[http://192.168.183.171:5244/](http://192.168.183.171:5244/)
|
||||
|
||||
如果下载完成,管理员会填写下载路径;长时间未响应,请联系
|
@ -5,7 +5,13 @@ permalink: /public-service/cqmu-mirror/
|
||||
icon: /mirror.svg
|
||||
---
|
||||
|
||||
:::tip
|
||||
即将上线
|
||||
:::
|
||||
|
||||
## 使用方式
|
||||
|
||||
## 新镜像请求
|
||||
|
||||
## 出现bug?
|
||||
|
||||
|
48
docs/notes/公共服务/重医校级开源软件镜像站/Wiki.md
Normal file
48
docs/notes/公共服务/重医校级开源软件镜像站/Wiki.md
Normal file
@ -0,0 +1,48 @@
|
||||
---
|
||||
title: CQMU Mirror Wiki
|
||||
createTime: 2025/02/25 18:35:12
|
||||
permalink: /public-service/cqmu-mirror/wiki/
|
||||
icon: icon-park:pull-requests
|
||||
---
|
||||
|
||||
:::info 关于CQMU Mirror Wiki
|
||||
重庆医科大学开源软件镜像站Wiki文档旨在帮助同学们更快了解镜像源的相关信息和配置步骤
|
||||
:::
|
||||
|
||||
:::tip
|
||||
即将上线
|
||||
:::
|
||||
|
||||
## :[devicon:anaconda]: Anaconda 软件仓库
|
||||
|
||||
|
||||
|
||||
### Anaconda Extra
|
||||
|
||||
## PYPI
|
||||
|
||||
### pip
|
||||
|
||||
### PDM
|
||||
|
||||
### Poetry
|
||||
|
||||
### Homebrew
|
||||
|
||||
## Flutter 软件仓库
|
||||
|
||||
### flutter_infra
|
||||
|
||||
### download.flutter.io
|
||||
|
||||
### Flutter SDK
|
||||
|
||||
## EPEL 软件仓库
|
||||
|
||||
## Ubuntu 软件仓库
|
||||
|
||||
## Qt 软件仓库
|
||||
|
||||
## ROS2 软件仓库
|
||||
|
||||
## CTAN 镜像
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
title: 新镜像请求
|
||||
createTime: 2025/02/25 18:35:12
|
||||
permalink: /public-service/cqmu-mirror/new/
|
||||
icon: icon-park:pull-requests
|
||||
---
|
@ -21,9 +21,20 @@ permalink: /campus-wiki/apply-student-email/
|
||||
::: tabs
|
||||
@tab 申请JetBrains专业版
|
||||
|
||||
npm 应该与 Node.js 被一同安装。
|
||||
1. 进入申请页面
|
||||
|
||||
@tab 申请JetBrains专业版
|
||||
前往 [https://www.jetbrains.com/shop/eform/students
|
||||
](https://www.jetbrains.com/shop/eform/students)
|
||||
|
||||
2. 填写好字段后前往学生邮箱,复制验证码
|
||||
|
||||

|
||||
|
||||
3. 下载IDE
|
||||
|
||||
:[ion:logo-markdown]: PGuide Alist备份
|
||||
|
||||
4. 使用验证码激活IDE
|
||||
|
||||
@tab 申请Navicat Premiere专业版
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user