码迷,mamicode.com
首页 >  
搜索关键字:formats    ( 142个结果
Numpy存字符串
# -*- coding: utf-8 -*- import numpy as np student = np.dtype({'names':['name', 'age', 'weight'], 'formats': ['S32', 'i', 'f']}, align = True) a = np.... ...
分类:其他好文   时间:2017-06-26 19:03:23    阅读次数:372
ImportError: No module named PIL
Pillow is a replacement for PIL, the Python Image Library, which provides image processing functionality and supports many file formats. ...
分类:其他好文   时间:2017-06-19 00:37:12    阅读次数:441
Python学习笔记-打包发布Python模块或程序,安装包
Python模块、扩展和应用程序可以按以下几种形式进行打包和发布:pythonsetup.py获取帮助的方式pythonsetup.py--helppythonsetup.py--help-commands所有可以使用的命令,如build,installpythonsetup.pyCOMMAND--help获取特定命令的帮助pythonsetup.pyCOMMAND--help-formats获取..
分类:编程语言   时间:2017-06-14 02:44:05    阅读次数:524
影像数据的裁切和保存
ArcGIS 的栅格影像可以供保存的格式有: The format strings used for the supported formats are below, and they are case sensitive: Format NameString Used Imagine "IMAGI ...
分类:其他好文   时间:2017-06-11 22:17:20    阅读次数:330
《Pro Android Graphics》读书笔记之第二节
Android Digital Video: Formats, Concepts and Optimization Android Digital Video Formats: MPEG4 H.264 and WebM VP8 H.263 支持老显示器 MPEG4 SP supported for ...
分类:移动开发   时间:2017-05-29 12:04:32    阅读次数:313
IPython Notebook error: Error loading notebook
打开jupyter突然报错: An unknown error occurred while loading this notebook. This version can load notebook formats v4 or earlier. See the server log for det ...
分类:编程语言   时间:2017-05-16 14:39:59    阅读次数:814
office文档、图片、音/视频格式转换工具
1、音频/视屏转换工具VLC https://wiki.videolan.org/Mp3/#Container_formats http://wenku.baidu.com/view/ba73ac5c804d2b160b4ec05a.html?re=viewhttps://wiki.videolan ...
分类:其他好文   时间:2017-05-13 15:22:54    阅读次数:162
JS-XLS/X读取和解析Excel表格文件(xls/xlsx)的JavaScript插件
最近有一个要求,我的一个项目中解析Excel文件(与xls/xlsx扩展)在浏览器(使用JavaScript当然)。所以我在网上看了一下,发现了这2个有用的库: js-xls js-xlsx 让我们看看他们是如何工作的。 兼容性 支持读取文件格式 Excel 2007+ XML Formats (X ...
分类:编程语言   时间:2017-05-09 11:25:47    阅读次数:601
关于binary log一点总结[转]
阅读目录(Content) 1 what's binary log 2 Binary Logging Options and Variables 2.1 基础参数 3 Binary Logging Formats 3.1 binlog_format=statement 3.2 binlog_form ...
分类:其他好文   时间:2017-04-20 23:08:30    阅读次数:302
linux中man 2与man 3区别
1、Standard commands (标准命令)2、System calls (系统调用)3、Library functions (库函数)4、Special devices (设备说明)5、File formats (文件格式)6、Games and toys (游戏和娱乐)7、Miscell ...
分类:系统相关   时间:2017-03-07 08:38:41    阅读次数:270
142条   上一页 1 ... 4 5 6 7 8 ... 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!