# ebook-windgoes **Repository Path**: hwaust/ebook-windgoes ## Basic Information - **Project Name**: ebook-windgoes - **Description**: 仓库https://gitee.com/hwaust/windgoes的电子书说明文档。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-02 - **Last Updated**: 2023-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 内容简介 本书是Windgoes6库 ([https://gitee.com/hwaust/WindGoes6.git](https://gitee.com/hwaust/WindGoes6.git)) 的说明文档,用于对主要使用的类进行说明,以规范使用。 * 创建日期:2023/08/02 * 主要内容:常用C#库Windgoes6的使用指南。 * 使用指南:**[Gitbook 使用说明(飞书)](https://i8bbmkcybg.feishu.cn/docx/QgCoddeqwoAnxNxmr76cgHc1npf)** 在飞书编写的详细文档 * 访问链接:http://121.199.10.158:8107/ebooks/windgoes-ebook/_book/ * 仓库链接:`git clone https://gitee.com/hwaust/windgoes-ebook.git` * 本地提交:`.\commit.sh "update ReadMe.md"` 其中引号内的是更新说明文本。 * 远程编译:`ssh ali "cd /root/myweb/ROOT/ebooks/ebook-windgoes; git pull; ./build.sh"` ## 配置文件 * `book.json` * https://blog.csdn.net/xixihahalelehehe/article/details/125113876 * https://blog.csdn.net/gongch0604/article/details/107494736 * `mathjax-commonhtml` * https://github.com/lwchkg/gitbook-plugin-mathjax-commonhtml/blob/master/README.md ## Git使用 * 为本地仓库添加远程地址 ```bash git remote add origin https://gitee.com/hwaust/machine-learning-ebook.git https://gitee.com/hwaust/machine-learning-ebook git push -u origin "master" ``` * 保存密码:使用 `git config --global credential.helper store` 可以长期存储密码,只需第1次输入即可完成。