• HOME
  • SEARCH
  • TOPICS
  • DATA

  • PostgreSQL 重置序列序号

    从 1 开始 false表示,数字1还没有被用掉。 select setval('post_id_seq', 1, false); 从 2 开始 true表示,

    2021-05-17, Views: 3182 , Topics: PostgreSQL

  • PostgreSQL 修改字段属性

    重命名 alter table record_page_view rename ua to user_agent; 添加字段 alter table reco

    2021-05-16, Views: 4870 , Topics: PostgreSQL

  • PostgreSQL 时间戳转毫秒值并去除小数位

    时间戳转毫秒值 使用extract函数及epoch from关键词。 select extract(epoch from (current_timestamp)

    2021-05-16, Views: 8360 , Topics: PostgreSQL

  • Linux 编译安装 PostgreSQL 12.2

    下载地址 清华大学镜像,下载并解压。 wget https://mirrors.tuna.tsinghua.edu.cn/postgresql/source/v

    2021-05-15, Views: 3065 , Topics: PostgreSQL Linux

  • Ubuntu 卸载 Nginx

    apt-get 方式安装 apt-get remove nginx nginx-common apt-get purge nginx nginx-common

    2021-05-14, Views: 3020 , Topics: Nginx Ubuntu

  • Nginx 负债均衡的几种方式

    轮询 http { upstream loadbalanceone{ server 127.0.0.1:9000; se

    2021-05-12, Views: 3897 , Topics: Nginx 负载均衡

  • Nginx(OpenResty) 去掉默认错误页面中的版本号

    说明 修改Nginx的源码才能去除,所以必须通过编译安装,yum或apt-get方式无法修改。 适用于OpenResty。 Nginx和OpenResty的开源

    2021-05-11, Views: 3814 , Topics: Nginx OpenResty License

  • Ubuntu 使用 Certbot 给 Nginx 添加 SSL 证书

    关于 Certbot Certbot不用注册Let's Encrypt账号(它会自动帮你注册),不用手动修改配置服务器配置,一行命令搞定。 安装示例 以我的服务

    2021-05-10, Views: 4067 , Topics: Nginx Let's Encrypt HTTPS

  • OpenResty lua-resty-http unable to get local issuer certificate

    错误信息 在请求https接口时,抛出了如下异常信息: lua ssl certificate verify error: (20: unable to get

    2021-05-09, Views: 6820 , Topics: OpenResty HTTPS

  • OpenResty lua-resty-auto-ssl 无法颁发证书问题

    开启 debug 日志 error_log logs/error.log debug; 错误日志 2021/02/17 11:13:47 [notice] 1

    2021-05-09, Views: 3595 , Topics: OpenResty HTTPS Let's Encrypt

  • OpenResty lua-resty-auto-ssl: failed to set ocsp stapling for

    错误日志 lua-resty-auto-ssl报错。 2021/02/17 08:59:12 [error] 28822#0: 17557 [lua] ssl

    2021-05-08, Views: 4615 , Topics: OpenResty HTTPS Let's Encrypt

  • OpenResty 使用 lua-resty-auto-ssl 配置 https 证书

    lua-resty-auto-ssl 开源地址 https://github.com/auto-ssl/lua-resty-auto-ssl lua-resty

    2021-05-06, Views: 8323 , Topics: OpenResty Let's Encrypt HTTPS

  • 使用 LuaRocks 管理 Lua 依赖

    列出已安装依赖 luarocks list 查看帮助 luarocks help 查看命令帮助 luarocks help install 查找依赖 luaro

    2021-05-05, Views: 6942 , Topics: LuaRocks Lua OpenResty

  • OpenResty 整合 LuaRocks - Linux

    安装 LuaRocks 下载地址:https://luarocks.github.io/luarocks/releases 下载并解压 wget https:/

    2021-05-04, Views: 4599 , Topics: OpenResty LuaRocks Linux

  • Linux 编译安装 OpenResty

    下载 OpenResty 本文以openresty-1.19.3.1为例。 wget https://openresty.org/download/openre

    2021-05-03, Views: 4729 , Topics: OpenResty Linux

  • Linux yum 安装 OpenResty

    下载镜像 wget https://mirrors.tuna.tsinghua.edu.cn/openresty/centos/7/x86_64/openres

    2021-05-03, Views: 4339 , Topics: OpenResty yum Linux

  • Arthas 获取 Spring Context 动态修改 Spring Boot 配置文件中的值

    案例代码 Spring Boot配置文件:application.yml config: url: http://www.baidu.com isTes

    2021-05-02, Views: 10002 , Topics: Arthas Spring Boot 诊断工具

  • Arthas 使用 watch 命令观察返回值、抛出异常、入参

    案例代码 package com.example.arthas.controller; @Slf4j @RestController public class

    2021-05-01, Views: 12323 , Topics: Arthas Java 诊断工具

  • Arthas 使用 trace 查找耗时操作和调用链路

    案例代码 package com.example.arthas.controller; import com.example.arthas.view.Resu

    2021-04-29, Views: 12956 , Topics: Arthas Java 诊断工具

  • Arthas 使用 stack 查找指定方法是被谁调用的

    案例代码 package com.example.arthas.controller; @Slf4j @RestController public class

    2021-04-28, Views: 5064 , Topics: Arthas Java 诊断工具

  • First Prev
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • Next Last

©2025 沪ICP备18012661号-1 阿里云

Messages Sitemap GitHub