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

2022年6月16日

宝塔配置301重定向

摘要: 站点配置 微擎框架(老) 之前确定的URL(执行301前的路径) http:/oldxxx.com/addons/shop/?menu#/diy?page_id=3&i=3 配置的目标URL($request_uri为宝塔自动给拼接的,前面的&或是?根据情况自行填加) http://xxx.com/ 阅读全文

posted @ 2022-06-16 11:49 何苦-> 阅读(325) 评论(0) 推荐(0)

2022年6月14日

get 传递PHP接收的数组参数

摘要: /get?time%5B%27start%27%5D=2022-05-16&time%5B%27end%27%5D=2022-06-16 // /get?time['start']=2022-05-16&time['end']=2022-06-16 url解码后的内容 阅读全文

posted @ 2022-06-14 10:29 何苦-> 阅读(259) 评论(0) 推荐(0)

2022年5月26日

Docker安装 各系统安装 ubuntu mac windows

摘要: 混乱,以前零星笔记拼凑,自己备忘 Ubuntu 安装 Docker 从 2017 年 3 月开始 docker 在原来的基础上分为两个分支版本: Docker CE 和 Docker EE。 Docker CE 即社区免费版,Docker EE 即企业版,强调安全,但需付费使用。 如果安装 Dock 阅读全文

posted @ 2022-05-26 10:57 何苦-> 阅读(436) 评论(0) 推荐(0)

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 何苦-> 阅读(304) 评论(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 何苦-> 阅读(118) 评论(0) 推荐(0)

GitLab 使用介绍

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

posted @ 2022-05-23 14:44 何苦-> 阅读(1319) 评论(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 何苦-> 阅读(645) 评论(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 何苦-> 阅读(26) 评论(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 何苦-> 阅读(443) 评论(0) 推荐(0)

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

导航