Skip to content

Commit

Permalink
fixs && Github Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilettante258 committed Jan 20, 2024
1 parent 728b6dd commit 21674df
Show file tree
Hide file tree
Showing 21 changed files with 146 additions and 36 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Deploy to GitHub Pages

on:
push:
branches: [ master ]
# 允许你在 GitHub 上的 Actions 标签中手动触发此“工作流程”
workflow_dispatch:

# 允许 job 克隆 repo 并创建一个 page deployment
permissions:
contents: read
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
- name: Install, build, and upload your site
uses: withastro/action@v1
# with:
# path: . # 存储库中 Astro 项目的根位置。(可选)
# node-version: 18 # 用于构建站点的特定 Node.js 版本,默认为 18。(可选)
# package-manager: pnpm@latest # 应使用哪个 Node.js 包管理器来安装依赖项和构建站点。会根据存储库中的 lockfile 自动检测。(可选)

deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
20 changes: 20 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import rehypeKatex from 'rehype-katex';

// https://astro.build/config
export default defineConfig({
site: 'https://njuptfreeexams.github.io',
base: '/NJUPT-General-Free-Exams',
vite: {
assetsInclude: ["**/*.ppt", "**/*.pptx", "**/*.doc", "**/*.docx"]
},
Expand Down Expand Up @@ -38,6 +40,12 @@ export default defineConfig({
autogenerate: {
directory: 'CS'
}
}, {
label: '理学院',
// 自动生成一个链接分组,用于 'CS' 目录。
autogenerate: {
directory: 'lxy'
}
}, {
label: '通信与信息工程学院',
autogenerate: {
Expand All @@ -63,6 +71,18 @@ export default defineConfig({
autogenerate: {
directory: 'Marx'
}
}, {
label: '外国语学院',
// 自动生成一个链接分组,用于 'CS' 目录。
autogenerate: {
directory: 'FLS'
}
}, {
label: '教育与技术学院',
// 自动生成一个链接分组,用于 'CS' 目录。
autogenerate: {
directory: 'edu'
}
}, {
label: '其他',
autogenerate: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 物理实验操作

> 注意:该文件的内容来自原来的 `物理实验-5(1).doc`,看提交记录是在 2019 年 4 月 24 日的[这个 commit](https://github.com/NJUPTFreeExams/NJUPT-General-Free-Exams/commit/7ff05f79f6d210555466e293e1b4e403cc784a15) 中由 @[Loskh](https://github.com/Loskh) 添加的,为了规范文件命名以及方便查看,我将原来文件中的内容复制到这个 Markdown 文件中,并改善了一下格式。
> 注意:该文件的内容来自原来的 `物理实验-5(1).doc`,看提交记录是在 2019 年 4 月 24 日的[这个 commit](https://github.com/NJUPTFreeExams/NJUPT-General-Free-Exams/commit/7ff05f79f6d210555466e293e1b4e403cc784a15) 中由 [@Loskh](https://github.com/Loskh) 添加的,为了规范文件命名以及方便查看,我将原来文件中的内容复制到这个 Markdown 文件中,并改善了一下格式。
## 电位差计

Expand Down
6 changes: 2 additions & 4 deletions src/components/MarkdownContent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,13 @@ filteredList.map((post: string) => {
---

<div class="sl-markdown-content">

<slot /></div>
<div class="sl-markdown-content"><slot /></div>

{Object.entries(filesByFolder).map(([folderName, files]) => (
<div class="sl-markdown-content" id={folderName}>
<h5>{folderName}</h5>
{files.map((fileName) => (
<a id={fileName} href={`/${course === folderName ? folderName : `${course}/${folderName}`}/${fileName}`} target="_blank">
<a id={fileName} href={`/NJUPT-General-Free-Exams/${course === folderName ? folderName : `${course}/${folderName}`}/${fileName}`} target="_blank">
{fileName}
</a><br />
))}
Expand Down
3 changes: 3 additions & 0 deletions src/content/docs/CS/数据结构.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: 数据结构
description: 数据结构
---

[数据结构 23-24-1 考试复习及回忆](/NJUPT-General-Free-Exams/reserve/数据结构_23-24-1_考试复习及回忆/)


| 贡献者 | 时间 | 来源 | 贡献内容 |
| :------------------------------------------------: | :-----: | :---------: | :----------------------------------------------------------: |
| [@Dilettante258](https://github.com/Dilettante258) | 2024-01 | 2022 级数科 | 南邮-数据结构-第二版-课后习题答案汇总.pdf<br/>数据结构 23-24-1 考试复习及回忆.md<br/>数据结构.pdf<br/>数据结构PPT-陈小柏.pdf<br/>数据结构的一张试卷.pdf |
Expand Down
4 changes: 0 additions & 4 deletions src/content/docs/Economics/技术经济学 copy.md

This file was deleted.

11 changes: 11 additions & 0 deletions src/content/docs/Economics/金融学.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 金融学
description: 金融学
---

[数据结构 23-24-1 考试复习及回忆](/NJUPT-General-Free-Exams/reserve/金融学[2023-2024-1]考点/)

| 贡献者 | 时间 | 来源 | 贡献内容 |
| :------------------------------------------------: | :-----: | :---------: | :----------------------------------------------------------: |
| [@Dilettante258](https://github.com/Dilettante258) | 2024-01 | 2022 级数科 | [2023-2024-1] 考点.md<br/>[2023-2024-1] 课件合集.pdf<br/>[2023-2024-1] 课后练习附答案.pdf |

7 changes: 3 additions & 4 deletions src/content/docs/Management/创新与创业管理B.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ GL1001T0C/GL1002T0C - 创新与创业管理 B
## 资料清单

- `课本目录Pro`: 将课本内容小标题也添加到目录页,方便开卷查询
- `考试说明与题目回忆_2023-2024-1.md`: 2023-2024 学年第一学期 `创新与创业管理 B` 考试说明与题目回忆 **[链接](/reserve/创管考试说明与题目回忆_2023-2024-1)**
- `README.md`: 本说明文件
- [`考试说明与题目回忆_2023-2024-1.md`](/NJUPT-General-Free-Exams/reserve/创管考试说明与题目回忆_2023-2024-1): 2023-2024 学年第一学期 `创新与创业管理 B` 考试说明与题目回忆

## 声明

Expand All @@ -20,5 +19,5 @@ GL1001T0C/GL1002T0C - 创新与创业管理 B

| 贡献者 | 时间 | 来源 | 贡献内容 |
| :------------------------------------------: | :-----: | :---------: | :-----------------------------------------------------: |
| @[BlockLune](https://github.com/BlockLune) | 2024-01 | 2022 级计科 | 添加 `考试说明与题目回忆_2023-2024-1.md``README.md` |
| @[jiachenyjc](https://github.com/jiachenyjc) | 2024-01 | 2022 级计科 | 添加 `课本目录Pro` |
| [@BlockLune](https://github.com/BlockLune) | 2024-01 | 2022 级计科 | 添加 `考试说明与题目回忆_2023-2024-1.md``README.md` |
| [@jiachenyjc](https://github.com/jiachenyjc) | 2024-01 | 2022 级计科 | 添加 `课本目录Pro` |
10 changes: 4 additions & 6 deletions src/content/docs/Marx/马克思主义基本原理.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ description: 政治必修课

## 资料清单

- `README.md`: 本说明文件
- `复习重点(1) 2021-2022-1.jpg`
- `复习重点(2) 2021-2022-1.jpg`
- `复习重点 2021-2022-1.pdf`
- `知识点 2021-2022-1.pdf`
- `马原题型与书上重点_2023-2024-1.md`: 23-24学年第一学期期末考试书上重点 [**链接**](/reserve/马原题型与书上重点_2023-2024-1/)
- [`马原题型与书上重点_2023-2024-1.md`](/NJUPT-General-Free-Exams/reserve/马原题型与书上重点_2023-2024-1/): 23-24学年第一学期期末考试书上重点

## 声明

Expand All @@ -21,5 +19,5 @@ description: 政治必修课

| 贡献者 | 时间 | 来源 | 贡献内容 |
| :------------------------------------------: | :-----: | :---------: | :-------------------------------------------------------------------------------------------: |
| @[Slinet6056](https://github.com/Slinet6056) | 2022-01 | | 添加 `复习重点(1) 2021-2022-1.jpg``复习重点(2) 2021-2022-1.jpg``知识点 2021-2022-1.pdf` |
| @[BlockLune](https://github.com/BlockLune) | 2024-1 | 2022 级计科 | 添加 `马原题型与书上重点_2023-2024-1.md``README.md` |
| [@Slinet6056](https://github.com/Slinet6056) | 2022-01 | | 添加 `复习重点(1) 2021-2022-1.jpg``复习重点(2) 2021-2022-1.jpg``知识点 2021-2022-1.pdf` |
| [@BlockLune](https://github.com/BlockLune) | 2024-1 | 2022 级计科 | 添加 `马原题型与书上重点_2023-2024-1.md``README.md` |
6 changes: 1 addition & 5 deletions src/content/docs/edu/大学生心理健康.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ description: 大学生心理健康
---


本答案是2023年[心理科普——大学生心理健康_南京邮电大学_中国大学MOOC(慕课) (icourse163.org)](https://www.icourse163.org/course/NJUPT-1206359807)的答案

![](https://s1.vika.cn/space/2023/05/20/1716acf93ced4d21b7211c6e2f25ee97)

![](https://s1.vika.cn/space/2023/05/20/a1ff2d509e8f4d65aed83208ecd6cc4c)
本答案是2023年[心理科普——大学生心理健康_南京邮电大学_中国大学MOOC(慕课) (icourse163.org)](https://www.icourse163.org/course/NJUPT-1206359807)的答案
6 changes: 3 additions & 3 deletions src/content/docs/homepage/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';

## 说明

📍在使用本项目的资料之前,请务必阅读:[`NJUPTFreeExams 使用说明`](/homepage/userguide).
📍在使用本项目的资料之前,请务必阅读:[`NJUPTFreeExams 使用说明`](/NJUPT-General-Free-Exams/homepage/userguide).

1. **本repo下资料仅供个人学习交流使用,请在下载后24小时内删除。如有侵权,请及时与我们联系。**
2. 资料仅供参考,请自己判断适用性。
Expand All @@ -48,11 +48,11 @@ Issue、PR、纠错、资料、选课/考试攻略,完全欢迎!

### 📌如果你想 Pull Request

请务必阅读:[`Pull Request 攻略`](/homepage/uploadguide)
请务必阅读:[`Pull Request 攻略`](/NJUPT-General-Free-Exams/homepage/uploadguide)

### 📌如果你想给我们提 Issue

请务必阅读:[`Issue 指南`](/homepage/issueguide)
请务必阅读:[`Issue 指南`](/NJUPT-General-Free-Exams/homepage/issueguide)

## 🔍📖资料列表📚
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../assets/NJUPT.webp
actions:
- text: 进入首页
link: /homepage/
link: /NJUPT-General-Free-Exams/homepage/
icon: right-arrow
variant: primary
- text: 了解仓库
Expand Down
10 changes: 5 additions & 5 deletions src/content/docs/lxy/物理实验(下).md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ LX1048F4S - 物理实验(下)
- `物理实验.doc`
- `物理实验复习提要.pdf`
- `物理实验操作.docx`
- `物理实验考试过程回忆.md`: 原 `物理实验-5(1).doc` 的整理格式版本
- `题型范围及期末卷回忆_2023-2024-1.md`: 多人回忆整理的 2023-2024 学年第一学期该课程期末考试的题型题目灯
- [`物理实验考试过程回忆.md`](/NJUPT-General-Free-Exams/reserve/物理实验考试过程回忆/): 原 `物理实验-5(1).doc` 的整理格式版本
- [`题型范围及期末卷回忆_2023-2024-1.md`](/NJUPT-General-Free-Exams/reserve/物理实验题型范围及期末卷回忆_2023-2024-1/): 多人回忆整理的 2023-2024 学年第一学期该课程期末考试的题型题目

## 声明

Expand All @@ -26,6 +26,6 @@ LX1048F4S - 物理实验(下)

| 贡献者 | 时间 | 来源 | 贡献内容 |
| :----------------------------------------: | :-----: | :---------: | :----------------------------------------------------------: |
| @[Loskh](https://github.com/Loskh) | 2019-04 | | 添加 `物理实验-5(1).doc``物理实验.doc``物理实验复习提要.pdf``物理实验操作.docx` |
| @[BlockLune](https://github.com/BlockLune) | 2023-11 | 2022 级计科 | 添加 `数据处理_jupyter` 目录 |
| @[BlockLune](https://github.com/BlockLune) | 2024-1 | 2022 级计科 | 添加 `课件_2023-2024-1` 目录、`题型范围及期末卷回忆_2023-2024-1.md`、改善文件命名和文件结构 |
| [@Loskh](https://github.com/Loskh) | 2019-04 | | 添加 `物理实验-5(1).doc``物理实验.doc``物理实验复习提要.pdf``物理实验操作.docx` |
| [@BlockLune](https://github.com/BlockLune) | 2023-11 | 2022 级计科 | 添加 `数据处理_jupyter` 目录 |
| [@BlockLune](https://github.com/BlockLune) | 2024-1 | 2022 级计科 | 添加 `课件_2023-2024-1` 目录、`题型范围及期末卷回忆_2023-2024-1.md`、改善文件命名和文件结构 |
4 changes: 2 additions & 2 deletions src/content/docs/others/体育理论.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 体育理论考试
---
## 资料清单

- `教师版题库_2023-2024-1.md`: 23-24 学年第一学期体育理论考试的教师版题库 [**链接**](/reserve/教师版题库_2023-2024-1/)
- `教师版题库_2023-2024-1.md`: 23-24 学年第一学期体育理论考试的教师版题库 [**链接**](/NJUPT-General-Free-Exams/reserve/教师版题库_2023-2024-1/)
- `README.md`: 本说明文件

## 声明
Expand All @@ -17,4 +17,4 @@ description: 体育理论考试

| 贡献者 | 时间 | 来源 | 贡献内容 |
| :----------------------------------------: | :-----: | :---------: | :---------------------------------------------: |
| @[BlockLune](https://github.com/BlockLune) | 2024-01 | 2022 级计科 | 添加 `教师版题库_2023-2024-1.md``README.md` |
| [@BlockLune](https://github.com/BlockLune) | 2024-01 | 2022 级计科 | 添加 `教师版题库_2023-2024-1.md``README.md` |
2 changes: 1 addition & 1 deletion src/content/docs/reserve/物理实验考试过程回忆.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: 物理实验考试过程回忆

## 物理实验操作

> 注意:该文件的内容来自原来的 `物理实验-5(1).doc`,看提交记录是在 2019 年 4 月 24 日的[这个 commit](https://github.com/NJUPTFreeExams/NJUPT-General-Free-Exams/commit/7ff05f79f6d210555466e293e1b4e403cc784a15) 中由 @[Loskh](https://github.com/Loskh) 添加的,为了规范文件命名以及方便查看,我将原来文件中的内容复制到这个 Markdown 文件中,并改善了一下格式。
> 注意:该文件的内容来自原来的 `物理实验-5(1).doc`,看提交记录是在 2019 年 4 月 24 日的[这个 commit](https://github.com/NJUPTFreeExams/NJUPT-General-Free-Exams/commit/7ff05f79f6d210555466e293e1b4e403cc784a15) 中由 [@Loskh](https://github.com/Loskh) 添加的,为了规范文件命名以及方便查看,我将原来文件中的内容复制到这个 Markdown 文件中,并改善了一下格式。
## 电位差计

Expand Down
52 changes: 52 additions & 0 deletions src/content/docs/reserve/金融学[2023-2024-1]考点.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: 金融学[2023-2024-1] 考点
description: 金融学[2023-2024-1]考点
---
金融学记得带计算器来,结果注意带单位
### 第一章
- [ ] 什么是货币?与财富、收入的区别是?
- [ ] 货币的职能(含义,会判断)
- [ ] 本位币和辅币的含义,特点
- [ ] 4种不同的货币制度。会描述劣币驱逐良币,会判断谁是劣币
### 第二章
- [ ] 直接融资和间接融资的含义,它的种类有哪些
- [ ] 信用的经济学含义、本质,怎么理解。【两个角度讲的,一个是还本付息的一个借贷行为,一个是价值运动的特殊形式】
- [ ] 信用的形式(商业信用/银行信用/国家信用/消费信用) 【银行信用和商业信用的区别,银行信用和商业信用需要自己看一下】
- [ ] 信用工具 【汇票和支票 承兑的含义 什么样的汇票是需要承兑的】
### 第三章
- [ ] 利息 利息的定义 【比如说要是给你一句话或什么,要会判断他描述的这个利息到底对不对】
- [ ] 利率里面很重要的凯恩斯的理论 凯恩斯的流动性偏好理论
- [ ] 名义利率和实际利率 【他们之间的一个关系就是那个费雪方程式,那个公式是什么意思】【两者之间的关系是什么关系,可以通过那个公式表示出来】【两者中间就差了一个通货膨胀率,当通货膨胀发生的时候,他对于债权人和债务人有什么样的影响;是对债权人有利,还是债务人有利什么】
- [ ] 单利和复利 【区别、计算(本利等等)】
- [ ] 利率是怎么决定的 【流动性偏好理论】【债券的价格和利率的关系】
### 第四章
- [ ] 金融市场的功能
- [ ] 不同的市场 【货币市场的含义】【票据、国库券、大额可转让定期存单、回购、同业拆借等概念】【商业银行/个人 拿票据去贴现,可以贴现多少钱,银行要扣除多少钱】【最重要的是要搞清楚,拿这个票据去贴现,它剩下的就是剩下还有多久到期,一定要搞清楚,就是剩下多久。比如说你是一年的那个票据,然后的话其实已经过了三个月,还有九个月的时间】
- [ ] 资本市场 【股票和债券市场】【三个发行制度:注册制、核准制和审批制】(要用语言去描述) 【给一个金融产品,问你是属于货币市场还是资本市场】
- [ ] 金融衍生品市场 【金融衍生品具体的含义、概念、特点】
- [ ] 期权 【期权的买卖双方,它的收益和损失的情况,那四张图就反映出了期权的买卖双方它的一个收益】
- [ ] 期货的那个套期保值 【计算】
- [ ] 远期合约 【特点】
- [ ] 信用风险、市场风险、操作风险 【定义、区别】【减轻这个操作风险的方法(在后面一章)】
- [ ] 互换 【理解,考判断】
- [ ] 证券投资基金 【概念,给你一句话,什么集合投资,你要判断是不是对的,要看清楚它的字眼】 老师是不是暗示我们到时候这个判断题是错的
- [ ] 封闭式基金和开放式基金 【区别、优势和劣势】(用语言描述或者判断)
### 第五章
- [ ] 道德风险和逆向选择的意思
### 第六章
- [ ] 资产负债表 【什么是负债、什么是表外业务、什么是属于商业银行的资产】【包含的类型、他的定义】
- [ ] 商业银行的三性原则:安全性、流动性和盈利性 【相互关系】(会用语言去描述)
- [ ] 商业银行面临的主要风险 【降低操作风险的方法】
- [ ] 敏感性缺口、久期缺口 【判断什么是敏感性缺口,计算,利率上升或者下降和这个缺口之间的关系】【久期缺口:资产负债的久期,然后让你去求利率上升或者下降,对于银行资产或就是对于银行净资产的影响】
- [ ] 存款保险制度 【是什么】【缺点】
### 第七章
- [ ] 中央银行的职能 【业务对象是谁。比如说给你一些东西,然后问你就是这个中央银行问你给谁服务的什么】
- [ ] 中央银行 【中央银行建立的必要性】(用语言去表达)
- [ ] 中央银行的资产负债的内容 【比如说他给你一个什么东西,他问你是属于资产还是负债还是什么的】
### 第八章
- [ ] 什么是货币的需求
- [ ] 费雪方程式和剑桥方程式这两者的区别是什么(要用语言去描述它)
- [ ] 凯恩斯的货币需求理论 【交易动机、预防动机、投机动机】【利率和他们之间的关系,正/负】【流动性陷阱,在流动性陷阱的这个阶段,如果政府扩大货币的供给的话,对利率会有什么影响】
- [ ] 存款创造货币的计算 【活期存款准备金率、定期存款准备金率、超额准备金率、现金漏损率】【最终数额是多少】 【把那个公式里面的东西拎出来问,“这个现金漏损率越大还是干嘛干嘛呢,存款创造货币次越多还是越小,这样的东西你也会判断啊”】
### 第十章
- [ ] 货币的政策,内容基本上很少,就那么一道题目

0 comments on commit 21674df

Please sign in to comment.