码迷,mamicode.com
首页 >  
搜索关键字:macros    ( 139个结果
Salsa20笔记
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
Zabbix(四):高级应用之--宏、网络发现测试实例
1.宏(Macros) 宏可以理解为一个用于文本替换模式的预设文本内容; 宏根据一系列预定义的规则替换一定格式的文本模式,一般情况下,解释器或编译器在遇到宏时会自动进行文本模式替换; 类似的,Zabbix可以基于宏保存预设文件模式,并且在需要时调用替换其中文件内容; Zabbix中的宏的作用域: 全局:整个Zabbix配置中均可生效的宏; Administration --> Gene
分类:其他好文   时间:2017-11-28 17:22:21    阅读次数:153
[LeetCode] Remove Comments
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
uvm的factory机制,通过实例一个static类型default factory,并且通过宏将所有例化extend出来的object,component register到该factory的内部变量中;所以有了可以override的条件; register通过注册一个proxy,该proxy是 ...
分类:其他好文   时间:2017-10-26 21:01:25    阅读次数:265
Office DDE 攻击
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
report源码分析——宏的执行
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
[转载]RPM中SPEC常用路径以及宏变量
转自:http://blog.csdn.net/txgc1009/article/details/6833764 通过命令rpm --showrc查看实现代码。另外直接通过 rpm --eval "%{macro}"来查看具体对应路径。 比如我们要查看%{_bindir}的路径,就可以使用命令rpm ...
分类:其他好文   时间:2017-10-16 16:39:56    阅读次数:204
[ffmpeg]安装
下载源码: 我们选择去官网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
不基于框架(spring) 的方法监控技术
问题描述 为了方便对Java代码执行效率调优,目前已开发了基于spring aop方式的各函数执行监控。 但其缺点是必须依赖于spring,对于非spring管控的对象则无法监控。 期待解决思路 期望可以开发出不依赖于spring的监控,可考虑从classloader 、jvm 、jmx等底层技术去 ...
分类:编程语言   时间:2017-08-25 16:55:06    阅读次数:232
xlwings: Write Excel macro using python instead of VBA
write Excel macros using python xlwings instead of VBA ...
分类:编程语言   时间:2017-08-04 18:17:20    阅读次数:481
139条   上一页 1 ... 4 5 6 7 8 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!