From 3e13ef415c74fb182f112b3e6c41ad48b5f504eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?51=20=E7=94=98=E9=91=AB?= <732839947@qq.com> Date: Tue, 14 Feb 2023 02:17:53 +0000 Subject: [PATCH 1/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20?= =?UTF-8?q?=E5=91=A8=E5=BF=97=E6=9D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2\346\234\21014.html" | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 "\345\221\250\345\277\227\346\235\260/2\346\234\21014.html" diff --git "a/\345\221\250\345\277\227\346\235\260/2\346\234\21014.html" "b/\345\221\250\345\277\227\346\235\260/2\346\234\21014.html" deleted file mode 100644 index 5b741126..00000000 --- "a/\345\221\250\345\277\227\346\235\260/2\346\234\21014.html" +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - 纪2023年2月14日 - - - 城南小陌又逢春,只见桃花不见人. 人有生老三千疾,唯有相思不可医. - - \ No newline at end of file -- Gitee From c63ed3e2b91769c926b542952fc8885e0132b08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=98=E9=91=AB?= <732839947@qq.com> Date: Wed, 15 Feb 2023 08:10:29 +0800 Subject: [PATCH 2/6] =?UTF-8?q?'=E7=94=98=E9=91=AB'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\347\224\230\351\221\253/9527.html" | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 "\347\224\230\351\221\253/9527.html" diff --git "a/\347\224\230\351\221\253/9527.html" "b/\347\224\230\351\221\253/9527.html" new file mode 100644 index 00000000..3ab4f449 --- /dev/null +++ "b/\347\224\230\351\221\253/9527.html" @@ -0,0 +1,12 @@ + + + + + + + Document + + + qwe123 + + \ No newline at end of file -- Gitee From fb304f40efae16d3fd375daa59c6e886ee448eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=98=E9=91=AB?= <732839947@qq.com> Date: Wed, 15 Feb 2023 17:22:41 +0800 Subject: [PATCH 3/6] =?UTF-8?q?'=E7=94=98=E9=91=AB'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\347\224\230\351\221\253/jjcc.js" | 35 ++++++++++++++++++++++++++++++ "\347\224\230\351\221\253/use.js" | 3 +++ 2 files changed, 38 insertions(+) create mode 100644 "\347\224\230\351\221\253/jjcc.js" create mode 100644 "\347\224\230\351\221\253/use.js" diff --git "a/\347\224\230\351\221\253/jjcc.js" "b/\347\224\230\351\221\253/jjcc.js" new file mode 100644 index 00000000..464e8a6f --- /dev/null +++ "b/\347\224\230\351\221\253/jjcc.js" @@ -0,0 +1,35 @@ +var num=/^[0-9]*$/ + +let obj={ + add:function(a,b){ + if(num.test(a)&&num.test(b)){ + console.log(a+b) + }else( + console.log("输入错误") + ) + + }, + delete:function(a,b){ + if(num.test(a)&&num.test(b)){ + console.log(a+b) + }else( + console.log("输入错误") + ) + }, + multiplication:function(a,b){ + if(num.test(a)&&num.test(b)){ + console.log(a+b) + }else( + console.log("输入错误") + ) + }, + divider:function(a,b){ + if(num.test(a)&&num.test(b)){ + console.log(a+b) + }else( + console.log("输入错误") + ) + } +} +module.exports=obj; + diff --git "a/\347\224\230\351\221\253/use.js" "b/\347\224\230\351\221\253/use.js" new file mode 100644 index 00000000..c71f0327 --- /dev/null +++ "b/\347\224\230\351\221\253/use.js" @@ -0,0 +1,3 @@ +let obj=require("./jjcc") +console.log(obj) +obj.add(4,2) \ No newline at end of file -- Gitee From 754019fd4953f2ca9f0c3c29537018e8519acc50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?51=20=E7=94=98=E9=91=AB?= <732839947@qq.com> Date: Wed, 15 Feb 2023 09:23:20 +0000 Subject: [PATCH 4/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20?= =?UTF-8?q?=E7=94=98=E9=91=AB/9527.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\347\224\230\351\221\253/9527.html" | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 "\347\224\230\351\221\253/9527.html" diff --git "a/\347\224\230\351\221\253/9527.html" "b/\347\224\230\351\221\253/9527.html" deleted file mode 100644 index 3ab4f449..00000000 --- "a/\347\224\230\351\221\253/9527.html" +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - Document - - - qwe123 - - \ No newline at end of file -- Gitee From 24003aea50aaf7241f5ac5f4bed8c97648fadcec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?51=20=E7=94=98=E9=91=AB?= <732839947@qq.com> Date: Sat, 18 Feb 2023 08:37:39 +0000 Subject: [PATCH 5/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20READ?= =?UTF-8?q?ME.en.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 README.en.md diff --git a/README.en.md b/README.en.md deleted file mode 100644 index a80135a4..00000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# 21届5班node作业 - -#### Description -作业 - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -- Gitee From 25e5559f8a5aa40693f36514e1a0d45cb0d1b641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?51=20=E7=94=98=E9=91=AB?= <732839947@qq.com> Date: Sat, 18 Feb 2023 08:37:48 +0000 Subject: [PATCH 6/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20READ?= =?UTF-8?q?ME.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index c2c62924..00000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# 21届5班node作业 - -#### 介绍 -作业 - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -- Gitee