logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

PDFPLUMBER说明书--中文版

pdfplumberOriginal Website:https://github.com/jsvine/pdfplumber#visual-debuggingPlumb a PDF for detailed information about each text character, rectangle, and line. Plus: Table extraction and visual d

#python
Excel中如何超链接到另一张表格的匹配数据

Excel 结构预备知识HYPERLINK(link_location,friendly_name)HYPERLINK官网资料MATCH(lookup_value, lookup_array, [match_type])MATCH官网资料$表示绝对地址.比如你设置了一个公式,某单元格等于$A$15,当你把这个单元格的公式下拉复制时,下面的公式还是等于这A15的内容,如果没...

python_N猴子偷桃

#!/usr/bin/python# coding=utf-8# __author__ = 'cy'# 输入猴子数量# monkey = str(input("Input monkey num:"))monkey = 5# 定义桃子总数函数def show(n):# 从1开始,方便变量赋值for i in range(1, monkey + 1):t = (n - 1) / monkey# 当前猴

到底了