diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/404.html b/404.html new file mode 100644 index 0000000000000000000000000000000000000000..5705bebe58dcd40b5bfcff2ed888d20b72d7c5ec --- /dev/null +++ b/404.html @@ -0,0 +1,4 @@ +--- +permalink: /404.html +--- + diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000000000000000000000000000000000..9bc27514f3d1dda2f55cadab81911e9e1e5b90fc --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +think-dast.apachecn.org \ No newline at end of file diff --git a/README.md b/README.md index abbc2c0d804995f521540c53515de307787faa96..2338ff23d4f6b9d3669cdf1a29f1fa7a9de0dc9a 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ > > 欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远。 -+ [ApacheCN LeetCode 刷题群 812791932](http://qm.qq.com/cgi-bin/qm/qr?k=O4wL2pA1LJEArhZ02mI-_YLn4gQFaQjK) ++ [ApacheCN 面试求职交流群 724187166](https://jq.qq.com/?_wv=1027&k=54ujcL3) + [ApacheCN 学习资源](http://www.apachecn.org/) ‍ -+ [在线阅读](https://www.gitbook.com/book/wizardforcel/think-dast/details) ++ [在线阅读](https://think-dast.apachecn.org) + [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/think-dast) + [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/think-dast) + [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/think-dast) diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..88aa2eb0277560565a4b705e012741b482c6d594 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + + + \ No newline at end of file diff --git a/update.sh b/update.sh new file mode 100644 index 0000000000000000000000000000000000000000..f76166c4e1c6f64161b010c866bc8e4231e17b18 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +git add -A +git commit -am "$(date "+%Y-%m-%d %H:%M:%S")" +git push \ No newline at end of file