会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阿喵先生
博客园
首页
新随笔
联系
订阅
管理
2021年3月3日
用python连接操作oracle的报错解决方案
摘要: 报错 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)
2021年2月1日
添加命令至systemctl
摘要: 以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)
公告