From e559f8926e2707df53d4953ad096536063efe189 Mon Sep 17 00:00:00 2001 From: chang <15294300261@163.com> Date: Thu, 26 Oct 2023 17:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E5=B8=83=E5=B1=80=EF=BC=8C=E6=8A=8Agreen=5Fhouse?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B9=9F=E5=81=9A=E4=BA=86=E7=9B=B8=E5=BA=94?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cgi-bin/hello.c | 11 +++ html/enroll.html | 19 ++++- html/green_house_info.html | 49 ++++++++++-- html/hemp_hum_first_info.html | 45 ++++++++--- html/zhuti.html | 145 ++++++++++++++++++++++++++-------- sql_base/green_house.db | Bin 5120 -> 5120 bytes 6 files changed, 215 insertions(+), 54 deletions(-) create mode 100644 cgi-bin/hello.c diff --git a/cgi-bin/hello.c b/cgi-bin/hello.c new file mode 100644 index 0000000..3046c81 --- /dev/null +++ b/cgi-bin/hello.c @@ -0,0 +1,11 @@ +#include +int main(int argc, char const* argv[]) { + for (int i = 1; i < 3; i++) { + for (int j = 1; j <= i; j++) { + twoNumAdd(i, j); // help.c的外部函数 + // _show_sum(i, j, i + j); + // 不能调用,它是static函数,是help.c的内部函数 + } + } + return 0; +} diff --git a/html/enroll.html b/html/enroll.html index 07df800..cb41002 100644 --- a/html/enroll.html +++ b/html/enroll.html @@ -13,7 +13,7 @@
- +
@@ -23,9 +23,22 @@ -
+ -
  • 请打赏
  • - -
    -


    +
  • 无刷新
  • --> + + + +

    智能大棚控制系统111

    - - +

    @@ -277,9 +283,12 @@


    - + + + +

    @@ -330,6 +339,16 @@

    + + + + +
    diff --git a/html/zhuti.html b/html/zhuti.html index b415e74..a35eed4 100644 --- a/html/zhuti.html +++ b/html/zhuti.html @@ -1,24 +1,103 @@ - + - - 主页面 + + + + 主页 @@ -32,34 +111,34 @@ [登出]
    - -
    - +
    + +
    + +
    -
    -