上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: https://www.offensive security.com/kali linux arm images/ Courses Certifications Online Labs Penetration Testing Projects Blog About Search Kali Linux 阅读全文
posted @ 2016-12-26 15:46 蚂蚁都督 阅读(1142) 评论(0) 推荐(0) 编辑
摘要: 对数字进行格式化输出,是非常有意义的一件事情,例如许多时候,我们希望一个数字能够输出为指定格式的字符串,拿25.9878来说,我们可能会希望它能保留两位小数来说出,即结果为25.99,或者对于0.345678,希望能够按百分号输出,并保留小数点后两位,即结果为34.57%,又例如我们希望将数字564 阅读全文
posted @ 2016-12-25 16:20 蚂蚁都督 阅读(504) 评论(0) 推荐(0) 编辑
摘要: http://blog.didispace.com/springcloud1/ 阅读全文
posted @ 2016-12-20 15:21 蚂蚁都督 阅读(81) 评论(0) 推荐(0) 编辑
摘要: import pika connection = pika.BlockingConnection(pika.ConnectionParameters( 'localhost',9672)) channel = connection.channel() channel.queue_declare(qu 阅读全文
posted @ 2016-12-16 08:47 蚂蚁都督 阅读(219) 评论(0) 推荐(0) 编辑
摘要: wget http://dev.mysql.com/get/mysql community release el7 5.noarch.rpm rpm ivh mysql community release el7 5.noarch.rpm yum install mysql community se 阅读全文
posted @ 2016-12-14 09:27 蚂蚁都督 阅读(121) 评论(0) 推荐(0) 编辑
摘要: http://ju.outofmemory.cn/entry/105162 Hue是一个开源的Apache Hadoop UI系统,最早是由Cloudera Desktop演化而来,由Cloudera贡献给开源社区,它是基于Python Web框架Django实现的。通过使用Hue我们可以在浏览器端 阅读全文
posted @ 2016-12-09 16:02 蚂蚁都督 阅读(314) 评论(0) 推荐(0) 编辑
摘要: https://github.com/d3/d3/wiki/API %E4%B8%AD%E6%96%87%E6%89%8B%E5%86%8C https://github.com/d3/d3/wiki/Gallery http://bl.ocks.org/mbostock/3883245 https 阅读全文
posted @ 2016-12-08 17:01 蚂蚁都督 阅读(159) 评论(0) 推荐(0) 编辑
摘要: plugin install file:///home/hadoop/xxxx.zip 奇怪的是,这样安装成功后访问host:port:9200/_plugin/hq/ 仍然会报错,找不到一些js函数,不过在线安装的就没有这个问题,后来就手动进行修改。 主要是index.html里引用的js,少了两 阅读全文
posted @ 2016-12-08 11:01 蚂蚁都督 阅读(500) 评论(0) 推荐(0) 编辑
摘要: OK curl XGET http://21.3.5.121:9200/ipv4geo/service/_count d '{"query":{"match":{"srv_content":"iis"}}}' curl XGET http://21.3.5.121:9200/ipv4geo/serv 阅读全文
posted @ 2016-12-08 10:57 蚂蚁都督 阅读(765) 评论(0) 推荐(0) 编辑
摘要: ``` $(document).ready(function () { $('#connectionURL').focus(); ajaxloading.hide(); scrollToTop.activate(); $("[rel=tipRight]").tooltip(); $("[rel=popRight]")... 阅读全文
posted @ 2016-12-02 16:53 蚂蚁都督 阅读(170) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页