# openapi-demo **Repository Path**: austinshen/openapi-demo ## Basic Information - **Project Name**: openapi-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-16 - **Last Updated**: 2026-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aiweb #### 介绍 ai智慧工地的配置系统 #### 软件架构 软件架构说明 #### 安装教程 #### 使用说明 1. ice使用说明: 下载安装包:http://www.zeroc.com/download.html 1. 安装ice 2. 配置路径 在cmd命令行中进入到myice.ice(改成自己的ice文件名称)文件所在的目录 , 输入命令:slice2java printer.ice(改成自己的ice文件名称)即可生成相关文件 2. git相关命令: 更改url:git remote set-url origin [url] 强制推送: git push origin master -f 增加远程地址:git remote add origin git@gitee.com:你的gitee用户名/仓库名.git 提交:git commit -m '注释' 推送: git push origin master 拉取:git pull 密钥管理: 生成:ssh-keygen -t rsa -C "your_email" 查看: ~/.ssh/id_rsa.pub git操作帮助文档可以查看: https://gitee.com/help/articles/4114#article-header0 git迁移: git clone --bare gitaddress git push --mirror gitaddress