适配器工厂https://hubot.github.com/docs/adapters/ 自己写适配器https://hubot.github.com/docs/adapters/development/ 需要注意的是,scripts/ 下的脚本必须是 .coffee 或者 .js 格式的,而且必须 ...
分类:
其他好文 时间:
2017-04-12 11:23:35
阅读次数:
153
题目链接:https://www.luogu.org/problem/show?pid=1092 解: 我真的交了好多遍。。 开始,用getchar()一个个字母读入,0分。。。 改成scanf(),70,并且在70的道路上一发不可收拾。。。 后来看了别人的代码才发现,原来我们的枚举是要进行优化的。 ...
分类:
其他好文 时间:
2017-04-12 11:23:13
阅读次数:
230
一:Gryffin 雅虎发布开源Web应用安全扫描器Gryffin http://www.freebuf.com/news/79982.html https://github.com/yahoo/gryffin 二:Firing Range Firing Range 是一个 Web 应用安全扫描器, ...
分类:
Web程序 时间:
2017-04-12 11:02:29
阅读次数:
266
https://www.zhihu.com/question/19651401/answer/46211739 ...
分类:
编程语言 时间:
2017-04-12 11:00:09
阅读次数:
197
w https://en.wikipedia.org/wiki/Remote_procedure_call In distributed computing a remote procedure call (RPC) is when a computer program causes a proce ...
分类:
其他好文 时间:
2017-04-12 09:57:01
阅读次数:
244
本文转自;https://msdn.microsoft.com/en-us/library/hh264221.aspx A project can be built to run on a target framework, which is a particular version of the ...
分类:
其他好文 时间:
2017-04-12 09:27:14
阅读次数:
232
一.场景介绍:同时给上千台服务器执行一个命令,拷贝一个文件,杀一个进程等,有什么简化运维管理的工具呢?在小型使用中我都是使用for循环,数量巨大,一方面不确定操作是否成功,一方面for循环语句性能不好估计且是不是同步并行执行.二.准备工作1.下载软件包:https://pypi.python.o..
分类:
系统相关 时间:
2017-04-12 05:09:28
阅读次数:
332
转自:https://0x90syntax.wordpress.com/2016/02/21/suterusu-rootkitx86%e4%b8%8earm%e7%9a%84%e5%86%85%e8%81%94%e5%86%85%e6%a0%b8%e5%87%bd%e6%95%b0hooking/ ...
分类:
其他好文 时间:
2017-04-12 04:32:35
阅读次数:
197
/** 题目:Time Limit Exceeded 链接:https://oj.ejq.me/problem/28 题意:求逆序对数。 思路:树状数组求逆序对数。维护前面有多少个 typedef long long ll; using namespace std; const int maxn =... ...
分类:
其他好文 时间:
2017-04-12 03:50:37
阅读次数:
136
https://zhuanlan.zhihu.com/p/19763358?columnSlug=wille 作者:Heinrich链接:https://zhuanlan.zhihu.com/p/19763358来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 作 者: ...
分类:
其他好文 时间:
2017-04-12 03:49:05
阅读次数:
209