Skip to content

Commit 3cf7306

Browse files
Update Wiki Pages Tue Jun 7 00:18:20 UTC 2022
1 parent d9285ca commit 3cf7306

File tree

8 files changed

+85
-2
lines changed

8 files changed

+85
-2
lines changed

public/china npm.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!doctype html><title>china npm</title><meta charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=./water.css><div style=display:flex;align-items:center;align-self:center;flex-direction:row;flex-wrap:wrap;justify-content:flex-end><button onclick="location.href='./index.html'">index</button>
2+
<button onclick="location.href='./tags.html'">tags</button></div><h1>Table of Contents</h1><ul><li><a href=#china-npm>China NPM</a></ul><h1 id=china-npm>China NPM</h1><pre><code>npm --registry https://registry.npm.taobao.org install package_name
3+
</code></pre><p>src: <a href=https://blog.naver.com/appleguswjd2/222681974312>https://blog.naver.com/appleguswjd2/222681974312</a><p><span class=hashtag>#npm</span> <span class=hashtag>#china</span>
4+
<!-- Third Party Licenses : /THIRD_PARTY_LICENSES.md -->

public/china pip.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!doctype html><title>china pip</title><meta charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=./water.css><div style=display:flex;align-items:center;align-self:center;flex-direction:row;flex-wrap:wrap;justify-content:flex-end><button onclick="location.href='./index.html'">index</button>
2+
<button onclick="location.href='./tags.html'">tags</button></div><h1>Table of Contents</h1><ul><li><a href=#china-pip>China PIP</a></ul><h1 id=china-pip>China PIP</h1><pre><code>pip install package_name -i https://pypi.tuna.tsinghua.edu.cn/simple
3+
</code></pre><p>src: <a href=https://blog.naver.com/appleguswjd2/222681974312>https://blog.naver.com/appleguswjd2/222681974312</a><p><span class=hashtag>#pip</span> <span class=hashtag>#china</span>
4+
<!-- Third Party Licenses : /THIRD_PARTY_LICENSES.md -->

public/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
User-agent: *
2-
Disallow: /
2+
Allow: /

public/sitemap.txt

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
/china npm.html
2+
/china pip.html
3+
/go hash.html
4+
/go module.html
5+
/go type.html
6+
/go workspace.html
7+
/hello, world!.html
8+
/index.html
9+
/random hello world.html
10+
/tags.html
11+
/tags/hello_world.html
12+
/tags/npm.html
13+
/tags/SHA3.html
14+
/tags/SHA256.html
15+
/tags/blake2.html
16+
/tags/blake2b.html
17+
/tags/set.html
18+
/tags/slice.html
19+
/tags/monorepo.html
20+
/tags/SHA.html
21+
/tags/blake2s.html
22+
/tags/hash.html
23+
/tags/float.html
24+
/tags/complex.html
25+
/tags/byte_slice.html
26+
/tags/pip.html
27+
/tags/SHA512.html
28+
/tags/FNV-1a.html
29+
/tags/type_inference.html
30+
/tags/SHA2.html
31+
/tags/go.html
32+
/tags/uint.html
33+
/tags/double.html
34+
/tags/map.html
35+
/tags/china.html
36+
/tags/FNV-1.html
37+
/tags/slicing.html
38+
/tags/math_rand.html
39+
/tags/SHA1.html
40+
/tags/int.html
41+
/tags/empty_struct.html
42+
/tags/module.html
43+
/tags/type.html
44+
/tags/string.html
45+
/tags/workspace.html

