码迷,mamicode.com
首页 >  
搜索关键字:pdf word    ( 24956个结果
vue watch监听全局的projectCode
Vue下的watch监听 2018-10-15 本文记录一下项目中的watch的用法 watch监听全局的projectCode 12345678910111213141516171819202122232425262728 mounted() { this.$nextTick(() => { // ...
分类:其他好文   时间:2021-03-16 13:59:27    阅读次数:0
python——提取pdf(将pdf文件转成txt)
# -*- coding: utf-8 -*- # from pdfminer.pdfparser import PDFParser # from pdfminer.pdfdocument import PDFDocument # from pdfminer.pdfpage import PDFPa ...
分类:编程语言   时间:2021-03-16 13:22:54    阅读次数:0
uboot misc
.uboot下如何查看内存里的数据 使用md工具 md.b $address $count (从地址$address处显示$count个字节的数据,b=byte,8位) md.w $address $count (从地址$address处显示$count个字的数据,w=word,16位) md.l  ...
分类:其他好文   时间:2021-03-16 11:48:00    阅读次数:0
HEVC Analysers
High Efficiency Video Coding (HEVC) [1,2] is a next generation video coding standard which has the potential to improve delivery of High Definition an ...
分类:其他好文   时间:2021-03-15 10:33:29    阅读次数:0
bib+windows+word=bibtex4word插件使用方法
访问官网:http://www.ee.ic.ac.uk/hp/staff/dmb/perl/index.html 写在前面 首先需要确定电脑上已经装好texlive, 包含了 bibtex.exe,如: 然后,装好了word, 下载bibtex4word http://www.ee.ic.ac.uk ...
分类:Windows程序   时间:2021-03-11 16:37:27    阅读次数:0
1668. 最大重复子字符串
题目:给你一个字符串 sequence ,如果字符串 word 连续重复 k 次形成的字符串是 sequence 的一个子字符串,那么单词 word 的 重复值为 k 。单词 word 的 最大重复值 是单词 word 在 sequence 中最大的重复值。如果 word 不是 sequence 的 ...
分类:其他好文   时间:2021-03-11 10:31:48    阅读次数:0
09文件上传和PDF报表入门
09文件上传和PDF报表入门 1.图片上传 1.1 DataURL概述 所谓DataURL是指"data"类型的Url格式,是在RFC2397中提出的,目的是对于一些“小”的数据,可以在网页中直接 嵌入,而不是从外部文件载入。 1.2 Data URL入门 完整的DataURL语法:DataURL= ...
分类:Web程序   时间:2021-03-10 13:25:40    阅读次数:0
1065 A+B and C (64bit) (20 分)
题目描述 1065 A+B and C (64bit) (20 分) Given three integers A, B and C in [?], you are supposed to tell whether A+B>C. Input Specification: The first line ...
分类:其他好文   时间:2021-03-10 13:11:02    阅读次数:0
idea中将单个java类导出为jar包文件的方法
方法如下: 1. 写好功能工具类,如: public class Hello { public static void main(String[] args) throws Exception { Hello hello = new Hello(); hello.sayHello("word. bi ...
分类:编程语言   时间:2021-03-09 13:53:56    阅读次数:0
selenium 长截图
最近需要对网页进行整体截图 找了很多方法 1,打印另存为pdf 2,调整界面大小截图 测试下来,打印另存pdf可以,但是排版有点不太一样,而且配置比较麻烦,还需要用到pywin32对弹出得保存框进行确认 调整界面大小截图,这个无法实现,高度调不了太大 找了一下,发现chrome提供这个长截图:Cap ...
分类:其他好文   时间:2021-03-09 13:50:06    阅读次数:0
24956条   上一页 1 ... 21 22 23 24 25 ... 2496 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!