码迷,mamicode.com
首页 >  
搜索关键字:standalone    ( 749个结果
CollectionView中deleteItems方法的使用
最近在做一个批量删除照片的功能,调用了<!--?xml version="1.0" encoding="UTF-8" standalone="no"?--> deleteItems这个方法,但是使用这个方法之后程序崩溃,报错:You need to also delete associated da ...
分类:其他好文   时间:2016-11-01 01:12:32    阅读次数:723
想一想social VR might just work
昨天玩了Oculus上的Casino VR(其实之前就知道这个瑞士公司,也下过standalone的PC client)。 几把下来,居然觉得fun,总结起来: 1.是在一个immersive的环境中,所以很容易就一把一把接着不停的玩。因为poker的节奏紧凑。摘头盔需要下一定的决心。 2.虽然和真 ...
分类:其他好文   时间:2016-10-27 09:54:29    阅读次数:149
Spark standalone HA
配置Spark standalone HA 主机:node1,node2,node3 master: node1,node2 slave:node2,node3 修改配置文件: node1,node3: spark-env.sh node2: spark-env.sh node2与node1的差别仅 ...
分类:其他好文   时间:2016-10-26 00:01:59    阅读次数:232
InfluxDB安装
参考https://www.influxdata.com/downloads/#influxdb 官网 OS X Docker Image Ubuntu & Debian RedHat & CentOS Standalone Windows Binaries (64-bit) Standalone ...
分类:数据库   时间:2016-10-25 14:12:02    阅读次数:964
Python Day11
RabbitMQ队列 安装 http://www.rabbitmq.com/install-standalone-mac.html 安装python rabbitMQ module ? 1 2 3 4 5 6 7 pip install pika or easy_install pika or 源码 ...
分类:编程语言   时间:2016-10-21 10:54:28    阅读次数:193
angular(一)
<!--?xml version="1.0" encoding="UTF-8" standalone="no"?--> angularjs第一章?angluarjs介绍·什么是angularjs?AngularJS 是一个为动态WEB应用设计的结构框架,提供给大家一种新的开发应用方式,这种方式可以让 ...
分类:其他好文   时间:2016-10-21 00:07:08    阅读次数:215
Python之路第一课Day10--随堂笔记(异步IO\数据库\队列\缓存之二)
一、RabbitMQ队列 1.安装: a.官网: 安装 http://www.rabbitmq.com/install-standalone-mac.html b.安装python rabbitMQ module 2.实现最简单的队列通信 a.示意图 3.代码: a.send端 b.receive ...
分类:数据库   时间:2016-10-20 07:20:57    阅读次数:278
Python自动化 【第十一篇】:Python进阶-RabbitMQ队列/Memcached/Redis
本节内容: 1. RabbitMQ 安装 http://www.rabbitmq.com/install-standalone-mac.html 安装python rabbitMQ module pip install pika or easy_install pika or 源码 https:// ...
分类:编程语言   时间:2016-10-20 00:04:08    阅读次数:306
python RabbitMQ队列/redis
RabbitMQ队列 安装 http://www.rabbitmq.com/install-standalone-mac.html 安装python rabbitMQ module 1 2 3 4 5 6 7 pip install pika or easy_install pika or 源码 h ...
分类:编程语言   时间:2016-10-18 01:58:56    阅读次数:187
selenium Grid
http://jarvi.iteye.com/blog/1569302 1.准备 1)准备两台电脑 2)两台电脑都需要配置JDK运行环境,下载selenium-server-standalone-2.48.2.jar包,可选其他版本的selenium server jar包 2.开始 Grid 需要 ...
分类:其他好文   时间:2016-10-14 20:13:32    阅读次数:115
749条   上一页 1 ... 31 32 33 34 35 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!