public/tags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<div style="display: flex; align-items: center; align-self: center; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;">
77
<button onclick="location.href='./index.html'">index</button>
88
<button onclick="location.href='./tags.html'">tags</button>
9-
</div><h1>Tags</h1><br/><div style="display: flex; align-items: center; align-self: center; flex-direction: row; flex-wrap: wrap;"><button onclick="location.href='./tags/FNV-1.html'">FNV-1</button><button onclick="location.href='./tags/FNV-1a.html'">FNV-1a</button><button onclick="location.href='./tags/SHA.html'">SHA</button><button onclick="location.href='./tags/SHA1.html'">SHA1</button><button onclick="location.href='./tags/SHA2.html'">SHA2</button><button onclick="location.href='./tags/SHA256.html'">SHA256</button><button onclick="location.href='./tags/SHA3.html'">SHA3</button><button onclick="location.href='./tags/SHA512.html'">SHA512</button><button onclick="location.href='./tags/blake2.html'">blake2</button><button onclick="location.href='./tags/blake2b.html'">blake2b</button><button onclick="location.href='./tags/blake2s.html'">blake2s</button><button onclick="location.href='./tags/byte_slice.html'">byte_slice</button><button onclick="location.href='./tags/complex.html'">complex</button><button onclick="location.href='./tags/double.html'">double</button><button onclick="location.href='./tags/empty_struct.html'">empty_struct</button><button onclick="location.href='./tags/float.html'">float</button><button onclick="location.href='./tags/go.html'">go</button><button onclick="location.href='./tags/hash.html'">hash</button><button onclick="location.href='./tags/hello_world.html'">hello_world</button><button onclick="location.href='./tags/int.html'">int</button><button onclick="location.href='./tags/map.html'">map</button><button onclick="location.href='./tags/math_rand.html'">math_rand</button><button onclick="location.href='./tags/module.html'">module</button><button onclick="location.href='./tags/monorepo.html'">monorepo</button><button onclick="location.href='./tags/set.html'">set</button><button onclick="location.href='./tags/slice.html'">slice</button><button onclick="location.href='./tags/slicing.html'">slicing</button><button onclick="location.href='./tags/string.html'">string</button><button onclick="location.href='./tags/type.html'">type</button><button onclick="location.href='./tags/type_inference.html'">type_inference</button><button onclick="location.href='./tags/uint.html'">uint</button><button onclick="location.href='./tags/workspace.html'">workspace</button></div></body></html>
9+
</div><h1>Tags</h1><br/><div style="display: flex; align-items: center; align-self: center; flex-direction: row; flex-wrap: wrap;"><button onclick="location.href='./tags/FNV-1.html'">FNV-1</button><button onclick="location.href='./tags/FNV-1a.html'">FNV-1a</button><button onclick="location.href='./tags/SHA.html'">SHA</button><button onclick="location.href='./tags/SHA1.html'">SHA1</button><button onclick="location.href='./tags/SHA2.html'">SHA2</button><button onclick="location.href='./tags/SHA256.html'">SHA256</button><button onclick="location.href='./tags/SHA3.html'">SHA3</button><button onclick="location.href='./tags/SHA512.html'">SHA512</button><button onclick="location.href='./tags/blake2.html'">blake2</button><button onclick="location.href='./tags/blake2b.html'">blake2b</button><button onclick="location.href='./tags/blake2s.html'">blake2s</button><button onclick="location.href='./tags/byte_slice.html'">byte_slice</button><button onclick="location.href='./tags/china.html'">china</button><button onclick="location.href='./tags/complex.html'">complex</button><button onclick="location.href='./tags/double.html'">double</button><button onclick="location.href='./tags/empty_struct.html'">empty_struct</button><button onclick="location.href='./tags/float.html'">float</button><button onclick="location.href='./tags/go.html'">go</button><button onclick="location.href='./tags/hash.html'">hash</button><button onclick="location.href='./tags/hello_world.html'">hello_world</button><button onclick="location.href='./tags/int.html'">int</button><button onclick="location.href='./tags/map.html'">map</button><button onclick="location.href='./tags/math_rand.html'">math_rand</button><button onclick="location.href='./tags/module.html'">module</button><button onclick="location.href='./tags/monorepo.html'">monorepo</button><button onclick="location.href='./tags/npm.html'">npm</button><button onclick="location.href='./tags/pip.html'">pip</button><button onclick="location.href='./tags/set.html'">set</button><button onclick="location.href='./tags/slice.html'">slice</button><button onclick="location.href='./tags/slicing.html'">slicing</button><button onclick="location.href='./tags/string.html'">string</button><button onclick="location.href='./tags/type.html'">type</button><button onclick="location.href='./tags/type_inference.html'">type_inference</button><button onclick="location.href='./tags/uint.html'">uint</button><button onclick="location.href='./tags/workspace.html'">workspace</button></div></body></html>
1010
<!-- Third Party Licenses : /THIRD_PARTY_LICENSES.md -->

public/tags/china.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
<!DOCTYPE html>
3+
<html><head><title>china</title><meta charset="UTF-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="stylesheet" href="../water.css"></head><body>
6+
<div style="display: flex; align-items: center; align-self: center; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;">
7+
<button onclick="location.href='../index.html'">index</button>
8+
<button onclick="location.href='../tags.html'">tags</button>
9+
</div><h1>china</h1><br/><div style="display: flex; align-items: center; align-self: center; flex-direction: row; flex-wrap: wrap;"><button onclick="location.href='../china npm.html'">china npm</button><button onclick="location.href='../china pip.html'">china pip</button></div></body></html>
10+
<!-- Third Party Licenses : /THIRD_PARTY_LICENSES.md -->

public/tags/npm.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
<!DOCTYPE html>
3+
<html><head><title>npm</title><meta charset="UTF-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="stylesheet" href="../water.css"></head><body>
6+
<div style="display: flex; align-items: center; align-self: center; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;">
7+
<button onclick="location.href='../index.html'">index</button>
8+
<button onclick="location.href='../tags.html'">tags</button>
9+
</div><h1>npm</h1><br/><div style="display: flex; align-items: center; align-self: center; flex-direction: row; flex-wrap: wrap;"><button onclick="location.href='../china npm.html'">china npm</button></div></body></html>
10+
<!-- Third Party Licenses : /THIRD_PARTY_LICENSES.md -->

public/tags/pip.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
<!DOCTYPE html>
3+
<html><head><title>pip</title><meta charset="UTF-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="stylesheet" href="../water.css"></head><body>
6+
<div style="display: flex; align-items: center; align-self: center; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;">
7+
<button onclick="location.href='../index.html'">index</button>
8+
<button onclick="location.href='../tags.html'">tags</button>
9+
</div><h1>pip</h1><br/><div style="display: flex; align-items: center; align-self: center; flex-direction: row; flex-wrap: wrap;"><button onclick="location.href='../china pip.html'">china pip</button></div></body></html>
10+
<!-- Third Party Licenses : /THIRD_PARTY_LICENSES.md -->

0 commit comments

Comments
 (0)