The Salsa20 core Salsa20 核函数 The Salsa20 core is a function from 64-byte strings to 64-byte strings: the Salsa20 core reads a 64-byte string x and pro ...
分类:
其他好文 时间:
2018-02-10 01:17:47
阅读次数:
892
1.宏(Macros) 宏可以理解为一个用于文本替换模式的预设文本内容; 宏根据一系列预定义的规则替换一定格式的文本模式,一般情况下,解释器或编译器在遇到宏时会自动进行文本模式替换; 类似的,Zabbix可以基于宏保存预设文件模式,并且在需要时调用替换其中文件内容; Zabbix中的宏的作用域: 全局:整个Zabbix配置中均可生效的宏; Administration --> Gene
分类:
其他好文 时间:
2017-11-28 17:22:21
阅读次数:
153
Given a C++ program, remove comments from it. The program source is an array where source[i] is the i-th line of the source code. This represents the ...
分类:
其他好文 时间:
2017-11-08 17:52:50
阅读次数:
181
uvm的factory机制,通过实例一个static类型default factory,并且通过宏将所有例化extend出来的object,component register到该factory的内部变量中;所以有了可以override的条件; register通过注册一个proxy,该proxy是 ...
分类:
其他好文 时间:
2017-10-26 21:01:25
阅读次数:
265
Authors: Etienne Stalmans, Saif El-Sherei What if we told you that there is a way to get command execution on MSWord without any Macros, or memory cor ...
分类:
其他好文 时间:
2017-10-24 19:27:37
阅读次数:
255
uvm_info,uvm_error其实是对uvm_report_info,uvm_report_error的封装。 其中warning,error,fatal,macros默认都是定义为UVM_NONE的verbosity,所以必然会执行。 对于report_object中的调用,先用report ...
分类:
其他好文 时间:
2017-10-23 21:41:33
阅读次数:
198
转自:http://blog.csdn.net/txgc1009/article/details/6833764 通过命令rpm --showrc查看实现代码。另外直接通过 rpm --eval "%{macro}"来查看具体对应路径。 比如我们要查看%{_bindir}的路径,就可以使用命令rpm ...
分类:
其他好文 时间:
2017-10-16 16:39:56
阅读次数:
204
下载源码: 我们选择去官网http://ffmpeg.org下载。版本和打包方式譬如:ffmpeg-3.1.11.tar.bz2 安装过程: tar -jxvf ./ffmpeg-3.1.11.tar.bz2 cd ./ffmpeg-3.1.11 ./configure --enable-stati ...
分类:
其他好文 时间:
2017-10-09 17:38:22
阅读次数:
196
问题描述 为了方便对Java代码执行效率调优,目前已开发了基于spring aop方式的各函数执行监控。 但其缺点是必须依赖于spring,对于非spring管控的对象则无法监控。 期待解决思路 期望可以开发出不依赖于spring的监控,可考虑从classloader 、jvm 、jmx等底层技术去 ...
分类:
编程语言 时间:
2017-08-25 16:55:06
阅读次数:
232
write Excel macros using python xlwings instead of VBA ...
分类:
编程语言 时间:
2017-08-04 18:17:20
阅读次数:
481