標籤

bat (52) 作品 (38) python (21) shell (17) windows (11) 虛擬機 (11) php (10) CPP (6) KMS (6) 程式設計 (6) docker (5) 使用教學 (5) xoops (4) 公文 (4) Apache2 (3) Excel (3) juniper (3) 資料庫 (3) mysql (2) 免動手 (2) 資料結構 (2) 軟體廣播 (2) 電腦維修 (2) Android Studio (1) Apple IPAD管理 (1) Arduino (1) CSS (1) LAMP (1) NAS (1) Ubuntu (1) VHD (1) Windows Server (1) 原因 (1) 程式應用 (1) 程式積木 (1) 編輯器 (1) 雲端硬碟 (1)

2021年3月3日 星期三

紀明村老師運動會競賽檢錄系統更新模組_學生帳號管理模組

整理:
1.只要會用滑鼠點兩下,用shell 在 ubuntu 16.04 x64 桌面版本快速安裝 運動檢錄系統
https://skjhcreator.blogspot.com/2021/03/shell-ubuntu-1604-x64.html
2.紀明村老師運動會競賽檢錄系統更新模組_學生帳號管理模組
https://skjhcreator.blogspot.com/2021/03/blog-post.html
3.二林國小紀明村老師的二林網管 PDO + SQLite 程式寫作工具箱2014.07
https://skjhcreator.blogspot.com/2021/03/pdo-sqlite-201407.html
4.用shell 在CentOS 7 minimal 64位元 安裝 紀明村老師的運動會檢錄系統
https://skjhcreator.blogspot.com/2021/02/shell-centos-7-minimal-64.html
5.紀明村老師的運動檢錄系統程式碼研究心得(一)介接CloudSchool與mysql資料庫
https://skjhcreator.blogspot.com/2021/03/cloudschoolmysql.html
6.紀明村老師運動檢錄系統程式碼研究心得(二)登入login登出logout與使用者認證
https://skjhcreator.blogspot.com/2021/02/loginlogout.html
7.紀明村老師運動檢錄系統程式碼研究心得(三)smarty
https://skjhcreator.blogspot.com/2021/02/smarty.html


使用方法:
1.手動更新:
    假設伺服主機IP:172.20.3.7,帳號:webadmin 
    競賽檢錄系統安裝位置為/home/webadmin/html/Sport109/
    (1)使用Filezilla將檔案上傳到伺服主機


    (2)使用putty.exe 連線到172.20.3.7
                                        
                                        
    (3)指令操作
         (i)安裝zip與unzip(若有則免裝)
         $sudo apt-get install zip unzip -y

         (ii)解壓Sport109_StudAccManager20201106.zip 並更名為StudAccManager
         $sudo unzip Sport109_StudAccManager20201106.zip
         $sudo mv Sport109_StudAccManager20201106 StudAccManager

         (iii)競賽檢錄系統的menu.php更改名稱為menu_old.php
         $sudo mv ~/html/Sport109/menu.php  ~/html/Sport109/menu_old.php

         (iv)將StudAccManager內5個檔案複製到競賽檢錄系統
         $sudo cp StudAccManager/menu.php student.* student_cla.* ~/html/Sport109/

          寫到這裡,突然懷念起以前SFS3,一鍵就能模組更新。還有 git 的方法(git clone)。

     (4)網頁開啟,並登入。可看到
        

沒有留言:

張貼留言

只要點兩下,傳統右鍵選單改回Win11右鍵選單

系列文章: 1. 只要點兩下,就能將Win11 右鍵選單 回復 傳統右鍵選單 2. 只要點兩下,傳統右鍵選單改回Win11右鍵選單 上一篇提到只要點兩下,就能將Win11選單回到傳統選單。但是有沒有方法能夠回到Win11選單呢?                    ...