会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gcc2020
博客园
首页
新随笔
联系
订阅
管理
2022年8月19日
解决 Linux /dev/mapper/ubuntu--vg-ubuntu--lv 磁盘空间不足的问题
摘要: 之前在 VMware 安装 Ubuntu Server 的时候 磁盘分区 选择了 LVM,所以系统根目录默认占用磁盘大小只有默认大小(10G),在安装软件时发现磁盘空间已经无法满足,所以需要利用 LVM 对磁盘进行扩容。 查看文件系统磁盘空间的使用情况 root@ubuntu:~# df -h Fi
阅读全文
posted @ 2022-08-19 14:21 gcc2020
阅读(5861)
评论(0)
推荐(0)
2020年12月2日
odoo 运行时时间不对的问题
摘要: 默认数据库存储的是utc时间,时间存储会相差8个小时,正常情况下使用odoo的时区系统会转换成本地时区,没啥毛病。 修改Odoo系统环境时区:odoo14/odoo/init.py 文件import osos.environ[‘TZ’] = ‘UTC’ # 将这里的UTC 改为Asia/Shangh
阅读全文
posted @ 2020-12-02 14:22 gcc2020
阅读(1008)
评论(1)
推荐(0)
2020年10月28日
How to Build and Debug qcadoo MES?
摘要: https://zhuanlan.zhihu.com/p/35355633
阅读全文
posted @ 2020-10-28 14:34 gcc2020
阅读(124)
评论(0)
推荐(0)
2020年10月27日
CentOS编译安装Python 3.8
摘要: https://www.pythonf.cn/read/24249 4.2 编译时提示Could not import runpy module错误 错误信息如下,因为开启了编译优化,但gcc版本过低,升级gcc版本解决。 LD_LIBRARY_PATH=/opt/Python-3.8.0 ./py
阅读全文
posted @ 2020-10-27 14:06 gcc2020
阅读(1352)
评论(0)
推荐(1)
CentOS7 安装Odoo
摘要: https://alanhou.org/odoo14-installation/ https://www.rosehosting.com/blog/how-to-install-odoo-14-on-centos-8-with-nginx-as-a-reverse-proxy/ https://ww
阅读全文
posted @ 2020-10-27 10:23 gcc2020
阅读(325)
评论(1)
推荐(0)
CentOS Postgres数据库安装后命令操作失败的处理方法:psql: FATAL: Ident authentication failed for user "username" Error and Solution
摘要: https://blog.csdn.net/wang1144/article/details/53637990
阅读全文
posted @ 2020-10-27 10:21 gcc2020
阅读(427)
评论(0)
推荐(0)
2020年10月26日
CentOS7安装python3和pip3
摘要: https://cloud.tencent.com/developer/article/1478216
阅读全文
posted @ 2020-10-26 16:47 gcc2020
阅读(71)
评论(0)
推荐(0)
Centos7中安装Git并连接使用GitHub基本操作
摘要: https://blog.csdn.net/wugenqiang/article/details/81215396
阅读全文
posted @ 2020-10-26 13:31 gcc2020
阅读(95)
评论(0)
推荐(0)
阿里云CentOS安装Qcadoo开源MES
摘要: https://www.jianshu.com/p/c3eaab2258bb
阅读全文
posted @ 2020-10-26 13:20 gcc2020
阅读(301)
评论(0)
推荐(0)
CentOS 安装Java
摘要: https://www.jianshu.com/p/39a847aec780
阅读全文
posted @ 2020-10-26 13:18 gcc2020
阅读(86)
评论(0)
推荐(0)
下一页
公告