码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
MongoDB驱动特性检查列表
http://docs.mongodb.org/meta-driver/latest/legacy/feature-checklist-for-mongodb-drivers/1. 基本(Essential)- BSON序列化/反序列化- 基本操作: query, insert, update, r...
分类:数据库   时间:2015-01-19 12:41:15    阅读次数:165
influxdb安装
一 安装influxdb# wgethttp://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm#rpm -ivh influxdb-latest-1.x86_64.rpm# /etc/init.d/ influxdb start# /e...
分类:数据库   时间:2015-01-19 12:22:15    阅读次数:220
Python图像处理库:Pillow 初级教程
2014-09-14 翻译http://pillow.readthedocs.org/en/latest/handbook/tutorial.htmlPillow由PIL而来,所以该导入该库使用import PIL本文相关的代码:https://github.com/445141126/pillow...
分类:编程语言   时间:2015-01-17 22:04:06    阅读次数:567
Install Git from Latest Source on Ubuntu
Install dependenciessudo apt-get updatesudo apt-get install libssl-dev libcurl4-gnutls-dev libexpat1-dev gettextDownload Git source codewget https://g...
分类:系统相关   时间:2015-01-16 16:30:29    阅读次数:169
nginx+uwsgi部署多个python应用
参考文章:http://kb.cnblogs.com/page/86907/(配置Nginx+uwsgi更方便地部署python应用)http://projects.unbit.it/uwsgi/wiki/VirtualHosting(uWSGIVirtualHostingMode)http://uwsgi-docs.readthedocs.org/en/latest/Configuration.html(ConfiguringuWSGI)为了让多个站点共享..
分类:编程语言   时间:2015-01-12 19:26:01    阅读次数:289
安装cvxpy遇到的问题与解决方案(ubuntu14.10,python 2.7.8)
应该说,cvxpy的安装说明是很棒的,一步一步非常清楚,www.cvxpy.org/en/latest/install/index.html可是,我照着做完之后,还是不能import cvxpy,不知道是不是因为第6步我用了第二种方法(install locally),如下面分割线之间部分所示。我现...
分类:编程语言   时间:2015-01-10 23:41:59    阅读次数:1899
网页中加入VLC的播放RTSP流的控件
代码例子,加入就能在网页中播放RTSP流。 <OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="800" height="450" id=...
分类:Web程序   时间:2015-01-09 12:37:05    阅读次数:915
Demonstration of DB Query Analyzer 6.03 Installation and Running on Microsoft Windows 8
This essay gives a demonstration of DB Query Analyzer Installation and Running on Microsoft Windows 8. The latest version of DB Query Analyzer is 6.03, which resolves the BUG which is caused by the default setting of short date separator character ‘/’ ...
分类:数据库   时间:2015-01-09 09:14:22    阅读次数:456
spark sql学习
英文学习篇 http://spark.apache.org/docs/latest/sql-programming-guide.html 可以对照官方的API进行对照 http://spark.apache.org/docs/latest/api/scala/index.html 中文学习篇 http://demo.netfoucs.com/boo...
分类:数据库   时间:2015-01-07 15:14:36    阅读次数:155
Python调试工具-Spyder
OS:Windows 7关键字:Python IDE, Spyder1.安装工具pip:https://pip.pypa.io/en/latest/installing.html下载get-pip.py.运行cmd:"python get-pip.py"。2.安装PySide切换到C:\Progra...
分类:编程语言   时间:2015-01-05 20:27:15    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!