对于目录组织: 目录组织—— 可以考虑结合 Bootstrap 与 Yaml/Blueprint 的思想。 a .把常用的基础样式压缩合成一个文件。 b. 把不必现组件样式抽离成单独 CSS,按需加载。 【优化点】 减少了单个 global_min 文件的大小。 【权衡点】 需要考虑...
分类:
Web程序 时间:
2014-12-19 11:39:18
阅读次数:
171
storm集群部署:运行环境:CentOSrelease6.3(Final)搭建Zookeeper集群;安装Storm依赖库;下载并解压Storm发布版本;修改storm.yaml配置文件;启动Storm各个后台进程。ip主机名主控节点:192.168.1.147zoo1工作节点1:192.168.1.142zoo2工作节点2:192.168.1.143zoo3Zookeeper..
分类:
其他好文 时间:
2014-12-16 19:28:28
阅读次数:
231
问题1:Warning (usually harmless): ‘YAML‘ not installed, will not store persistent state 解决办法: 官网下载:http://search.cpan.org/~mstrout/YAML-0.84/lib/YAML.pm 上传安装包,解压缩 perl Makefile....
分类:
其他好文 时间:
2014-12-12 19:27:27
阅读次数:
201
Release Notes - Apache Storm - Version 0.9.2-incubating Sub-task [STORM-207] - Add storm-starter as a module [STORM-208] - Add storm-kafka as a module [STORM-223] - Safe YAML Parsing [STORM-232] - ...
分类:
Web程序 时间:
2014-12-12 15:07:15
阅读次数:
429
先整体介绍一下搭建storm集群的步骤:
设置zookeeper集群安装依赖到所有nimbus和worker节点下载并解压storm发布版本到所有nimbus和worker节点配置storm.yaml启动相关后台进程
1 首先配置zookeeper集群
我们知道storm通过zookeeper来协调整个集群。zookeeper不是用来做消息传递,因此storm不会给zo...
分类:
其他好文 时间:
2014-12-05 17:26:26
阅读次数:
206
SAE+Django一:本地安装的工具,版本一定匹配1:python 2.7.32:SVN3:MySQL_python-1.2.3-py2.74:MySQL5:Django1.4二:开发过程中注意大小写匹配困扰我好长时间问题三:SAE配置config.yaml 1 name: guolong2013...
分类:
其他好文 时间:
2014-12-02 23:59:38
阅读次数:
426
You can update the ports in your yaml configuration file: http:
??port:?9000
??adminPort:?9001 See http://dropwizard.codahale.com/manual/core/#configuration-defaults for more information. EDI...
分类:
其他好文 时间:
2014-11-25 14:40:23
阅读次数:
177
1.下载storm并解压
2.修改文件 storm.yaml
我这里填的是域名,填ip也可以
hadoop@namenode:~/storm-0.9.2/conf$ vim storm.yaml
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor licens...
分类:
其他好文 时间:
2014-11-24 01:03:47
阅读次数:
334
They are two kinds of data structures you may serialize: mappings(like the STL map) and element sequence (like the STL vector>. The difference between...
分类:
其他好文 时间:
2014-11-17 15:45:16
阅读次数:
291
curl -k https://127.0.0.1:8080/ \ -H "Accept: application/x-yaml" \ -H "X-Auth-Token: 8813f3eaabbec3f261f4078ed8e4351a9fb7ca5c" \ -d clien...