上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页

2020年4月10日

重装ORACLE参考

摘要: https://www.cnblogs.com/zhangpu/archive/2013/05/30/3109394.html linux安装ORACLE11G 方法及资源路径 已经放入百度网盘 阅读全文

posted @ 2020-04-10 21:37 土豆爸 阅读(103) 评论(0) 推荐(0)

2020年4月6日

pandas入门学习

摘要: #两列互换 In [35]: cond = df.a > df.b In [36]: df.loc[cond, ['a', 'b']] = df.loc[cond, ['b', 'a']].values In [37]: df Out[37]: a b 0 1 3 1 2 4 2 0 2 3 1 6 阅读全文

posted @ 2020-04-06 22:44 土豆爸 阅读(225) 评论(0) 推荐(0)

2020年3月19日

python笔记

摘要: 学习之路 阅读全文

posted @ 2020-03-19 21:31 土豆爸 阅读(126) 评论(0) 推荐(0)

2020年3月17日

redis 笔记

摘要: Redis 版本: redis 3.2.11 yum安装 redis 第一节 Redis简介 1.1 NoSQL NoSQL,泛指非关系型的数据库,NoSQL即Not-Only SQL,它可以作为关系型数据库的良好补充。随着互联网web2.0网站的兴起,非关系型的数据库现在成了一个极其热门的新领域, 阅读全文

posted @ 2020-03-17 23:26 土豆爸 阅读(121) 评论(0) 推荐(0)

2020年3月6日

opencv2 一直找不到模块

摘要: https://blog.csdn.net/qq_22130823/article/details/81901944 改文件 阅读全文

posted @ 2020-03-06 04:24 土豆爸 阅读(148) 评论(0) 推荐(0)

清华whl

摘要: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/opencv-python/ 阅读全文

posted @ 2020-03-06 03:47 土豆爸 阅读(186) 评论(0) 推荐(1)

2020年2月24日

docx python

摘要: Python读写docx文件 Python读写word文档有现成的库可以处理。我这里采用 python-docx。可以用pip install python-docx安装一下。 这里说一句,ppt和excel也有类似的库哦,而且是直接读取文件里面的xml数据。所以doc格式得另找其他库处理,doc格 阅读全文

posted @ 2020-02-24 04:57 土豆爸 阅读(330) 评论(0) 推荐(0)

2020年2月8日

haozip 命令行解压文件

摘要: for /r . %i in ( .zip) do haozipc x "%i" o"%~dpni" 阅读全文

posted @ 2020-02-08 20:48 土豆爸 阅读(399) 评论(0) 推荐(0)

2020年1月29日

python 升级2.7版本到3.7

摘要: https://www.jianshu.com/p/8c8972289196 比较重要的是一个库的安装, 安装完后 会遇到系统 里的问题,比如 yum没有办法运行了 解决方法是把 [root@localhost bin] head n 4 yum !/usr/bin/python2.7 第一行内容改 阅读全文

posted @ 2020-01-29 19:17 土豆爸 阅读(1084) 评论(0) 推荐(0)

2020年1月23日

Pyautogui - Python 操作鼠标键盘

摘要: https://www.jianshu.com/p/e4f4ca3f6b52 阅读全文

posted @ 2020-01-23 20:33 土豆爸 阅读(276) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页

导航