码迷,mamicode.com
首页 >  
搜索关键字:documents    ( 1362个结果
2020年ios6.13使用旧版微信的方法
待补充 ...
分类:微信   时间:2020-05-17 19:21:33    阅读次数:396
python安装遇到的相关问题
1. python3-pip installed but pip3 command not found? sudo apt install python3-pip 执行命令,显示已经安装成功, 但是,执行的时候却找不到pip3 user@conti-del-lp-018:~/Documents/ba ...
分类:编程语言   时间:2020-05-15 15:47:00    阅读次数:79
第四讲 网络八股拓展--自定义数据集加载
1 # -*- coding: utf-8 -*- 2 3 import tensorflow as tf 4 from PIL import Image 5 import numpy as np 6 import os 7 8 rt_path = '/home/ubuntu/Documents/中 ...
分类:其他好文   时间:2020-05-05 23:26:50    阅读次数:77
C#生成word文档,写入内容,带插入表格和格式排版功能(附源码vs2017)
//钟伟海 1078321412@qq.com public static void CreateWordFile(string filePath) { try { CreateFile(filePath); // _Document wordDoc = wordApp.Documents.Open ...
分类:Windows程序   时间:2020-05-03 23:05:30    阅读次数:384
iOS_Mac Catalyst(iOS 设计规范翻译)
这是 iOS 系统设计规范翻译第二篇,热烈欢迎理性讨论,如有翻译不到位之处请批评指正。 原文:https://developer.apple.com/design/human-interface-guidelines/ios/overview/mac-catalyst/ 作者:苹果公司 译者:泽泽先 ...
分类:移动开发   时间:2020-04-19 23:41:07    阅读次数:255
如何优雅的在 Microsoft word中插入代码
摘自:http://www.planetb.ca/syntax-highlight-word/ 一、工具 方法1.打开这个网页PlanetB; 方法2.或者谷歌搜索syntax highlight code in word documents,检索结果的第一个。如下图: PS. 方法1和2打开的为同 ...
分类:其他好文   时间:2020-04-18 11:52:56    阅读次数:67
终于有一款组件可以全面超越Apache POI
在 GrapeCity Documents出现以前,服务端文档组件向来以Apache POI为代表,作为一款由Java编写的开源API库,Apache POI 主要应用于对Microsoft Office文档进行读、写,以及创建和维护。 但正如POI所定义的那样:作为“Poor Obfuscatio ...
分类:Web程序   时间:2020-04-17 15:16:32    阅读次数:71
nginx中的location匹配规则介绍
简要概述 location匹配的几个命令的说明,如下 符号|说明 | ~|波浪线表示执行一个正则匹配,区分大小写 ~ |表示执行一个正则匹配,不区分大小写 ^~|^~表示普通字符匹配,如果该选项匹配,只匹配该选项,不匹配别的选项,一般用来匹配目录 =|进行普通字符精确匹配 @|"@" 定义一个命名的 ...
分类:其他好文   时间:2020-04-13 00:32:05    阅读次数:67
jieba
1 #jieba文本分析 2 import jieba 3 txt = open("C:/Users/86136/Documents/python文件测试/test.txt","rt",encoding="utf-8") 4 words=jieba.lcut(txt.read()) 5 counts ...
分类:其他好文   时间:2020-04-09 20:20:20    阅读次数:108
C# XDocument解析带有命名空间的 xml格式文件
1 <?xml version="1.0" encoding="UTF-8"?> 2 <entry xmlns="http://www.w3.org/2005/Atom" xmlns:db="http://www.douban.com/xmlns/" xmlns:gd="http://schemas ...
分类:Windows程序   时间:2020-04-01 23:27:04    阅读次数:169
1362条   上一页 1 2 3 4 5 6 ... 137 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!