vault backup: 2026-03-21 00:13:24

This commit is contained in:
2026-03-21 00:13:24 +08:00
parent e94ba34706
commit 712465897d
187 changed files with 47668 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
[
"obsidian-git"
"obsidian-git",
"docxer"
]

28458
.obsidian/plugins/docxer/main.js vendored Normal file

File diff suppressed because one or more lines are too long

10
.obsidian/plugins/docxer/manifest.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"id": "docxer",
"name": "Docxer",
"version": "2.3.0",
"minAppVersion": "1.5.0",
"description": "Import Word files easily. Adds a preview mode for .docx files and the ability to convert them to markdown (.md) files.",
"author": "Developer-Mike",
"authorUrl": "https://github.com/Developer-Mike",
"isDesktopOnly": false
}

40
.obsidian/plugins/docxer/styles.css vendored Normal file
View File

@@ -0,0 +1,40 @@
/* src/styles.scss */
.kofi-button {
z-index: 999;
position: absolute;
bottom: var(--size-4-5);
right: var(--size-4-5);
height: 30px;
}
.kofi-button img {
height: 100%;
}
.docxer-settings-heading {
border-bottom: 1px solid var(--color-accent);
}
.docxer-settings-heading:not(:first-child) {
margin-top: var(--size-4-10) !important;
}
#docxer-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 20px;
font-size: 1rem;
background-color: var(--background-secondary);
}
.docxer-embed {
max-height: 800px;
overflow: auto;
background-color: var(--background-primary);
border: 1px solid var(--background-modifier-border);
border-radius: var(--radius-s);
}
.docx-wrapper {
padding: 0 !important;
background-color: var(--background-primary) !important;
transform-origin: center top;
}
.docx-wrapper article {
user-select: text;
}

View File

@@ -1,14 +1,26 @@
### 1.1.1 测量仪器的使用
#### 水准仪
按精度不同划为4个等级
普通水准仪DS3国家三等、DS10国家四等及普通水准测量
精密水准仪DS05国家一等精密、DS1国家二等精密
D为大地测量S为水准仪数字为误差(±mm
D为大地测量S为水准仪数字为精度(误差不超过±mm
按结构分为微倾水准仪、自动安平水准仪、激光水准仪、数字水准仪(又称电子水准仪)。
工程测量中一般使用DS3型微倾式普通水准仪。
(这个表述其实有点过时了,现在工程上普遍使用的是**自动安平水准仪**代号中通常加个Z比如**DSZ3**)。只需要把仪器大致调平,仪器内部的“补偿器”受重力作用会自动把视线拉平。)
#### 经纬仪
经纬仪是角度测量的主要仪器,也可用于低精度测量中的视距测量。
根据度盘刻度和读数方式的不同,分为游标经纬仪、光学经纬仪、电子经纬仪。
D为大地测量J为经纬仪数字为精度误差不超过±秒
#### 电磁波测距仪
用于小地区控制测量、地形测量、地籍测量和工程测量等。
按距离分为短程测距L≤3km、中程3km<L≤15km、远程L>15km
按精度分为Ⅰ、Ⅱ、Ⅲ、Ⅳ四级。
按载波分为微波测距仪、激光测距仪、红外测距仪。后两者统称为光电测距仪。
### 1.1.2 水利水电工程施工测量的要求
### 1.1.3 水利水电工程地质与水文地质条件及分析

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More