logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

数据库:使用navicat创建postgresql数据库的表时设定主键自增和删除主键自增教程

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...

#数据库
网站运维:git工具(11):Gitosis安装与使用-添加用户和设定权限

Gitosis 就是一套用来管理 authorized_keys文件和实现简单连接限制的脚本。添加用户和设定权限是管理一个特殊的 Git 仓库。Gitosis的安装和配置gitosis是用python写的,安装前需要提前安装python相关解析相关库yum -yinstall python-setuptools从 Gitosis 项目主页克隆并安装git clone https...

#git
网站运维:Linux重启Apache服务器出现错误:AH00558: httpd: Could not reliably determine the server's fully qua

重启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/...

#apache
网站运维:centos7 yum安装php7.3(解决yum安装apache关联不了PHP的问题)

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.

#apache
网站运维:git工具(10):GitLab安装和使用

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...

#git
网址运维:Composer安装、安装TP6

Windows安装 - Composerhttps://www.kancloud.cn/thinkphp/composer/35668Packagist 镜像使用方法https://pkg.phpcomposer.com/#how-to-install-composer阿里云 Composer 全量镜像https://developer.aliyun.com/composer系统...

网站运维:git工具-常用命令(4):git clean 清除工作区未跟踪文件、git stash 保存和恢复进度、git tag 打标签

1、git clean 清除工作区未跟踪文件git clean 命令去除冗余文件或者清理工作目录git clean -f -d 移除工作目录中所有未追踪的文件以及空的子目录。(-f强制删除)git clean -d -n 只是想要看看它会做什么,告诉你将要移除什么。说明:git clean 命令只会移除没有忽略的未跟踪文件。 任何与 .gitiignore 或其他忽略文件中的模式匹配的文件...

#git
网站运维:centos7 yum安装php7.3(解决yum安装apache关联不了PHP的问题)

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.

#apache
网站运维:git工具(11):Gitosis安装与使用-添加用户和设定权限

Gitosis 就是一套用来管理 authorized_keys文件和实现简单连接限制的脚本。添加用户和设定权限是管理一个特殊的 Git 仓库。Gitosis的安装和配置gitosis是用python写的,安装前需要提前安装python相关解析相关库yum -yinstall python-setuptools从 Gitosis 项目主页克隆并安装git clone https...

#git
网站运维:Linux重启Apache服务器出现错误:AH00558: httpd: Could not reliably determine the server's fully qua

重启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/...

#apache
    共 25 条
  • 1
  • 2
  • 3
  • 请选择