会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
羊大葱
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
19
下一页
2022年3月19日
PostgreSQL编写自定义extension
摘要: 众所周知,PG数据库可以添加许多扩展,用的比较多的有pg_show_plans,pg_stat_statments, 扩展提供给我们很多的便利,这篇文章,是我整理的一篇怎样编写自定义的extension,希望对大家有帮助。 举个例子 pg_show_plans插件,在目录中,它最主要的四个文件如图黄
阅读全文
posted @ 2022-03-19 23:22 羊大葱
阅读(1302)
评论(0)
推荐(0)
2022年3月13日
VScode编写调试C/C++程序(详细整理)
摘要: 复制如下命令: { "version": "0.2.0", "configurations": [ { "name": "C++ Launch (GDB)", "type": "cppdbg", "request": "launch", "targetArchitecture": "x86", "p
阅读全文
posted @ 2022-03-13 23:29 羊大葱
阅读(1362)
评论(0)
推荐(0)
2022年3月9日
如何在CentOS8上安装和配置Postfix邮件服务器的方法示例
摘要: Postfix 是一个自由开源的 MTA(邮件传输代理),用于在 Linux 系统上路由或传递电子邮件。在本指南中,你将学习如何在 CentOS 8 上安装和配置 Postfix。 实验室设置: 系统:CentOS 8 服务器 IP 地址:192.168.1.13 主机名:server1.crazy
阅读全文
posted @ 2022-03-09 17:16 羊大葱
阅读(844)
评论(0)
推荐(0)
yum和apt-get用法及区别
摘要: 一般来说著名的linux系统基本上分两大类: 1.RedHat系列:Redhat、Centos、Fedora等 2.Debian系列:Debian、Ubuntu等 RedHat 系列1 常见的安装包格式 rpm包,安装rpm包的命令是“rpm -参数”2 包管理工具 yum3 支持tar包 Debi
阅读全文
posted @ 2022-03-09 15:07 羊大葱
阅读(368)
评论(0)
推荐(0)
完美解决CentOS8 yum安装AppStream报错,更新yum后无法makecache的问题
摘要: 问题 CentOS 8 yum安装软件时,提示无法从AppStream下 [root@C8-3 ~]# yum -y install httpd mariadb-server mariadb php php-mysql Repository AppStream is listed more than
阅读全文
posted @ 2022-03-09 00:33 羊大葱
阅读(194)
评论(0)
推荐(0)
2022年3月8日
使用MySQL yum源安装MySQL
该文被密码保护。
阅读全文
posted @ 2022-03-08 23:42 羊大葱
阅读(0)
评论(0)
推荐(0)
linux文件结构
该文被密码保护。
阅读全文
posted @ 2022-03-08 23:20 羊大葱
阅读(3)
评论(0)
推荐(0)
2022年1月19日
python3 urllib 访问HTTPS网站的出错解决办法
摘要: urllib.request例子 import urllib.request response = urllib.request.urlopen('https://www.python.org') print(response.read().decode('utf-8')) 发现会报错,其实呢当使用
阅读全文
posted @ 2022-01-19 16:36 羊大葱
阅读(444)
评论(0)
推荐(0)
2022年1月5日
Windows下安装mingw
摘要: Win10系统,安装mingw,想用g++\gcc编译器。 网上很多教程都是指引下载安装器的,但是下载后在线安装时却都出现下载的错误,所以无法安装成功。 参考mingw贴吧:https://tieba.baidu.com/p/5487544851?red_tag=1967781305 可以到页面:h
阅读全文
posted @ 2022-01-05 17:44 羊大葱
阅读(1335)
评论(0)
推荐(1)
2021年12月29日
PyInstaller打包单文件模式打包Flask
摘要: # extract_res.py import os import sys import zipfile def res_path(relative_path): """获取资源绝对路径""" try: base_path = sys._MEIPASS except Exception: base_
阅读全文
posted @ 2021-12-29 19:18 羊大葱
阅读(597)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
19
下一页
公告