码迷,mamicode.com
首页 >  
搜索关键字:word 2003 修改一个段落 整篇文档格式都变    ( 17506个结果
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
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
使用python操作word
前言 最近工作中,需要将查询的一段时间的数据可视化,并导出为word格式。由于对word操作不熟悉,查阅了一下相关文档,这里简要记录一下如何使用python操作word。 说明 本代码来源于官方文档(https://python-docx.readthedocs.io/en/latest/),这里对 ...
分类:编程语言   时间:2021-03-06 14:15:46    阅读次数:0
Security and Cryptography in Python - Hash Functions(3)
Security and Cryptography in Python - Hash Functions(3) How password are Verified https://docs.python.org/3/library/hashlib.html https://en.wikipedia. ...
分类:编程语言   时间:2021-03-03 12:13:31    阅读次数:0
vue 单页面 keywords description title
router.beforeEach((to, from, next) => {/* 路由发生变化修改页面title */if (to.meta.title) {document.title = to.meta.title}if(to.meta.content){let head = document ...
分类:其他好文   时间:2021-03-03 12:05:46    阅读次数:0
C# NPOI
C# NPOI Word 环境准备 Nuget安装 NPOI NPOI.HWPF【读取doc文件,docx无法读取】 引用 using NPOI.HWPF; using NPOI.HWPF.Extractor; 读取word文件 static void NPOIReadWord() { string ...
分类:Windows程序   时间:2021-03-03 11:50:16    阅读次数:0
【办公软件】【Word】使用技巧
快速删除段前段后空格:居中+左对齐 快速绘制分割线: 回车,~~~回车,###回车,***回车。 快速清除页眉横线:开始菜单-字体区域-清除所有格式。 显示隐藏格式标记:文件-选项-显示。 去掉首页页码:布局-页面设置-版式-首页不同。开始页设置从0开始:双击页数字-右键-页码格式-起始页码输入0。 ...
分类:其他好文   时间:2021-03-01 13:51:00    阅读次数:0
拖动模态框
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> .login-header { width: 100%; text-align: center; height: 30px; ...
分类:其他好文   时间:2021-03-01 13:26:45    阅读次数:0
17506条   上一页 1 ... 16 17 18 19 20 ... 1751 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!