问题: Amateur astronomers Tom and Bob try to find radio broadcasts of extraterrestrial civilizations in the air. Recently they received some strange sig ...
分类:
其他好文 时间:
2017-12-13 23:49:23
阅读次数:
207
P3040 [USACO12JAN]贝尔分享Bale Share 题目描述 Farmer John has just received a new shipment of N (1 <= N <= 20) bales of hay, where bale i has size S_i (1 <= S ...
分类:
其他好文 时间:
2017-12-11 22:07:39
阅读次数:
171
接上篇,Linux的做完了,再搞windows的。 首先查了下windows的在哪里获取,在windows的性能计数器中可以获取,叫做Packets Received/sec(获取出来的值就可以直接使用,不像Linux还得需要求差) 那如何获取呢: 1,新建个ITEM,使用这个KEY,perf_co ...
分类:
其他好文 时间:
2017-12-10 21:21:37
阅读次数:
241
Application received signal SIGSEGV (null) (( 0 CoreFoundation 0x0000000181037d50 <redacted> + 148 1 libobjc.A.dylib 0x000000018054c528 objc_exception ...
分类:
移动开发 时间:
2017-12-04 16:00:45
阅读次数:
177
Received empty response from Zabbix Agent at [127.0.0.1]. Assuming that agent dropped connection because of access permissions.意思是说没有权限访问agent端口10050,解决方法如下:将server的agent链接IP 127.0.0.1修改为本机IP重启服务# sys
分类:
其他好文 时间:
2017-12-03 14:46:19
阅读次数:
163
1. Introduction.1.1 After publishing Programmatically Register COM Dlls in C# back in 2011, I received a number of requests for advise on how to regis... ...
今天稍微改了下主线版本的代码,不知从何时起,后台关闭会crash掉,报错如下: ORA-24550: signal received: [si_signo=6] [si_errno=0] [si_code=-6] [si_int=0] [si_ptr=(nil)] [si_addr=0x3ec000... ...
分类:
其他好文 时间:
2017-11-30 11:55:34
阅读次数:
246
在使用Missian时,spring是可选的,但是作者本人强烈推荐和Spring配合使用。Spring是一个伟大的项目,并且它不会对程序在运行时的效率带来任何损耗。 Missian在服务器端依赖与Mina,Missian只是提供一个Codec(协议编码解码,兼容TCP和HTTP)和一个Handler ...
分类:
编程语言 时间:
2017-11-27 18:45:34
阅读次数:
212
1. 安全的类型检测 2.作用域安全的构造函数 3.惰性载入函数:表示函数执行的分支仅会发生一次 (主要用在浏览器的兼容上 做一次判断)两种实现方法: ● 函数被调用时再处理函数。在第一次调用的过程中,该函数就会被重新覆盖为另一个按合适方法执行的函数 ● 在声明函数时就指定适当的函数。这样第一次调用 ...
分类:
Web程序 时间:
2017-11-26 15:53:43
阅读次数:
201
jenkins 中使用 rsync 命令 是出现一些错误输出 Host key verification failed. rsync: connection unexpectedly closed (0 bytes received so far) [sender] 和其他 Permission d ...
分类:
其他好文 时间:
2017-11-22 13:14:39
阅读次数:
237