
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
1、创建一个序列打开navcat查询列表,去创建一个序列CREATE SEQUENCE upms_log_id_seq START 0;(从0开始)2、设自增然后在设主键那行,字段默认值里设nextval(' upms_log_id_seq')即可。3、官方教程https://www.postgresql.org/docs/9.3/sql-createsequence.ht...
Gitosis 就是一套用来管理 authorized_keys文件和实现简单连接限制的脚本。添加用户和设定权限是管理一个特殊的 Git 仓库。Gitosis的安装和配置gitosis是用python写的,安装前需要提前安装python相关解析相关库yum -yinstall python-setuptools从 Gitosis 项目主页克隆并安装git clone https...
重启Apache服务器出现错误:AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using ::1. Set the ‘ServerName’ directive globally to suppress this message。解决方法:在/etc/httpd/...
1、安装 PHP7.3:yum install -y php73-php-fpm php73-php-cli php73-php-bcmath php73-php-gd php73-php-json php73-php-mbstring php73-php-mcrypt php73-php-mysqlnd php73-php-opcache php73-php-pdo php73-php-pec.
GitLab英文官网https://about.gitlab.com/GitLab中文官网https://www.gitlab.com.cnGitLab使用手册https://docs.gitlab.com.cn/ce/README.html查看GitLab硬件需求https://docs.gitlab.com.cn/ce/install/requirements.htmlG...
Windows安装 - Composerhttps://www.kancloud.cn/thinkphp/composer/35668Packagist 镜像使用方法https://pkg.phpcomposer.com/#how-to-install-composer阿里云 Composer 全量镜像https://developer.aliyun.com/composer系统...
1、git clean 清除工作区未跟踪文件git clean 命令去除冗余文件或者清理工作目录git clean -f -d 移除工作目录中所有未追踪的文件以及空的子目录。(-f强制删除)git clean -d -n 只是想要看看它会做什么,告诉你将要移除什么。说明:git clean 命令只会移除没有忽略的未跟踪文件。 任何与 .gitiignore 或其他忽略文件中的模式匹配的文件...
1、安装 PHP7.3:yum install -y php73-php-fpm php73-php-cli php73-php-bcmath php73-php-gd php73-php-json php73-php-mbstring php73-php-mcrypt php73-php-mysqlnd php73-php-opcache php73-php-pdo php73-php-pec.
Gitosis 就是一套用来管理 authorized_keys文件和实现简单连接限制的脚本。添加用户和设定权限是管理一个特殊的 Git 仓库。Gitosis的安装和配置gitosis是用python写的,安装前需要提前安装python相关解析相关库yum -yinstall python-setuptools从 Gitosis 项目主页克隆并安装git clone https...
重启Apache服务器出现错误:AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using ::1. Set the ‘ServerName’ directive globally to suppress this message。解决方法:在/etc/httpd/...







