www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 289 下一页

2021年6月22日

摘要: 最近在写主机管理并支持远程命令执行,返回结果以execl表格形式显示,涉及到execl表格的下载问题。网上大部分都是python2的部分的代码,我运行的环境是python3下, 经过测试和修改,该了部分代码。 首先我们先了解几个概念: 1、content_type='application/vnd. 阅读全文
posted @ 2021-06-22 09:15 秦瑞It行程实录 阅读(142) 评论(0) 推荐(0) 编辑

2021年6月21日

摘要: akshare, xalpha, 和聚宽 tuShare FuShare, TuShare 和 OpenData 项 阅读全文
posted @ 2021-06-21 17:58 秦瑞It行程实录 阅读(744) 评论(0) 推荐(0) 编辑

摘要: 数据查询时数据库操作中的重要技术。查询一般是通过filter、exclude以及get三个方法实现的。而在ORM层面,查询条件都是使用field+__+condition(查询条件)的方式来使用的。 常用的过滤器: filter:返回符合条件的所有数据(多条数据);exclude:返回不符合条件的所 阅读全文
posted @ 2021-06-21 17:45 秦瑞It行程实录 阅读(171) 评论(0) 推荐(0) 编辑

2021年6月15日

摘要: django.db.utils.ProgrammingError: (1146, "Table 'djangox.auth_user' doesn't exist") 一、简介simpleui 是一个基于django后台管理的主题,主要是为了美化和简化django内置的后台管理界面。 内置28款流行 阅读全文
posted @ 2021-06-15 12:51 秦瑞It行程实录 阅读(601) 评论(0) 推荐(0) 编辑

2021年6月11日

摘要: getpass.getpass File "C:/秦瑞/测试项目/chk_9/dateTimeTool.py", line 19, in dtTstamp second = getpass("输入需要转换成str类型日期时间的时间戳: ")TypeError: 'module' object is 阅读全文
posted @ 2021-06-11 13:43 秦瑞It行程实录 阅读(91) 评论(0) 推荐(0) 编辑

2021年6月10日

摘要: 时间戳10,13位是精度问题,秒,毫秒区分 File "C:/秦瑞/测试项目/chk_9/dateTimeTool.py", line 19, in dtTstamp second = getpass("输入需要转换成str类型日期时间的时间戳: ") TypeError: 'module' obj 阅读全文
posted @ 2021-06-10 18:06 秦瑞It行程实录 阅读(187) 评论(0) 推荐(0) 编辑

摘要: Attempting to connect to Mysql@localhost:3306 with user root with no password 权限问题 network services 阅读全文
posted @ 2021-06-10 10:21 秦瑞It行程实录 阅读(2316) 评论(0) 推荐(0) 编辑

2021年6月9日

摘要: pip3 install fastapi # ASGI 服务:uvicorn: pip3 install uvicorn from fastapi import FastAPIimport uvicornapp = FastAPI() @app.get("/{name}")def read_root 阅读全文
posted @ 2021-06-09 17:42 秦瑞It行程实录 阅读(339) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2021-06-09 15:16 秦瑞It行程实录 阅读(205) 评论(0) 推荐(0) 编辑

摘要: pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your PATH. See README file for more information 安装tesseract- 阅读全文
posted @ 2021-06-09 11:52 秦瑞It行程实录 阅读(696) 评论(0) 推荐(0) 编辑

上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 289 下一页
www.cnblogs.com/ruiyqinrui