会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
秒年度
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
14
下一页
2021年5月19日
Oracle oci python sdk简单使用
摘要: 听说Oracle有个oracle always free计划,所以赶紧申请了个Oracle Cloud的账号,主要是用来FQ用的,之前用过Google的,不过只有1年的期限,由此看来这个很吸引人,搭建的V兔Ray也算稳定,看了看其它可用的东西,**自治数据库(ADW)**看起来也不错,不过个人感觉更
阅读全文
posted @ 2021-05-19 17:19 秒年度
阅读(553)
评论(0)
推荐(0)
2021年5月18日
cx_Oracle.DatabaseError: ORA-28759: failure to open file
摘要: 找了好久这个问题,有人说是tcps的问题,需要自己生成证书什么的,后来才发现原来是 钱包文件路径 的问题,钱包文件解压后必须放在instantclien/network/admin下,在Windows和Linux平台下都测试了,确实是路径导致的。 剩下的按照文档来就可以了,环境变量什么的,都很简单,
阅读全文
posted @ 2021-05-18 16:50 秒年度
阅读(600)
评论(0)
推荐(0)
2021年5月10日
sqlalchemy常用操作
摘要: #!/usr/bin/env python3 # -*- coding: utf-8 -*- from sqlalchemy import Column, String, create_engine, Integer, MetaData, Table from sqlalchemy.ext.decl
阅读全文
posted @ 2021-05-10 15:02 秒年度
阅读(88)
评论(0)
推荐(1)
2021年4月16日
python requests 问题总结
摘要: 使用代理池访问https站点返回乱码: 检查一下正常的请求头里面accept-encoding字段是否包含br,如果包含,果断pip install urllib3[brotli],详见ssl-warnings Caused by ProxyError: 若错误中含Caused by ProxyEr
阅读全文
posted @ 2021-04-16 15:58 秒年度
阅读(876)
评论(0)
推荐(0)
2021年3月30日
Aborted wiping of zfs_member.1 existing signature left on the device.Aborting pvcreate on /dev/sda
摘要: 看意思是有什么签名在上面,创建不了逻辑卷,确认数据备份的情况下执行对应的下面命令: wipefs --all --force /dev/sdax
阅读全文
posted @ 2021-03-30 13:56 秒年度
阅读(486)
评论(0)
推荐(0)
2020年12月26日
Ubuntu挂载smb到本地
摘要: 常规 sudo apt-get install cifs-utils -y sudo mkdir /airdisk;vim /etc/fstab 在/etc/fstab添加 //192.168.123.22/新加卷-a/airdisk cifs username=airdisk,password=1
阅读全文
posted @ 2020-12-26 13:59 秒年度
阅读(2713)
评论(0)
推荐(0)
2020年12月11日
Windows安装face_recognition
摘要: 安装提供的python和cmake,最好都添加一下环境变量 安装dlib,pip install dlib-19.7.0-cp36-cp36m-win_amd64.whl 安装face_recognition,pip install face_recognition 安装旧版numpy,pip un
阅读全文
posted @ 2020-12-11 23:14 秒年度
阅读(140)
评论(0)
推荐(0)
2020年12月1日
华为交换机开启Web功能
该文被密码保护。
阅读全文
posted @ 2020-12-01 16:09 秒年度
阅读(0)
评论(0)
推荐(0)
2020年11月14日
运行Flutter时连接超时
摘要: 这个墙不知道浪费了开发者多少的时间!!!!!!!!!!!!!!!!!!! 1.修改仓库地址为阿里仓库: 编辑android/build.gradle,把文件中的两处: google() jcenter() 改为: maven { url 'https://maven.aliyun.com/repos
阅读全文
posted @ 2020-11-14 01:13 秒年度
阅读(1384)
评论(0)
推荐(0)
2020年11月5日
Ubuntu安装python各版本
摘要: 编译安装的话,之前遇到过很多小问题,感觉还是通过添加这个ppa方式装的比较稳,缺点是可能安装的比较慢,可配合proxychain4 sudo apt install software-properties-common -y sudo add-apt-repository ppa:deadsnake
阅读全文
posted @ 2020-11-05 14:53 秒年度
阅读(1137)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
14
下一页
公告