-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## opencloudos通过yum安装docker-compose | ||
``` | ||
yum install docker-compose | ||
docker -v | ||
docker-compose -v | ||
``` | ||
|
||
|
||
## 代理的问题 | ||
- cloudflare 中转代理 | ||
- https://doc.tryfastgpt.ai/docs/development/proxy/cloudflare/ | ||
- 优选IP提速 https://github.com/XIU2/CloudflareSpeedTest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
--- | ||
title: JavaScript 性能优化技巧 | ||
description: 探索如何优化 JavaScript 代码,提高网站性能。 | ||
keywords: JavaScript, 性能优化, 编程 | ||
head: | ||
- - meta | ||
- name: keywords | ||
content: JavaScript, 性能优化, 编程 | ||
--- | ||
|
||
## JavaScript |