上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 41 下一页

2022年5月23日

linux 下安装git

摘要: Linux下更新git版本 查看git版本,卸载旧版本(如果没有安装git请直接到下一步) git --version yum remove git yum -y install git 服务器端创建 git 用户,用来管理 Git 服务,并为 git 用户设置密码 [root@localhost 阅读全文

posted @ 2022-05-23 15:56 何苦-> 阅读(300) 评论(0) 推荐(0)

git_stats web代码图形统计工具详解

摘要: 安装python # 下载安装 https://www.python.org/downloads/release/python-2713/ python2 --version 安装git_stats # 下载代码 git clone https://github.com/hoxu/gitstats. 阅读全文

posted @ 2022-05-23 15:48 何苦-> 阅读(111) 评论(0) 推荐(0)

GitLab 使用介绍

摘要: GitLab 使用介绍 一、平台对比 GitLab GitHub Gitee Coding 费用 免费 私库收费、公库免费 库数量和文件大小限制 库数量和文件大小限制 访问速度 快 慢 快 快 自由度 高 低 低 低 国内平台: Gitee : https://gitee.com/ Coding : 阅读全文

posted @ 2022-05-23 14:44 何苦-> 阅读(1313) 评论(0) 推荐(0)

centos7安装GitLab

摘要: centos7安装GitLab 服务器配置一定不低于4G内存,4个CPU内核,否则GitLab安装过程或者启动过程,会出现各种问题,切记! 1. 安装ssh和python依赖 执行安装命令:sudo yum install -y curl policycoreutils-pythonopenssh- 阅读全文

posted @ 2022-05-23 14:21 何苦-> 阅读(643) 评论(0) 推荐(0)

.gitignore

摘要: HELP.md target/ !.mvn/wrapper/maven-wrapper.jar !/src/main/ !/src/test/ logs/ *.class STS .apt_generated .classpath .factorypath .project .settings .s 阅读全文

posted @ 2022-05-23 14:17 何苦-> 阅读(22) 评论(0) 推荐(0)

Git 使用介绍

该文被密码保护。 阅读全文

posted @ 2022-05-23 13:59 何苦-> 阅读(2) 评论(0) 推荐(0)

2022年5月19日

使用Pyinstaller转换.py文件为.exe可执行程序

摘要: 使用Pyinstaller转换.py文件为.exe可执行程序 pyinstaller能够在Windows、Linux等操作系统下将Python脚本打包成可直接运行程序。使Python脚本可以在没有安装Python的环境中直接运行,方便共享。 打开cmd命令行窗口,输入pip install pyin 阅读全文

posted @ 2022-05-19 10:01 何苦-> 阅读(429) 评论(0) 推荐(0)

2022年5月17日

在 Windows 上安装 Python

摘要: 下载 python下载 一定要根据自己想要安装的包来确定版本,PyQt5 pyqt5-tools 目前python3.10不支持 python安装包区别 x86是32位 x86-64是64位 可以通过下面3种途径获取python: web-based installer 需要通过联网完成安装的 ex 阅读全文

posted @ 2022-05-17 14:38 何苦-> 阅读(121) 评论(0) 推荐(0)

PyQt5开发环境搭建和配置

摘要: PyQt5说明 pyqt5是一套Python绑定Digia QT5应用的框架。它可用于Python 2和3。本教程使用Python 3。Qt库是最强大的GUI库之一。pyqt5的官方网站http://www.riverbankcomputing.co.uk/news pyqt5的类别模块 名称 描述 阅读全文

posted @ 2022-05-17 14:00 何苦-> 阅读(536) 评论(0) 推荐(0)

2022年5月16日

已解决:Traceback (most recent call last): File "D:\Python310\lib\runpy.py", line 196, in _run_module_as_main

摘要: 错误:pip报No module named 'pip'错怎么处理 有时候在执行pip更新失败后,再次执行pip命令时会提示ModuleNotFoundError: No module named 'pip’错误,导致pip命令无法使用 现象 重新打开一个cmd命令窗口,选择使用管理员权限打开:可以 阅读全文

posted @ 2022-05-16 23:42 何苦-> 阅读(8954) 评论(0) 推荐(0)

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 41 下一页

导航