import pdfplumber as pdf with pdf.open(r'E:\pdf\python.pdf')as f: for i in f.pages: con=i.extract_text() print(con) ...
分类:
其他好文 时间:
2020-07-13 13:30:27
阅读次数:
49
ResponseError: OOM command not allowed when used memory > 'maxmemory'. redis内存不足,需要修改配置 redis.conf, 修改其中的配置项: maxmemory maxmemory-policy Could not con ...
分类:
其他好文 时间:
2020-07-13 11:35:15
阅读次数:
91
从A页面跳转到B页面 A页面 wxml文件代码 <view bindtap="detail" data-id="" data-name=""></view> ////bindtap绑定事件 A页面的js文件代码 onLoad:function(){ detail:function(res){ con ...
分类:
微信 时间:
2020-07-11 19:19:40
阅读次数:
92
Modbus的CRC校验实验 表述 Name : "CRC-16/MODBUS" Width : 16 Poly : 8005 Init : FFFF RefIn : True RefOut : True XorOut : 0000 Check : ? 先参考一些厂家给的MODBUS校验程序 con ...
分类:
数据库 时间:
2020-07-11 09:55:32
阅读次数:
68
public abstract class AsbCommection { private static string con = System.Configuration.ConfigurationManager.ConnectionStrings["con"].ConnectionString; ...
分类:
移动开发 时间:
2020-07-10 00:09:48
阅读次数:
70
方法一: 1、安装ftp服务 [root@oldboy ~]# yum -y install vsftpd 2、查看vsftpd相关的配置文件和目录 rpm -ql vsftpd # 查看vsftpd相关的配置文件和目录 grep -Ev '^$|^#' /etc/vsftpd/vsftpd.con ...
分类:
其他好文 时间:
2020-07-09 22:29:27
阅读次数:
77
git config --global user.name "用户名" git config --global user.email "用户邮箱" 同时还可以设置让VSCode记住git账号和密码:git config --global credential.helper store git con ...
分类:
其他好文 时间:
2020-07-08 22:46:00
阅读次数:
269
Consul是什么 Consul是一个服务网格(微服务间的 TCP/IP,负责服务之间的网络调用、限流、熔断和监控)解决方案,它是一个一个分布式的,高度可用的系统,而且开发使用都很简便。它提供了一个功能齐全的控制平面, 主要特点是:服务发现、健康检查、键值存储、安全服务通信、多数据中心。 安装Con ...
分类:
编程语言 时间:
2020-07-07 14:58:25
阅读次数:
62
解决办法:1.外部父级盒子加一个边框2.外部父级盒子设置overflow:hidden3.使用伪元素类示例如下: <style> .con{ width: 300px; height: 300px; background-color: gold; border: 1px solid black; / ...
分类:
其他好文 时间:
2020-07-07 12:57:14
阅读次数:
65
我差点就行信了,咳咳咳咳 A.精灵魔法 题目描述 输入格式 输出格式 样例 样例输入 3 1 2 3 2 1 3 样例输出 1 数据范围与提示 分析 Code #include<bits/stdc++.h> using namespace std; typedef long long ll; con ...
分类:
其他好文 时间:
2020-07-06 20:26:00
阅读次数:
80