摘要: 报错 DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library: “The specified module could not be found” pycharm是64位 oracle客户端是64位 python是6 阅读全文
posted @ 2021-03-03 09:45 阿喵先生 阅读(665) 评论(0) 推荐(0)
摘要: 以redis服务为例 在系统服务目录创建service文件 vi /etc/systemd/system/redis.service 文件写入以下内容: [Unit] Description=Redis After=network.target [Service] ExecStart=/usr/lo 阅读全文
posted @ 2021-02-01 14:17 阿喵先生 阅读(211) 评论(0) 推荐(0)