0 Star 6 Fork 0

SpreadZhao / notes_homeworks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

欢迎来到Spread Zhao的笔记仓库!这里是我所有知识的积累,并且会持续更新下去!使用前请先看[[#2023-01-30|最基本的设置]]!!!

有关每个文件夹的定义,可以到各个文件夹的README文件去查看,这里给出所有的课堂笔记:

table description, link
from "/"
where category="inter_class"

然后是所有的课外笔记:

table description, link
from "/"
where category = "self_study"

接下来列出所有的README文件,它们对你理解每个文件夹的内容有帮助

table file.path as Path
from "/"
where file.name = "README"

以上查询使用了DataView插件,版本在下面。

==对于仓库内部细节的更新,我会以日记的形式更新在这下面==,每一天的日记都会以横线分割。另外,介绍一下这个仓库中常用的标签,它们有可能会并列出现

#TODO 这是我还没有完成的任务,可以是对仓库的更新任务;也可以是学习过程中立下的目标。这个标签下面紧跟着的就是各种任务的集合,就是- [x]这种形式。

#question 这是在任何时刻遇到的各种问题。有时是老师抛出来的,有时是我自己想到的;如果已经有了答案,会在下面直接给出。

#example 这是课上老师给的例题。

#homework 这是嵌在笔记中的作业题。通常是单独的一个标题,只是会在下面加上这样的标签。

#poe Point On Exam。这是考试有可能出现的考点

#idea 这是我突发奇想的点子,或者是一些我认为比较重要的东西。

#keypoint 关键点,任何可能的重点/难点都会使用此标签。

#rating Difficulty level for problems:

  • #rating/basic
  • #rating/medium
  • #rating/high

#date Exists after every title with the date format mostly. Because I have no reason to write every date-related articles in diary, so I have to put a tag to remember this.

#diary Just like what it looks like.


2022-10-17

#date 2022-10-17

本仓库使用obsidian搭建,并且融合进了HappySE的仓库。关于HappySE仓库的作者信息如下:

[[Happy-SE-in-XDU-master/README]]

本仓库使用的obsidian第三方插件如下:

![[Pasted image 20221017125039.png]]

如果以后有更新也会在此文件中说明。由于我将.obsidian文件夹放在了.gitignore中(这是为了同步的方便),所以诸如第三方插件这样的配置需要靠自己去搞定~~

我是SpreadZhao,来自西电的一名码农。


2022-10-18

#date 2022-10-18

新增了插件:

![[Pasted image 20221018121850.png]]


2022-10-19

#date 2022-10-19

导出pdf的样式丑的要死,怀疑是1.0版本升级之后改成这个样子。解决办法参见[[software_qa#3.1 pdf导出|这里]],但是解决成这样还是不太好看。


2022-10-21

#date 2022-10-21

增加了插件:

![[Pasted image 20221021211952.png]]

另外DataView插件要进行如下设置:

![[Pasted image 20221022185115.png]]

不然会和某些代码段冲突。


2022-11-10

#date 2022-11-10

由于引入了yaml模板,所以在Obsidian中要进行如下设置应用模板:

![[Pasted image 20221110232507.png]]


2022-11-21

#date 2022-11-21

增加了插件,下面给出目前的所有插件:

![[resources/Pasted image 20221121123025.png]]

另外给出文件链接的新设置,今天之后插入的连接也都是这种格式。

#TODO Update Link

  • 将所有的图片都改成这种格式

![[resources/Pasted image 20221121161025.png]]


2022-11-24

#date 2022-11-24

如何使用本仓库?其实非常简单。

首先,去下面的网址下载obsidian:

Obsidian

![[resources/Pasted image 20221124143144.png]]

点击Get Obsidian fo Windows即可。下载安装完之后,会打开这样一个窗口:

![[resources/Pasted image 20221124143223.png]]

一个仓库说白了就是一个文件夹。那么我们只需要把我的仓库下下来然后选择打开本地仓库,就欧克了!

首先来到我的仓库地址:

notes_homeworks: 之前的笔记仓库已经弃用,从Typora转为了Obsidian (gitee.com)

在里面你能够找到这个按钮:

![[resources/Pasted image 20221124143355.png]]

点击这个复制,这就是本项目的仓库地址。我们用这个地址把仓库下载下来。

去这个地址下载git工具:

Git - Downloads (git-scm.com)

![[resources/Pasted image 20221124143455.png]]

点击这个windows,之后点击下面的按钮:

![[resources/Pasted image 20221124143551.png]]

下载完安装即可。安装的过程可能会有一点漫长,不过不要紧,全部默认就ok了。在安装完之后,在任意一个文件夹下右键都能看到这个:

![[resources/Pasted image 20221124143649.png]]

Git Bash Here就是我们最常用的功能了。我们在随便一个文件夹里点击它,会出现一个类似cmd的窗口:

![[resources/Pasted image 20221124143751.png]]

我们在这里下载我的仓库。输入如下命令:

git clone https://gitee.com/spreadzhao/notes_homeworks.git

这里的地址就是之前复制的仓库地址。但是注意粘贴的方式不一样,在gitbash中粘贴的快捷键是SHIFT + INSERT ,而不是CTRL + V。如果找不到的话鼠标右键粘贴也行。

等待一段时间,仓库就下载好了,之后我们就要在obsidian中打开这个仓库:

![[resources/Pasted image 20221124144100.png]]

点击打开后,选择刚刚下载好的文件夹,就可以使用了!!!

另外,如果仓库有更新,就来到下载的仓库目录下,右键打开Git Bash Here,输入如下命令:

git pull

这样就会自动将仓库更新成最新的。

最好自己注册一个gitee的账号,有可能进行git操作的时候会让你登录。

2022-12-29

#date 2022-12-29

更新了插件:

![[resources/Pasted image 20221229144203.png]]

2023-01-24

#date 2023-01-24

想要正常工作,只需要DataView和Excalidraw插件即可:

![[resources/Pasted image 20230124231029.png]]

2023-01-30

#date 2023-01-30

重大更新!!!

将插件设置和Obsidian本体设置进行汇总,保证所有的工作正常。

DataView

![[resources/Pasted image 20230130001011.png]]


Excalidraw

![[resources/Pasted image 20230130001111.png]]

![[resources/Pasted image 20230130001127.png]]


Obsidian

![[resources/Pasted image 20230130001216.png]]

2023-05-02

#date 2023-05-02

We are now begin using The Minimal Theme for obsidian. These are the plugins related to it:

Below is the settings for Style Settings:

{
  "minimal-style@@h1-size": "1.8em",
  "minimal-style@@h1-color@@dark": "#D51A1A",
  "minimal-style@@h1-weight": 700,
  "minimal-style@@h2-size": "1.6em",
  "minimal-style@@h2-color@@dark": "#D58E06",
  "minimal-style@@h3-size": "1.4em",
  "minimal-style@@h3-color@@dark": "#5569C8",
  "minimal-style@@h4-size": "1.0em",
  "minimal-style@@h4-color@@dark": "#1C829D",
  "minimal-style@@h5-size": "1em",
  "minimal-style@@h6-size": "1em",
  "minimal-style@@h1-l": true,
  "minimal-style@@h1-variant": "normal",
  "minimal-style@@spacing-p": "0.3em",
  "minimal-style@@zoom-off": true,
  "minimal-style@@sidebar-lines-off": false,
  "minimal-style@@sidebar-tabs-style": "sidebar-tabs-underline",
  "minimal-advanced@@cursor": "default",
  "minimal-style@@italic-color@@dark": "#4BACC5",
  "minimal-style@@hl2@@dark": "#8C7E7E",
  "minimal-style@@bold-weight": 600,
  "minimal-style@@bold-color@@dark": "#C10202",
  "minimal-style@@italic-color@@light": "#4BACC5",
  "minimal-style@@h1-color@@light": "#D51A1A",
  "minimal-style@@h2-color@@light": "#D58E06",
  "minimal-style@@h3-color@@light": "#5569C8",
  "minimal-style@@h4-color@@light": "#1C829D",
  "minimal-style@@hl2@@light": "#8C7E7E",
  "minimal-style@@bold-color@@light": "#C10202"
}

All plugins now:

![[resources/Pasted image 20230502234456.png]]

![[resources/Pasted image 20230502234507.png]]

Also, we create a css to center the images which also works when exported to pdf files. See [[Knowledge/software_qa#3.4 Center Images|this]] for detail.

2023-05-03

#date 2023-05-03

New Sytle Settings:

{
  "minimal-advanced@@cursor": "default",
  "minimal-style@@h1-size": "1.8em",
  "minimal-style@@h1-color@@dark": "#D51A1A",
  "minimal-style@@h1-weight": 700,
  "minimal-style@@h2-size": "1.6em",
  "minimal-style@@h2-color@@dark": "#D58E06",
  "minimal-style@@h3-size": "1.4em",
  "minimal-style@@h3-color@@dark": "#5569C8",
  "minimal-style@@h4-size": "1.0em",
  "minimal-style@@h4-color@@dark": "#1C829D",
  "minimal-style@@h5-size": "1em",
  "minimal-style@@h6-size": "1em",
  "minimal-style@@h1-l": true,
  "minimal-style@@h1-variant": "normal",
  "minimal-style@@spacing-p": "0.3em",
  "minimal-style@@zoom-off": true,
  "minimal-style@@sidebar-lines-off": false,
  "minimal-style@@sidebar-tabs-style": "sidebar-tabs-underline",
  "minimal-style@@italic-color@@dark": "#4BACC5",
  "minimal-style@@hl2@@dark": "#52511D",
  "minimal-style@@bold-weight": 600,
  "minimal-style@@bold-color@@dark": "#C10202",
  "minimal-style@@italic-color@@light": "#4BACC5",
  "minimal-style@@h1-color@@light": "#D51A1A",
  "minimal-style@@h2-color@@light": "#D58E06",
  "minimal-style@@h3-color@@light": "#5569C8",
  "minimal-style@@h4-color@@light": "#1C829D",
  "minimal-style@@hl2@@light": "#ACAA44",
  "minimal-style@@bold-color@@light": "#C10202"
}

2023-05-07

#date 2023-05-07

Now we can use our own css snippet to custimize our own style!!!

.square-solid {
	border-style: solid;
	background-color: transparent !important;
}
.square-solid-red {
	border-style: solid;
	border-color: red;
	background-color: transparent !important;
}
.square-solid-yellow {
	border-style: solid;
	border-color: yellow;
	background-color: transparent !important;
}
.square-solid-blue {
	border-style: solid;
	border-color: blue;
	background-color: transparent !important;
}

The [[templates/square-solid|new template]] is also defined under the existance of this style.

2023-05-08

#date 2023-05-08

To make the text bordered remains its color, we should interit the color style from its parent:

.square-solid {
	border-style: solid;
	background-color: transparent !important;
	color: inherit !important;
}
.square-solid-red {
	border-style: solid;
	border-color: red;
	background-color: transparent !important;
	color: inherit !important;
}
.square-solid-yellow {
	border-style: solid;
	border-color: yellow;
	background-color: transparent !important;
	color: inherit !important;
}
.square-solid-blue {
	border-style: solid;
	border-color: blue;
	background-color: transparent !important;
	color: inherit !important;
}

You will get such result which is more comforting:

![[resources/Pasted image 20230508235852.png]]

2023-05-28

#date 2023-05-28

Add DB Folder plugin.

![[resources/Pasted image 20230528010756.png]]

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

再见了各位。由于坑爹的500mb限制,我的笔记仓库需要搬家了。 The former notes repository has been deprecated, now I turn to use Obsidian instead of Typora. 展开 收起
Assembly 等 2 种语言
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/spreadzhao/notes_homeworks.git
git@gitee.com:spreadzhao/notes_homeworks.git
spreadzhao
notes_homeworks
notes_homeworks
master

搜索帮助