码迷,mamicode.com
首页 >  
搜索关键字:health    ( 444个结果
ElasticSearch 集群管理
一、集群健康API查看集群状态信息:curl http://localhost:9200/_cluster/health;echo查看集群节点信息:curlhttp://localhost:9200/_nodes/stats/host?pretty
分类:其他好文   时间:2015-09-01 00:12:37    阅读次数:174
zoj 3811 Untrusted Patrol(bfs或dfs)
Untrusted PatrolTime Limit:3 Seconds Memory Limit:65536 KBEdward is a rich man. He owns a large factory for health drink production. As a matter of co...
分类:其他好文   时间:2015-08-29 20:09:38    阅读次数:215
监控和管理生产环境spring boot actuator
spring-boot-actuator模块提供了一个监控和管理生产环境的模块,可以使用http、jmx、ssh、telnet等拉管理和监控应用。审计(Auditing)、 健康(health)、数据采集(metrics gathering)会自动加入到应用里面。...
分类:编程语言   时间:2015-08-28 13:20:41    阅读次数:497
Ceph radosgw 安装配置
Ceph radosgw 安装配置Ceph radosgw对象存储的接口,研究配置了许久,先分享如下。首先配置的前提是,你成功的配置了Ceph集群,通过ceph –s 查看ceph集群,处于health状态。在这里,我们这种集群的有个auth的配置为none,所以有关auth的部分也就是有关keying的,这里省略。1)创建rgw相关的pool ceph osd pool create .rgw...
分类:其他好文   时间:2015-08-27 02:18:09    阅读次数:1164
Trigger碰撞检测
先给物体添加一个Collider组件(任意形状)。将Is Trigger选中。在绑定在此物体的脚本中添加方法:1 public void OnTriggerStay(Collider col) {2 if (col.tag == Tags.player &&health.hp>0...
分类:其他好文   时间:2015-08-25 23:05:36    阅读次数:196
转载>>JQuery EasyUI datagrid 合并表头处理
本文转自:http://www.cnblogs.com/nangong/p/ccdfabb7ccedbfa580acc6eeef286a27.html例子1:$('#day_health').datagrid({ url: "sqb_bweb_day_health.aspx?mode=...
分类:Web程序   时间:2015-08-11 18:03:09    阅读次数:197
如何与人相处
Part 1: 与人相处的秘密满足别人的需要,大多数人需要的东西:Health and the preservation of lifefoodsleepMoney and the things money will buyLife in the hereafterSexual gratificat...
分类:其他好文   时间:2015-08-02 00:57:52    阅读次数:307
Varnish 生产环境下配置优化
后端服务器健康检查 #vim/etc/varnish/health_check.vcl probebackend_healthcheck{ .interval=5s; .timeout=3s; .window=10; .threshold=8; .request= "GET/favicon.icoHTTP/1.1" "Host:v5.ele.me" "Connection:close" "Accept-Encoding:foo/bar"; } #后端服务器地址池配..
分类:其他好文   时间:2015-08-01 19:15:27    阅读次数:413
噩梦 游戏结束 检测血量执行动画
using UnityEngine; namespace CompleteProject {     public class GameOverManager : MonoBehaviour     {         public PlayerHealth playerHealth;       // Reference to the player's health. ...
分类:其他好文   时间:2015-07-28 21:20:21    阅读次数:96
444条   上一页 1 ... 35 36 37 38 39 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!