update files

This commit is contained in:
lostecho
2024-05-27 09:37:54 +08:00
parent 1abf1ba94a
commit b5abb921ba
126 changed files with 544 additions and 64064 deletions

3
.obsidian/app.json vendored
View File

@@ -2,5 +2,6 @@
"strictLineBreaks": true,
"showLineNumber": true,
"readableLineLength": false,
"alwaysUpdateLinks": true
"alwaysUpdateLinks": true,
"promptDelete": false
}

View File

@@ -2,7 +2,9 @@
"easy-typing-obsidian",
"cm-editor-syntax-highlight-obsidian",
"markdown-prettifier",
"remotely-save",
"obsidian42-brat",
"attachment-flow-plugin",
"remotely-save"
"janitor",
"obsidian-file-cleaner"
]

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +0,0 @@
{
"id": "cm-editor-syntax-highlight-obsidian",
"name": "Editor Syntax Highlight",
"author": "death_au",
"authorUrl": "https://github.com/deathau",
"description": "Show syntax highlighing in code blocks the editor",
"isDesktopOnly": false,
"version": "0.1.3",
"minAppVersion": "0.10.0"
}

View File

@@ -1,177 +0,0 @@
@charset "UTF-8";
.cm-s-obsidian pre.HyperMD-codeblock span.cm-formatting-code-block {
color: var(--text-muted);
}
.cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
font-weight: normal;
}
.theme-dark .cm-s-obsidian {
/*
Name: yoncé
Author: Thomas MacLean (http://github.com/thomasmaclean)
Original yoncé color scheme by Mina Markham (https://github.com/minamarkham)
*/
/**/
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-keyword,
.theme-dark .cm-s-obsidian .cm-math.cm-keyword,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
color: #00A7AA;
font-weight: normal;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-atom,
.theme-dark .cm-s-obsidian .cm-math.cm-atom,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-atom {
color: #F39B35;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-number,
.theme-dark .cm-s-obsidian .cm-math.cm-number,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-number {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-type,
.theme-dark .cm-s-obsidian span.cm-math.cm-type,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-type {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-def,
.theme-dark .cm-s-obsidian .cm-math.cm-def,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-def {
color: #98E342;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-property,
.theme-dark .cm-s-obsidian .cm-math.cm-property,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-property {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable,
.theme-dark .cm-s-obsidian span.cm-math.cm-variable,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-2,
.theme-dark .cm-s-obsidian span.cm-math.cm-variable-2,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-2 {
color: #da7dae;
}
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-3,
.theme-dark .cm-s-obsidian span.cm-math.cm-variable-3,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-3 {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-type.cm-def,
.theme-dark .cm-s-obsidian .cm-math.cm-type.cm-def,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-type.cm-def {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-property.cm-def,
.theme-dark .cm-s-obsidian .cm-math.cm-property.cm-def,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-property.cm-def {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-callee,
.theme-dark .cm-s-obsidian .cm-math.cm-callee,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-callee {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-operator,
.theme-dark .cm-s-obsidian .cm-math.cm-operator,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-operator {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-qualifier,
.theme-dark .cm-s-obsidian .cm-math.cm-qualifier,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-qualifier {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-tag,
.theme-dark .cm-s-obsidian .cm-math.cm-tag,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-tag {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-tag.cm-bracket,
.theme-dark .cm-s-obsidian .cm-math.cm-tag.cm-bracket,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-tag.cm-bracket {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-attribute,
.theme-dark .cm-s-obsidian .cm-math.cm-attribute,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-attribute {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment,
.theme-dark .cm-s-obsidian .cm-math.cm-comment,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-tag,
.theme-dark .cm-s-obsidian .cm-math.cm-comment.cm-tag,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-tag {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-attribute,
.theme-dark .cm-s-obsidian .cm-math.cm-comment.cm-attribute,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-attribute {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-string,
.theme-dark .cm-s-obsidian .cm-math.cm-string,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-string {
color: #E6DB74;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-string-2,
.theme-dark .cm-s-obsidian .cm-math.cm-string-2,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-string-2 {
color: #F39B35;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-meta,
.theme-dark .cm-s-obsidian .cm-math.cm-meta,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-meta {
color: #D4D4D4;
background: inherit;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-builtin,
.theme-dark .cm-s-obsidian .cm-math.cm-builtin,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-builtin {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-header,
.theme-dark .cm-s-obsidian .cm-math.cm-header,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-header {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-hr,
.theme-dark .cm-s-obsidian .cm-math.cm-hr,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-hr {
color: #98E342;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-link,
.theme-dark .cm-s-obsidian .cm-math.cm-link,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-link {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-error,
.theme-dark .cm-s-obsidian .cm-math.cm-error,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-error {
border-bottom: 1px solid #C42412;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.CodeMirror-activeline-background,
.theme-dark .cm-s-obsidian .cm-math.CodeMirror-activeline-background,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-activeline-background {
background: #272727;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.CodeMirror-matchingbracket,
.theme-dark .cm-s-obsidian .cm-math.CodeMirror-matchingbracket,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-matchingbracket {
outline: 1px solid grey;
color: #D4D4D4 !important;
}

View File

@@ -1,56 +0,0 @@
{
"Tabout": true,
"SelectionEnhance": true,
"IntrinsicSymbolPairs": true,
"BaseObEditEnhance": true,
"FW2HWEnhance": true,
"AutoFormat": true,
"ExcludeFiles": "",
"ChineseEnglishSpace": true,
"ChineseNumberSpace": true,
"EnglishNumberSpace": true,
"ChineseNoSpace": true,
"PunctuationSpace": true,
"AutoCapital": false,
"AutoCapitalMode": "typing",
"PunctuationSpaceMode": "typing",
"InlineCodeSpaceMode": 1,
"InlineFormulaSpaceMode": 1,
"InlineLinkSpaceMode": 1,
"InlineLinkSmartSpace": true,
"UserDefinedRegSwitch": true,
"UserDefinedRegExp": "{{.*?}}|++\n<.*?>|--\n\\[\\!.*?\\][-+]{0,1}|-+\n(file:///|https?://|ftp://|obsidian://|zotero://|www.)[^\\s《》。,;;:“”‘’\\)\\(\\[\\]\\{\\}']+|++\n\n[a-zA-Z0-9_\\-.]+@[a-zA-Z0-9_\\-.]+|++\n(?<!#)#[\\u4e00-\\u9fa5\\w\\/]+|++",
"debug": false,
"userSelRepRuleTrigger": [
"-",
"#"
],
"userSelRepRuleValue": [
{
"left": "~~",
"right": "~~"
},
{
"left": "#",
"right": " "
}
],
"userDeleteRulesStrList": [
[
"demo|",
"|"
]
],
"userConvertRulesStrList": [
[
":)|",
"😀|"
]
],
"userSelRuleSettingsOpen": true,
"userDelRuleSettingsOpen": true,
"userCvtRuleSettingsOpen": true,
"EnterTwice": false,
"TryFixChineseIM": false,
"PuncRectify": false
}

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +0,0 @@
{
"id": "easy-typing-obsidian",
"name": "Easy Typing",
"version": "5.3.3",
"minAppVersion": "0.15.0",
"description": "Autoformat your note as typing.(Auto captalize, autospace)",
"author": "yaozhuwa",
"authorUrl": "https://github.com/Yaozhuwa",
"isDesktopOnly": false,
"fundingUrl": "https://www.buymeacoffee.com/yaozhuwa"
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +0,0 @@
{
"id": "markdown-prettifier",
"name": "Markdown prettifier",
"description": "Tries to fix and reformat ugly Markdown and adds things like 'modified date' etc.",
"isDesktopOnly": false,
"author": "Cristian",
"authorUrl": "https://github.com/cristianvasquez",
"js": "main.js",
"version": "0.1.3"
}

View File

@@ -1 +0,0 @@
/*Add css here*/

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-file-cleaner",
"name": "File Cleaner",
"version": "0.1.5",
"minAppVersion": "0.12.0",
"description": "Help you to clean empty files and unused attachments in the vault.",
"author": "Johnson0907",
"authorUrl": "https://github.com/Johnson0907",
"isDesktopOnly": false
}

View File

@@ -1,15 +0,0 @@
{
"id": "obsidian42-brat",
"name": "BRAT",
"version": "1.0.1",
"minAppVersion": "1.4.16",
"description": "Easily install a beta version of a plugin for testing.",
"author": "TfTHacker",
"authorUrl": "https://github.com/TfTHacker/obsidian42-brat",
"helpUrl": "https://tfthacker.com/BRAT",
"isDesktopOnly": false,
"fundingUrl": {
"Buy Me a Coffee": "https://bit.ly/o42-kofi",
"Visit my site": "https://tfthacker.com"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "remotely-save",
"name": "Remotely Save",
"version": "0.4.21",
"version": "0.4.22",
"minAppVersion": "0.13.21",
"description": "Yet another unofficial plugin allowing users to synchronize notes between local device and the cloud service.",
"author": "fyears",

View File

@@ -82,6 +82,7 @@
font-weight: bolder;
}
.setting-need-wrapping-mobile .setting-item-control {
flex-wrap: wrap;
.setting-need-wrapping .setting-item-control {
/* flex-wrap: wrap; */
display: grid;
}

View File

@@ -0,0 +1,73 @@
/*
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
if you want to view the source, please visit the github repository of this plugin
*/
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// main.ts
var main_exports = {};
__export(main_exports, {
default: () => RemoveEmptyFoldersPlugin
});
module.exports = __toCommonJS(main_exports);
var import_obsidian = require("obsidian");
var RemoveEmptyFoldersPlugin = class extends import_obsidian.Plugin {
async onload() {
this.registerEvent(
this.app.workspace.on("files-menu", (menu, files) => {
menu.addItem((item) => {
item.setTitle("Remove empty folders").onClick(async () => {
files.forEach((file) => {
if (file instanceof import_obsidian.TFolder) {
removeEmptyFolders(this.app, file);
}
});
});
});
})
);
this.registerEvent(
this.app.workspace.on("file-menu", (menu, file) => {
if (file instanceof import_obsidian.TFolder) {
menu.addItem((item) => {
item.setTitle("Remove empty folders").onClick(async () => {
const notice = new import_obsidian.Notice(`Removing empty folders !!`);
console.log("Removing empty folders !!");
removeEmptyFolders(this.app, file);
notice.hide();
new import_obsidian.Notice(`Empty folders removed !!`);
console.log("Empty folders removed !!");
});
});
}
})
);
}
};
var removeEmptyFolders = (app, folder) => {
folder.children.forEach((child) => {
if (child instanceof import_obsidian.TFolder) {
removeEmptyFolders(app, child);
}
});
if (folder.children.length === 0) {
app.vault.adapter.trashLocal(folder.path);
}
};

View File

@@ -0,0 +1,10 @@
{
"id": "remove-empty-folders",
"name": "Remove Empty Folders",
"version": "0.0.3",
"minAppVersion": "0.0.0",
"description": "Easily remove empty folders.",
"author": "fnya",
"authorUrl": "https://github.com/fnya",
"isDesktopOnly": true
}

View File

@@ -0,0 +1,8 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/

View File

@@ -4,15 +4,20 @@
"type": "split",
"children": [
{
"id": "49ccb5f7f471596e",
"id": "cf337069fe626fc2",
"type": "tabs",
"children": [
{
"id": "09210d87f9fea733",
"id": "0423604555a10e45",
"type": "leaf",
"state": {
"type": "empty",
"state": {}
"type": "markdown",
"state": {
"file": "客户清退.md",
"mode": "source",
"backlinks": true,
"source": false
}
}
}
]
@@ -67,6 +72,18 @@
"type": "bookmarks",
"state": {}
}
},
{
"id": "b3d78342d62c35ea",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
}
}
}
],
"currentTab": 0
@@ -81,6 +98,7 @@
"state": {
"type": "backlink",
"state": {
"file": "客户清退.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -97,6 +115,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "客户清退.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -107,7 +126,9 @@
"type": "leaf",
"state": {
"type": "outline",
"state": {}
"state": {
"file": "客户清退.md"
}
}
},
{
@@ -123,65 +144,63 @@
},
"left-ribbon": {
"hiddenItems": {
"markdown-importer:Open format converter": false,
"audio-recorder:Start/stop recording": false,
"publish:Publish changes...": false,
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
"command-palette:Open command palette": false,
"obsidian-file-cleaner:Clean files": false,
"remotely-save:Remotely Save": false
}
},
"active": "09210d87f9fea733",
"active": "0423604555a10e45",
"lastOpenFiles": [
"客户清退.md",
"亲选.md",
"锁.md",
"流.md",
"注解.md",
"锁优化.md",
"并发.md",
"语法糖.md",
"线程池.md",
"方法区.md",
"弱引用.md",
"可读性.md",
"Set.md",
"内部类.md",
"使用流.md",
"TCP.md",
"OSI.md",
"JVM.md",
"Map.md",
"CMS.md",
"CAS.md",
"阻塞队列.md",
"默认方法.md",
"虚拟机栈.md",
"线程调度.md",
"线程安全.md",
"LICENSE",
"203-Java/深入理解Java虚拟机.pdf",
"财富自由之路.canvas",
"Java-Interview.7z",
"logseq-java/logseq/custom.css",
"logseq-java/logseq/graphs-txid.edn",
"logseq-java/logseq",
"Pasted image 20240512214620.png",
"Java-Interview/常见框架/SpringMVC工作流程图.png",
"Pasted image 20230620173539.png",
"Pasted image 20230705093951.png",
"Pasted image 20230705104736.png",
"203-Java/203.1-Java面试/203.11-Java基础",
"Pasted image 20230613183256.png",
"财富自由之路/images/page-242.png",
"财富自由之路/images/page-079.png",
"Java面试/用流收集数据.md",
"Java 内存模型.md",
"财富自由之路.canvas",
"JavaC编译器.md",
"HotSpot虚拟机插件及工具.md",
"里氏替换原则.md",
"Brook Pointer.md",
"分代收集理论.md",
"the-craft-of-selfteach/Part.2.D.3-lambda.md",
"the-craft-of-selfteach/Part.2.C.why-start-from-writing-functions.md",
"the-craft-of-selfteach/Part.2.A.clumsy-and-patience.md",
"Pasted image 20230705093951.png",
"the-craft-of-selfteach/Part.2.D.1-args.md",
"the-craft-of-selfteach/Part.1.A.better.teachyourself.md",
"财富自由之路/images/page-195.png",
"Parallel Old.md",
"财富自由之路/pages/33. 为什么就算有钱也不一定有资本?.md",
"财富自由之路/pages/27. 你天天刷牙吗?又,我为什么要问这个奇怪的问题?.md",
"the-craft-of-selfteach/Part.1.E.5.strings.md",
"财富自由之路/pages/9. 你升级过自己的操作系统吗?.md",
"财富自由之路/images/page-307.png",
"财富自由之路/images/page-222.png",
"方法调用.md",
"运行时栈帧结构.md",
"动态类型语言支持.md",
"基于栈的字节码解释执行引擎.md",
"logseq/whiteboards/子弹笔记.edn",
"logseq/journals/2023_05_15.md",
"Pasted image 20230516164945.png",
"logseq/whiteboards",
"Pasted image 20230403123034.png",
"logseq/LICENSE",
"logseq/README.md",
"logseq/pages/函数.md",
"logseq/pages/原则.md",
"logseq/logseq/config.edn",
"logseq/assets/2023-03-21-17-57-47.jpeg",
"logseq/assets/34张史上最全IT架构师技术知识图谱_1679583794511_0.zip",
"logseq/assets/2023-03-21-17-41-37.jpeg",
"logseq/logseq/bak/pages/相约七年后9",
"logseq/logseq/bak/pages/相约七年后8",
"logseq/logseq/bak/pages/相约七年后7",
"logseq/logseq/bak/pages/相约七年后5",
"logseq/logseq/bak/pages/相约七年后4"
"logseq/LICENSE"
]
}

View File

@@ -13,7 +13,20 @@
"state": {
"type": "markdown",
"state": {
"file": "代码规范/代码规范.md",
"file": "客户清退.md",
"mode": "source",
"backlinks": true,
"source": false
}
}
},
{
"id": "6b741110a2abe7d7",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "首销价格补偿.md",
"mode": "source",
"backlinks": true,
"source": false
@@ -101,7 +114,7 @@
"state": {
"type": "backlink",
"state": {
"file": "并发.md",
"file": "首销价格补偿.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -126,7 +139,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "并发.md",
"file": "首销价格补偿.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -149,7 +162,7 @@
"state": {
"type": "outline",
"state": {
"file": "并发.md"
"file": "首销价格补偿.md"
}
}
},
@@ -174,21 +187,24 @@
},
"left-ribbon": {
"hiddenItems": {
"obsidian42-brat:BRAT": false,
"remotely-save:Remotely Save": false,
"obsidian-file-cleaner:Clean files": false,
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
"command-palette:Open command palette": false,
"remotely-save:Remotely Save": false
}
},
"active": "af571c790caf59c7",
"active": "6b741110a2abe7d7",
"lastOpenFiles": [
"客户清退.md",
"首销价格补偿.md",
"代码规范/代码规范.md",
"亲选.md",
"logseq-java.7z",
"Java-Interview.7z",
"Java-Interview.zip",
"代码规范/代码规范.md",
"并发.md",
"弱引用.md",
"引用类型.md",
@@ -212,8 +228,6 @@
"方法规范.md",
"命名规范.md",
"方法.md",
"变量规范.md",
"常量规范.md",
"Pasted image 20230403123034.png",
"代码规范",
"203-Java/Pasted image 20230613181834.png",
@@ -226,7 +240,6 @@
"203-Java/203.1-Java面试/205.17-Spring",
"203-Java/203.1-Java面试/205.16-RabbitMQ",
"203-Java/203.1-Java面试/205.15-Redis",
"203-Java/203.1-Java面试/205.14-MySQL",
"203-Java/203.1-Java面试/205.13-JVM"
"203-Java/203.1-Java面试/205.14-MySQL"
]
}