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
//钟伟海 1078321412@qq.com public static void CreateWordFile(string filePath) { try { CreateFile(filePath); // _Document wordDoc = wordApp.Documents.Open ...
这是 iOS 系统设计规范翻译第二篇,热烈欢迎理性讨论,如有翻译不到位之处请批评指正。 原文:https://developer.apple.com/design/human-interface-guidelines/ios/overview/mac-catalyst/ 作者:苹果公司 译者:泽泽先 ...
分类:
移动开发 时间:
2020-04-19 23:41:07
阅读次数:
255
摘自: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
在 GrapeCity Documents出现以前,服务端文档组件向来以Apache POI为代表,作为一款由Java编写的开源API库,Apache POI 主要应用于对Microsoft Office文档进行读、写,以及创建和维护。 但正如POI所定义的那样:作为“Poor Obfuscatio ...
分类:
Web程序 时间:
2020-04-17 15:16:32
阅读次数:
71
简要概述 location匹配的几个命令的说明,如下 符号|说明 | ~|波浪线表示执行一个正则匹配,区分大小写 ~ |表示执行一个正则匹配,不区分大小写 ^~|^~表示普通字符匹配,如果该选项匹配,只匹配该选项,不匹配别的选项,一般用来匹配目录 =|进行普通字符精确匹配 @|"@" 定义一个命名的 ...
分类:
其他好文 时间:
2020-04-13 00:32:05
阅读次数:
67
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
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 ...